Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func ValidateDeploymentID(input interface{}, key string) (warnings []string, errors []error) + func ValidateOperationID(input interface{}, key string) (warnings []string, errors []error) + type DeploymentId struct + DeploymentName string + ResourceGroupName string + SubscriptionId string + func NewDeploymentID(subscriptionId string, resourceGroupName string, deploymentName string) DeploymentId + func ParseDeploymentID(input string) (*DeploymentId, error) + func ParseDeploymentIDInsensitively(input string) (*DeploymentId, error) + func (id *DeploymentId) FromParseResult(input resourceids.ParseResult) error + func (id DeploymentId) ID() string + func (id DeploymentId) Segments() []resourceids.Segment + func (id DeploymentId) String() string + type DeploymentOperation struct + Id *string + OperationId *string + Properties *DeploymentOperationProperties + type DeploymentOperationOperationPredicate struct + Id *string + OperationId *string + func (p DeploymentOperationOperationPredicate) Matches(input DeploymentOperation) bool + type DeploymentOperationProperties struct + ProvisioningState *string + StatusCode *string + StatusMessage *interface{} + TargetResource *TargetResource + Timestamp *string + func (o *DeploymentOperationProperties) GetTimestampAsTime() (*time.Time, error) + func (o *DeploymentOperationProperties) SetTimestampAsTime(input time.Time) + type DeploymentOperationsClient struct + Client *resourcemanager.Client + func NewDeploymentOperationsClientWithBaseURI(sdkApi sdkEnv.Api) (*DeploymentOperationsClient, error) + func (c DeploymentOperationsClient) Get(ctx context.Context, id OperationId) (result GetOperationResponse, err error) + func (c DeploymentOperationsClient) List(ctx context.Context, id DeploymentId, options ListOperationOptions) (result ListOperationResponse, err error) + func (c DeploymentOperationsClient) ListComplete(ctx context.Context, id DeploymentId, options ListOperationOptions) (ListCompleteResult, error) + func (c DeploymentOperationsClient) ListCompleteMatchingPredicate(ctx context.Context, id DeploymentId, options ListOperationOptions, ...) (result ListCompleteResult, err error) + type GetOperationResponse struct + HttpResponse *http.Response + Model *DeploymentOperation + OData *odata.OData + type ListCompleteResult struct + Items []DeploymentOperation + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationOptions struct + Top *int64 + func DefaultListOperationOptions() ListOperationOptions + func (o ListOperationOptions) ToHeaders() *client.Headers + func (o ListOperationOptions) ToOData() *odata.Query + func (o ListOperationOptions) ToQuery() *client.QueryParams + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]DeploymentOperation + OData *odata.OData + type OperationId struct + DeploymentName string + OperationId string + ResourceGroupName string + SubscriptionId string + func NewOperationID(subscriptionId string, resourceGroupName string, deploymentName string, ...) OperationId + func ParseOperationID(input string) (*OperationId, error) + func ParseOperationIDInsensitively(input string) (*OperationId, error) + func (id *OperationId) FromParseResult(input resourceids.ParseResult) error + func (id OperationId) ID() string + func (id OperationId) Segments() []resourceids.Segment + func (id OperationId) String() string + type TargetResource struct + Id *string + ResourceName *string + ResourceType *string