Documentation ¶
Index ¶
- func PossibleValuesForProvisioningOperation() []string
- func ValidateDeploymentID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateDeploymentOperationID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateOperationID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateProviderDeploymentID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateProviders2DeploymentID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateProviders2DeploymentOperationID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateResourceGroupDeploymentID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateResourceGroupDeploymentOperationID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateScopedDeploymentID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateScopedOperationID(input interface{}, key string) (warnings []string, errors []error)
- type DeploymentId
- type DeploymentOperation
- type DeploymentOperationId
- type DeploymentOperationOperationPredicate
- type DeploymentOperationProperties
- type DeploymentOperationsClient
- func (c DeploymentOperationsClient) Get(ctx context.Context, id ResourceGroupDeploymentOperationId) (result GetOperationResponse, err error)
- func (c DeploymentOperationsClient) GetAtManagementGroupScope(ctx context.Context, id Providers2DeploymentOperationId) (result GetAtManagementGroupScopeOperationResponse, err error)
- func (c DeploymentOperationsClient) GetAtScope(ctx context.Context, id ScopedOperationId) (result GetAtScopeOperationResponse, err error)
- func (c DeploymentOperationsClient) GetAtSubscriptionScope(ctx context.Context, id DeploymentOperationId) (result GetAtSubscriptionScopeOperationResponse, err error)
- func (c DeploymentOperationsClient) GetAtTenantScope(ctx context.Context, id OperationId) (result GetAtTenantScopeOperationResponse, err error)
- func (c DeploymentOperationsClient) List(ctx context.Context, id ResourceGroupDeploymentId, ...) (resp ListOperationResponse, err error)
- func (c DeploymentOperationsClient) ListAtManagementGroupScope(ctx context.Context, id Providers2DeploymentId, ...) (resp ListAtManagementGroupScopeOperationResponse, err error)
- func (c DeploymentOperationsClient) ListAtManagementGroupScopeComplete(ctx context.Context, id Providers2DeploymentId, ...) (ListAtManagementGroupScopeCompleteResult, error)
- func (c DeploymentOperationsClient) ListAtManagementGroupScopeCompleteMatchingPredicate(ctx context.Context, id Providers2DeploymentId, ...) (resp ListAtManagementGroupScopeCompleteResult, err error)
- func (c DeploymentOperationsClient) ListAtScope(ctx context.Context, id ScopedDeploymentId, ...) (resp ListAtScopeOperationResponse, err error)
- func (c DeploymentOperationsClient) ListAtScopeComplete(ctx context.Context, id ScopedDeploymentId, ...) (ListAtScopeCompleteResult, error)
- func (c DeploymentOperationsClient) ListAtScopeCompleteMatchingPredicate(ctx context.Context, id ScopedDeploymentId, ...) (resp ListAtScopeCompleteResult, err error)
- func (c DeploymentOperationsClient) ListAtSubscriptionScope(ctx context.Context, id ProviderDeploymentId, ...) (resp ListAtSubscriptionScopeOperationResponse, err error)
- func (c DeploymentOperationsClient) ListAtSubscriptionScopeComplete(ctx context.Context, id ProviderDeploymentId, ...) (ListAtSubscriptionScopeCompleteResult, error)
- func (c DeploymentOperationsClient) ListAtSubscriptionScopeCompleteMatchingPredicate(ctx context.Context, id ProviderDeploymentId, ...) (resp ListAtSubscriptionScopeCompleteResult, err error)
- func (c DeploymentOperationsClient) ListAtTenantScope(ctx context.Context, id DeploymentId, ...) (resp ListAtTenantScopeOperationResponse, err error)
- func (c DeploymentOperationsClient) ListAtTenantScopeComplete(ctx context.Context, id DeploymentId, ...) (ListAtTenantScopeCompleteResult, error)
- func (c DeploymentOperationsClient) ListAtTenantScopeCompleteMatchingPredicate(ctx context.Context, id DeploymentId, ...) (resp ListAtTenantScopeCompleteResult, err error)
- func (c DeploymentOperationsClient) ListComplete(ctx context.Context, id ResourceGroupDeploymentId, ...) (ListCompleteResult, error)
- func (c DeploymentOperationsClient) ListCompleteMatchingPredicate(ctx context.Context, id ResourceGroupDeploymentId, ...) (resp ListCompleteResult, err error)
- type ErrorAdditionalInfo
- type ErrorResponse
- type GetAtManagementGroupScopeOperationResponse
- type GetAtScopeOperationResponse
- type GetAtSubscriptionScopeOperationResponse
- type GetAtTenantScopeOperationResponse
- type GetOperationResponse
- type HTTPMessage
- type ListAtManagementGroupScopeCompleteResult
- type ListAtManagementGroupScopeOperationOptions
- type ListAtManagementGroupScopeOperationResponse
- type ListAtScopeCompleteResult
- type ListAtScopeOperationOptions
- type ListAtScopeOperationResponse
- type ListAtSubscriptionScopeCompleteResult
- type ListAtSubscriptionScopeOperationOptions
- type ListAtSubscriptionScopeOperationResponse
- type ListAtTenantScopeCompleteResult
- type ListAtTenantScopeOperationOptions
- type ListAtTenantScopeOperationResponse
- type ListCompleteResult
- type ListOperationOptions
- type ListOperationResponse
- type OperationId
- type ProviderDeploymentId
- type Providers2DeploymentId
- type Providers2DeploymentOperationId
- func NewProviders2DeploymentOperationID(groupId string, deploymentName string, operationId string) Providers2DeploymentOperationId
- func ParseProviders2DeploymentOperationID(input string) (*Providers2DeploymentOperationId, error)
- func ParseProviders2DeploymentOperationIDInsensitively(input string) (*Providers2DeploymentOperationId, error)
- type ProvisioningOperation
- type ResourceGroupDeploymentId
- func NewResourceGroupDeploymentID(subscriptionId string, resourceGroupName string, deploymentName string) ResourceGroupDeploymentId
- func ParseResourceGroupDeploymentID(input string) (*ResourceGroupDeploymentId, error)
- func ParseResourceGroupDeploymentIDInsensitively(input string) (*ResourceGroupDeploymentId, error)
- type ResourceGroupDeploymentOperationId
- func NewResourceGroupDeploymentOperationID(subscriptionId string, resourceGroupName string, deploymentName string, ...) ResourceGroupDeploymentOperationId
- func ParseResourceGroupDeploymentOperationID(input string) (*ResourceGroupDeploymentOperationId, error)
- func ParseResourceGroupDeploymentOperationIDInsensitively(input string) (*ResourceGroupDeploymentOperationId, error)
- type ScopedDeploymentId
- type ScopedOperationId
- type StatusMessage
- type TargetResource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForProvisioningOperation ¶
func PossibleValuesForProvisioningOperation() []string
func ValidateDeploymentID ¶
ValidateDeploymentID checks that 'input' can be parsed as a Deployment ID
func ValidateDeploymentOperationID ¶
func ValidateDeploymentOperationID(input interface{}, key string) (warnings []string, errors []error)
ValidateDeploymentOperationID checks that 'input' can be parsed as a Deployment Operation ID
func ValidateOperationID ¶
ValidateOperationID checks that 'input' can be parsed as a Operation ID
func ValidateProviderDeploymentID ¶
func ValidateProviderDeploymentID(input interface{}, key string) (warnings []string, errors []error)
ValidateProviderDeploymentID checks that 'input' can be parsed as a Provider Deployment ID
func ValidateProviders2DeploymentID ¶
func ValidateProviders2DeploymentID(input interface{}, key string) (warnings []string, errors []error)
ValidateProviders2DeploymentID checks that 'input' can be parsed as a Providers 2 Deployment ID
func ValidateProviders2DeploymentOperationID ¶
func ValidateProviders2DeploymentOperationID(input interface{}, key string) (warnings []string, errors []error)
ValidateProviders2DeploymentOperationID checks that 'input' can be parsed as a Providers 2 Deployment Operation ID
func ValidateResourceGroupDeploymentID ¶
func ValidateResourceGroupDeploymentID(input interface{}, key string) (warnings []string, errors []error)
ValidateResourceGroupDeploymentID checks that 'input' can be parsed as a Resource Group Deployment ID
func ValidateResourceGroupDeploymentOperationID ¶
func ValidateResourceGroupDeploymentOperationID(input interface{}, key string) (warnings []string, errors []error)
ValidateResourceGroupDeploymentOperationID checks that 'input' can be parsed as a Resource Group Deployment Operation ID
func ValidateScopedDeploymentID ¶
ValidateScopedDeploymentID checks that 'input' can be parsed as a Scoped Deployment ID
func ValidateScopedOperationID ¶
ValidateScopedOperationID checks that 'input' can be parsed as a Scoped Operation ID
Types ¶
type DeploymentId ¶
type DeploymentId struct {
DeploymentName string
}
DeploymentId is a struct representing the Resource ID for a Deployment
func NewDeploymentID ¶
func NewDeploymentID(deploymentName string) DeploymentId
NewDeploymentID returns a new DeploymentId struct
func ParseDeploymentID ¶
func ParseDeploymentID(input string) (*DeploymentId, error)
ParseDeploymentID parses 'input' into a DeploymentId
func ParseDeploymentIDInsensitively ¶
func ParseDeploymentIDInsensitively(input string) (*DeploymentId, error)
ParseDeploymentIDInsensitively parses 'input' case-insensitively into a DeploymentId note: this method should only be used for API response data and not user input
func (DeploymentId) Segments ¶
func (id DeploymentId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Deployment ID
func (DeploymentId) String ¶
func (id DeploymentId) String() string
String returns a human-readable description of this Deployment ID
type DeploymentOperation ¶
type DeploymentOperation struct { Id *string `json:"id,omitempty"` OperationId *string `json:"operationId,omitempty"` Properties *DeploymentOperationProperties `json:"properties,omitempty"` }
type DeploymentOperationId ¶
type DeploymentOperationId struct { SubscriptionId string DeploymentName string OperationId string }
DeploymentOperationId is a struct representing the Resource ID for a Deployment Operation
func NewDeploymentOperationID ¶
func NewDeploymentOperationID(subscriptionId string, deploymentName string, operationId string) DeploymentOperationId
NewDeploymentOperationID returns a new DeploymentOperationId struct
func ParseDeploymentOperationID ¶
func ParseDeploymentOperationID(input string) (*DeploymentOperationId, error)
ParseDeploymentOperationID parses 'input' into a DeploymentOperationId
func ParseDeploymentOperationIDInsensitively ¶
func ParseDeploymentOperationIDInsensitively(input string) (*DeploymentOperationId, error)
ParseDeploymentOperationIDInsensitively parses 'input' case-insensitively into a DeploymentOperationId note: this method should only be used for API response data and not user input
func (DeploymentOperationId) ID ¶
func (id DeploymentOperationId) ID() string
ID returns the formatted Deployment Operation ID
func (DeploymentOperationId) Segments ¶
func (id DeploymentOperationId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Deployment Operation ID
func (DeploymentOperationId) String ¶
func (id DeploymentOperationId) String() string
String returns a human-readable description of this Deployment Operation ID
type DeploymentOperationOperationPredicate ¶
func (DeploymentOperationOperationPredicate) Matches ¶
func (p DeploymentOperationOperationPredicate) Matches(input DeploymentOperation) bool
type DeploymentOperationProperties ¶
type DeploymentOperationProperties struct { Duration *string `json:"duration,omitempty"` ProvisioningOperation *ProvisioningOperation `json:"provisioningOperation,omitempty"` ProvisioningState *string `json:"provisioningState,omitempty"` Request *HTTPMessage `json:"request,omitempty"` Response *HTTPMessage `json:"response,omitempty"` ServiceRequestId *string `json:"serviceRequestId,omitempty"` StatusCode *string `json:"statusCode,omitempty"` StatusMessage *StatusMessage `json:"statusMessage,omitempty"` TargetResource *TargetResource `json:"targetResource,omitempty"` Timestamp *string `json:"timestamp,omitempty"` }
func (*DeploymentOperationProperties) GetTimestampAsTime ¶
func (o *DeploymentOperationProperties) GetTimestampAsTime() (*time.Time, error)
func (*DeploymentOperationProperties) SetTimestampAsTime ¶
func (o *DeploymentOperationProperties) SetTimestampAsTime(input time.Time)
type DeploymentOperationsClient ¶
type DeploymentOperationsClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewDeploymentOperationsClientWithBaseURI ¶
func NewDeploymentOperationsClientWithBaseURI(endpoint string) DeploymentOperationsClient
func (DeploymentOperationsClient) Get ¶
func (c DeploymentOperationsClient) Get(ctx context.Context, id ResourceGroupDeploymentOperationId) (result GetOperationResponse, err error)
Get ...
func (DeploymentOperationsClient) GetAtManagementGroupScope ¶
func (c DeploymentOperationsClient) GetAtManagementGroupScope(ctx context.Context, id Providers2DeploymentOperationId) (result GetAtManagementGroupScopeOperationResponse, err error)
GetAtManagementGroupScope ...
func (DeploymentOperationsClient) GetAtScope ¶
func (c DeploymentOperationsClient) GetAtScope(ctx context.Context, id ScopedOperationId) (result GetAtScopeOperationResponse, err error)
GetAtScope ...
func (DeploymentOperationsClient) GetAtSubscriptionScope ¶
func (c DeploymentOperationsClient) GetAtSubscriptionScope(ctx context.Context, id DeploymentOperationId) (result GetAtSubscriptionScopeOperationResponse, err error)
GetAtSubscriptionScope ...
func (DeploymentOperationsClient) GetAtTenantScope ¶
func (c DeploymentOperationsClient) GetAtTenantScope(ctx context.Context, id OperationId) (result GetAtTenantScopeOperationResponse, err error)
GetAtTenantScope ...
func (DeploymentOperationsClient) List ¶
func (c DeploymentOperationsClient) List(ctx context.Context, id ResourceGroupDeploymentId, options ListOperationOptions) (resp ListOperationResponse, err error)
List ...
func (DeploymentOperationsClient) ListAtManagementGroupScope ¶
func (c DeploymentOperationsClient) ListAtManagementGroupScope(ctx context.Context, id Providers2DeploymentId, options ListAtManagementGroupScopeOperationOptions) (resp ListAtManagementGroupScopeOperationResponse, err error)
ListAtManagementGroupScope ...
func (DeploymentOperationsClient) ListAtManagementGroupScopeComplete ¶
func (c DeploymentOperationsClient) ListAtManagementGroupScopeComplete(ctx context.Context, id Providers2DeploymentId, options ListAtManagementGroupScopeOperationOptions) (ListAtManagementGroupScopeCompleteResult, error)
ListAtManagementGroupScopeComplete retrieves all of the results into a single object
func (DeploymentOperationsClient) ListAtManagementGroupScopeCompleteMatchingPredicate ¶
func (c DeploymentOperationsClient) ListAtManagementGroupScopeCompleteMatchingPredicate(ctx context.Context, id Providers2DeploymentId, options ListAtManagementGroupScopeOperationOptions, predicate DeploymentOperationOperationPredicate) (resp ListAtManagementGroupScopeCompleteResult, err error)
ListAtManagementGroupScopeCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (DeploymentOperationsClient) ListAtScope ¶
func (c DeploymentOperationsClient) ListAtScope(ctx context.Context, id ScopedDeploymentId, options ListAtScopeOperationOptions) (resp ListAtScopeOperationResponse, err error)
ListAtScope ...
func (DeploymentOperationsClient) ListAtScopeComplete ¶
func (c DeploymentOperationsClient) ListAtScopeComplete(ctx context.Context, id ScopedDeploymentId, options ListAtScopeOperationOptions) (ListAtScopeCompleteResult, error)
ListAtScopeComplete retrieves all of the results into a single object
func (DeploymentOperationsClient) ListAtScopeCompleteMatchingPredicate ¶
func (c DeploymentOperationsClient) ListAtScopeCompleteMatchingPredicate(ctx context.Context, id ScopedDeploymentId, options ListAtScopeOperationOptions, predicate DeploymentOperationOperationPredicate) (resp ListAtScopeCompleteResult, err error)
ListAtScopeCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (DeploymentOperationsClient) ListAtSubscriptionScope ¶
func (c DeploymentOperationsClient) ListAtSubscriptionScope(ctx context.Context, id ProviderDeploymentId, options ListAtSubscriptionScopeOperationOptions) (resp ListAtSubscriptionScopeOperationResponse, err error)
ListAtSubscriptionScope ...
func (DeploymentOperationsClient) ListAtSubscriptionScopeComplete ¶
func (c DeploymentOperationsClient) ListAtSubscriptionScopeComplete(ctx context.Context, id ProviderDeploymentId, options ListAtSubscriptionScopeOperationOptions) (ListAtSubscriptionScopeCompleteResult, error)
ListAtSubscriptionScopeComplete retrieves all of the results into a single object
func (DeploymentOperationsClient) ListAtSubscriptionScopeCompleteMatchingPredicate ¶
func (c DeploymentOperationsClient) ListAtSubscriptionScopeCompleteMatchingPredicate(ctx context.Context, id ProviderDeploymentId, options ListAtSubscriptionScopeOperationOptions, predicate DeploymentOperationOperationPredicate) (resp ListAtSubscriptionScopeCompleteResult, err error)
ListAtSubscriptionScopeCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (DeploymentOperationsClient) ListAtTenantScope ¶
func (c DeploymentOperationsClient) ListAtTenantScope(ctx context.Context, id DeploymentId, options ListAtTenantScopeOperationOptions) (resp ListAtTenantScopeOperationResponse, err error)
ListAtTenantScope ...
func (DeploymentOperationsClient) ListAtTenantScopeComplete ¶
func (c DeploymentOperationsClient) ListAtTenantScopeComplete(ctx context.Context, id DeploymentId, options ListAtTenantScopeOperationOptions) (ListAtTenantScopeCompleteResult, error)
ListAtTenantScopeComplete retrieves all of the results into a single object
func (DeploymentOperationsClient) ListAtTenantScopeCompleteMatchingPredicate ¶
func (c DeploymentOperationsClient) ListAtTenantScopeCompleteMatchingPredicate(ctx context.Context, id DeploymentId, options ListAtTenantScopeOperationOptions, predicate DeploymentOperationOperationPredicate) (resp ListAtTenantScopeCompleteResult, err error)
ListAtTenantScopeCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (DeploymentOperationsClient) ListComplete ¶
func (c DeploymentOperationsClient) ListComplete(ctx context.Context, id ResourceGroupDeploymentId, options ListOperationOptions) (ListCompleteResult, error)
ListComplete retrieves all of the results into a single object
func (DeploymentOperationsClient) ListCompleteMatchingPredicate ¶
func (c DeploymentOperationsClient) ListCompleteMatchingPredicate(ctx context.Context, id ResourceGroupDeploymentId, options ListOperationOptions, predicate DeploymentOperationOperationPredicate) (resp ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all of the results and then applied the predicate
type ErrorAdditionalInfo ¶
type ErrorAdditionalInfo struct { Info *interface{} `json:"info,omitempty"` Type *string `json:"type,omitempty"` }
type ErrorResponse ¶
type ErrorResponse struct { AdditionalInfo *[]ErrorAdditionalInfo `json:"additionalInfo,omitempty"` Code *string `json:"code,omitempty"` Details *[]ErrorResponse `json:"details,omitempty"` Message *string `json:"message,omitempty"` Target *string `json:"target,omitempty"` }
type GetAtManagementGroupScopeOperationResponse ¶
type GetAtManagementGroupScopeOperationResponse struct { HttpResponse *http.Response Model *DeploymentOperation }
type GetAtScopeOperationResponse ¶
type GetAtScopeOperationResponse struct { HttpResponse *http.Response Model *DeploymentOperation }
type GetAtSubscriptionScopeOperationResponse ¶
type GetAtSubscriptionScopeOperationResponse struct { HttpResponse *http.Response Model *DeploymentOperation }
type GetAtTenantScopeOperationResponse ¶
type GetAtTenantScopeOperationResponse struct { HttpResponse *http.Response Model *DeploymentOperation }
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response Model *DeploymentOperation }
type HTTPMessage ¶
type HTTPMessage struct {
Content *interface{} `json:"content,omitempty"`
}
type ListAtManagementGroupScopeCompleteResult ¶
type ListAtManagementGroupScopeCompleteResult struct {
Items []DeploymentOperation
}
type ListAtManagementGroupScopeOperationOptions ¶
type ListAtManagementGroupScopeOperationOptions struct {
Top *int64
}
func DefaultListAtManagementGroupScopeOperationOptions ¶
func DefaultListAtManagementGroupScopeOperationOptions() ListAtManagementGroupScopeOperationOptions
type ListAtManagementGroupScopeOperationResponse ¶
type ListAtManagementGroupScopeOperationResponse struct { HttpResponse *http.Response Model *[]DeploymentOperation // contains filtered or unexported fields }
func (ListAtManagementGroupScopeOperationResponse) HasMore ¶
func (r ListAtManagementGroupScopeOperationResponse) HasMore() bool
func (ListAtManagementGroupScopeOperationResponse) LoadMore ¶
func (r ListAtManagementGroupScopeOperationResponse) LoadMore(ctx context.Context) (resp ListAtManagementGroupScopeOperationResponse, err error)
type ListAtScopeCompleteResult ¶
type ListAtScopeCompleteResult struct {
Items []DeploymentOperation
}
type ListAtScopeOperationOptions ¶
type ListAtScopeOperationOptions struct {
Top *int64
}
func DefaultListAtScopeOperationOptions ¶
func DefaultListAtScopeOperationOptions() ListAtScopeOperationOptions
type ListAtScopeOperationResponse ¶
type ListAtScopeOperationResponse struct { HttpResponse *http.Response Model *[]DeploymentOperation // contains filtered or unexported fields }
func (ListAtScopeOperationResponse) HasMore ¶
func (r ListAtScopeOperationResponse) HasMore() bool
func (ListAtScopeOperationResponse) LoadMore ¶
func (r ListAtScopeOperationResponse) LoadMore(ctx context.Context) (resp ListAtScopeOperationResponse, err error)
type ListAtSubscriptionScopeCompleteResult ¶
type ListAtSubscriptionScopeCompleteResult struct {
Items []DeploymentOperation
}
type ListAtSubscriptionScopeOperationOptions ¶
type ListAtSubscriptionScopeOperationOptions struct {
Top *int64
}
func DefaultListAtSubscriptionScopeOperationOptions ¶
func DefaultListAtSubscriptionScopeOperationOptions() ListAtSubscriptionScopeOperationOptions
type ListAtSubscriptionScopeOperationResponse ¶
type ListAtSubscriptionScopeOperationResponse struct { HttpResponse *http.Response Model *[]DeploymentOperation // contains filtered or unexported fields }
func (ListAtSubscriptionScopeOperationResponse) HasMore ¶
func (r ListAtSubscriptionScopeOperationResponse) HasMore() bool
func (ListAtSubscriptionScopeOperationResponse) LoadMore ¶
func (r ListAtSubscriptionScopeOperationResponse) LoadMore(ctx context.Context) (resp ListAtSubscriptionScopeOperationResponse, err error)
type ListAtTenantScopeCompleteResult ¶
type ListAtTenantScopeCompleteResult struct {
Items []DeploymentOperation
}
type ListAtTenantScopeOperationOptions ¶
type ListAtTenantScopeOperationOptions struct {
Top *int64
}
func DefaultListAtTenantScopeOperationOptions ¶
func DefaultListAtTenantScopeOperationOptions() ListAtTenantScopeOperationOptions
type ListAtTenantScopeOperationResponse ¶
type ListAtTenantScopeOperationResponse struct { HttpResponse *http.Response Model *[]DeploymentOperation // contains filtered or unexported fields }
func (ListAtTenantScopeOperationResponse) HasMore ¶
func (r ListAtTenantScopeOperationResponse) HasMore() bool
func (ListAtTenantScopeOperationResponse) LoadMore ¶
func (r ListAtTenantScopeOperationResponse) LoadMore(ctx context.Context) (resp ListAtTenantScopeOperationResponse, err error)
type ListCompleteResult ¶
type ListCompleteResult struct {
Items []DeploymentOperation
}
type ListOperationOptions ¶
type ListOperationOptions struct {
Top *int64
}
func DefaultListOperationOptions ¶
func DefaultListOperationOptions() ListOperationOptions
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response Model *[]DeploymentOperation // contains filtered or unexported fields }
func (ListOperationResponse) HasMore ¶
func (r ListOperationResponse) HasMore() bool
func (ListOperationResponse) LoadMore ¶
func (r ListOperationResponse) LoadMore(ctx context.Context) (resp ListOperationResponse, err error)
type OperationId ¶
OperationId is a struct representing the Resource ID for a Operation
func NewOperationID ¶
func NewOperationID(deploymentName string, operationId string) OperationId
NewOperationID returns a new OperationId struct
func ParseOperationID ¶
func ParseOperationID(input string) (*OperationId, error)
ParseOperationID parses 'input' into a OperationId
func ParseOperationIDInsensitively ¶
func ParseOperationIDInsensitively(input string) (*OperationId, error)
ParseOperationIDInsensitively parses 'input' case-insensitively into a OperationId note: this method should only be used for API response data and not user input
func (OperationId) Segments ¶
func (id OperationId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Operation ID
func (OperationId) String ¶
func (id OperationId) String() string
String returns a human-readable description of this Operation ID
type ProviderDeploymentId ¶
ProviderDeploymentId is a struct representing the Resource ID for a Provider Deployment
func NewProviderDeploymentID ¶
func NewProviderDeploymentID(subscriptionId string, deploymentName string) ProviderDeploymentId
NewProviderDeploymentID returns a new ProviderDeploymentId struct
func ParseProviderDeploymentID ¶
func ParseProviderDeploymentID(input string) (*ProviderDeploymentId, error)
ParseProviderDeploymentID parses 'input' into a ProviderDeploymentId
func ParseProviderDeploymentIDInsensitively ¶
func ParseProviderDeploymentIDInsensitively(input string) (*ProviderDeploymentId, error)
ParseProviderDeploymentIDInsensitively parses 'input' case-insensitively into a ProviderDeploymentId note: this method should only be used for API response data and not user input
func (ProviderDeploymentId) ID ¶
func (id ProviderDeploymentId) ID() string
ID returns the formatted Provider Deployment ID
func (ProviderDeploymentId) Segments ¶
func (id ProviderDeploymentId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Provider Deployment ID
func (ProviderDeploymentId) String ¶
func (id ProviderDeploymentId) String() string
String returns a human-readable description of this Provider Deployment ID
type Providers2DeploymentId ¶
Providers2DeploymentId is a struct representing the Resource ID for a Providers 2 Deployment
func NewProviders2DeploymentID ¶
func NewProviders2DeploymentID(groupId string, deploymentName string) Providers2DeploymentId
NewProviders2DeploymentID returns a new Providers2DeploymentId struct
func ParseProviders2DeploymentID ¶
func ParseProviders2DeploymentID(input string) (*Providers2DeploymentId, error)
ParseProviders2DeploymentID parses 'input' into a Providers2DeploymentId
func ParseProviders2DeploymentIDInsensitively ¶
func ParseProviders2DeploymentIDInsensitively(input string) (*Providers2DeploymentId, error)
ParseProviders2DeploymentIDInsensitively parses 'input' case-insensitively into a Providers2DeploymentId note: this method should only be used for API response data and not user input
func (Providers2DeploymentId) ID ¶
func (id Providers2DeploymentId) ID() string
ID returns the formatted Providers 2 Deployment ID
func (Providers2DeploymentId) Segments ¶
func (id Providers2DeploymentId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Providers 2 Deployment ID
func (Providers2DeploymentId) String ¶
func (id Providers2DeploymentId) String() string
String returns a human-readable description of this Providers 2 Deployment ID
type Providers2DeploymentOperationId ¶
type Providers2DeploymentOperationId struct { GroupId string DeploymentName string OperationId string }
Providers2DeploymentOperationId is a struct representing the Resource ID for a Providers 2 Deployment Operation
func NewProviders2DeploymentOperationID ¶
func NewProviders2DeploymentOperationID(groupId string, deploymentName string, operationId string) Providers2DeploymentOperationId
NewProviders2DeploymentOperationID returns a new Providers2DeploymentOperationId struct
func ParseProviders2DeploymentOperationID ¶
func ParseProviders2DeploymentOperationID(input string) (*Providers2DeploymentOperationId, error)
ParseProviders2DeploymentOperationID parses 'input' into a Providers2DeploymentOperationId
func ParseProviders2DeploymentOperationIDInsensitively ¶
func ParseProviders2DeploymentOperationIDInsensitively(input string) (*Providers2DeploymentOperationId, error)
ParseProviders2DeploymentOperationIDInsensitively parses 'input' case-insensitively into a Providers2DeploymentOperationId note: this method should only be used for API response data and not user input
func (Providers2DeploymentOperationId) ID ¶
func (id Providers2DeploymentOperationId) ID() string
ID returns the formatted Providers 2 Deployment Operation ID
func (Providers2DeploymentOperationId) Segments ¶
func (id Providers2DeploymentOperationId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Providers 2 Deployment Operation ID
func (Providers2DeploymentOperationId) String ¶
func (id Providers2DeploymentOperationId) String() string
String returns a human-readable description of this Providers 2 Deployment Operation ID
type ProvisioningOperation ¶
type ProvisioningOperation string
const ( ProvisioningOperationAction ProvisioningOperation = "Action" ProvisioningOperationAzureAsyncOperationWaiting ProvisioningOperation = "AzureAsyncOperationWaiting" ProvisioningOperationCreate ProvisioningOperation = "Create" ProvisioningOperationDelete ProvisioningOperation = "Delete" ProvisioningOperationDeploymentCleanup ProvisioningOperation = "DeploymentCleanup" ProvisioningOperationEvaluateDeploymentOutput ProvisioningOperation = "EvaluateDeploymentOutput" ProvisioningOperationNotSpecified ProvisioningOperation = "NotSpecified" ProvisioningOperationRead ProvisioningOperation = "Read" ProvisioningOperationResourceCacheWaiting ProvisioningOperation = "ResourceCacheWaiting" ProvisioningOperationWaiting ProvisioningOperation = "Waiting" )
type ResourceGroupDeploymentId ¶
type ResourceGroupDeploymentId struct { SubscriptionId string ResourceGroupName string DeploymentName string }
ResourceGroupDeploymentId is a struct representing the Resource ID for a Resource Group Deployment
func NewResourceGroupDeploymentID ¶
func NewResourceGroupDeploymentID(subscriptionId string, resourceGroupName string, deploymentName string) ResourceGroupDeploymentId
NewResourceGroupDeploymentID returns a new ResourceGroupDeploymentId struct
func ParseResourceGroupDeploymentID ¶
func ParseResourceGroupDeploymentID(input string) (*ResourceGroupDeploymentId, error)
ParseResourceGroupDeploymentID parses 'input' into a ResourceGroupDeploymentId
func ParseResourceGroupDeploymentIDInsensitively ¶
func ParseResourceGroupDeploymentIDInsensitively(input string) (*ResourceGroupDeploymentId, error)
ParseResourceGroupDeploymentIDInsensitively parses 'input' case-insensitively into a ResourceGroupDeploymentId note: this method should only be used for API response data and not user input
func (ResourceGroupDeploymentId) ID ¶
func (id ResourceGroupDeploymentId) ID() string
ID returns the formatted Resource Group Deployment ID
func (ResourceGroupDeploymentId) Segments ¶
func (id ResourceGroupDeploymentId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Resource Group Deployment ID
func (ResourceGroupDeploymentId) String ¶
func (id ResourceGroupDeploymentId) String() string
String returns a human-readable description of this Resource Group Deployment ID
type ResourceGroupDeploymentOperationId ¶
type ResourceGroupDeploymentOperationId struct { SubscriptionId string ResourceGroupName string DeploymentName string OperationId string }
ResourceGroupDeploymentOperationId is a struct representing the Resource ID for a Resource Group Deployment Operation
func NewResourceGroupDeploymentOperationID ¶
func NewResourceGroupDeploymentOperationID(subscriptionId string, resourceGroupName string, deploymentName string, operationId string) ResourceGroupDeploymentOperationId
NewResourceGroupDeploymentOperationID returns a new ResourceGroupDeploymentOperationId struct
func ParseResourceGroupDeploymentOperationID ¶
func ParseResourceGroupDeploymentOperationID(input string) (*ResourceGroupDeploymentOperationId, error)
ParseResourceGroupDeploymentOperationID parses 'input' into a ResourceGroupDeploymentOperationId
func ParseResourceGroupDeploymentOperationIDInsensitively ¶
func ParseResourceGroupDeploymentOperationIDInsensitively(input string) (*ResourceGroupDeploymentOperationId, error)
ParseResourceGroupDeploymentOperationIDInsensitively parses 'input' case-insensitively into a ResourceGroupDeploymentOperationId note: this method should only be used for API response data and not user input
func (ResourceGroupDeploymentOperationId) ID ¶
func (id ResourceGroupDeploymentOperationId) ID() string
ID returns the formatted Resource Group Deployment Operation ID
func (ResourceGroupDeploymentOperationId) Segments ¶
func (id ResourceGroupDeploymentOperationId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Resource Group Deployment Operation ID
func (ResourceGroupDeploymentOperationId) String ¶
func (id ResourceGroupDeploymentOperationId) String() string
String returns a human-readable description of this Resource Group Deployment Operation ID
type ScopedDeploymentId ¶
ScopedDeploymentId is a struct representing the Resource ID for a Scoped Deployment
func NewScopedDeploymentID ¶
func NewScopedDeploymentID(scope string, deploymentName string) ScopedDeploymentId
NewScopedDeploymentID returns a new ScopedDeploymentId struct
func ParseScopedDeploymentID ¶
func ParseScopedDeploymentID(input string) (*ScopedDeploymentId, error)
ParseScopedDeploymentID parses 'input' into a ScopedDeploymentId
func ParseScopedDeploymentIDInsensitively ¶
func ParseScopedDeploymentIDInsensitively(input string) (*ScopedDeploymentId, error)
ParseScopedDeploymentIDInsensitively parses 'input' case-insensitively into a ScopedDeploymentId note: this method should only be used for API response data and not user input
func (ScopedDeploymentId) ID ¶
func (id ScopedDeploymentId) ID() string
ID returns the formatted Scoped Deployment ID
func (ScopedDeploymentId) Segments ¶
func (id ScopedDeploymentId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Scoped Deployment ID
func (ScopedDeploymentId) String ¶
func (id ScopedDeploymentId) String() string
String returns a human-readable description of this Scoped Deployment ID
type ScopedOperationId ¶
ScopedOperationId is a struct representing the Resource ID for a Scoped Operation
func NewScopedOperationID ¶
func NewScopedOperationID(scope string, deploymentName string, operationId string) ScopedOperationId
NewScopedOperationID returns a new ScopedOperationId struct
func ParseScopedOperationID ¶
func ParseScopedOperationID(input string) (*ScopedOperationId, error)
ParseScopedOperationID parses 'input' into a ScopedOperationId
func ParseScopedOperationIDInsensitively ¶
func ParseScopedOperationIDInsensitively(input string) (*ScopedOperationId, error)
ParseScopedOperationIDInsensitively parses 'input' case-insensitively into a ScopedOperationId note: this method should only be used for API response data and not user input
func (ScopedOperationId) ID ¶
func (id ScopedOperationId) ID() string
ID returns the formatted Scoped Operation ID
func (ScopedOperationId) Segments ¶
func (id ScopedOperationId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Scoped Operation ID
func (ScopedOperationId) String ¶
func (id ScopedOperationId) String() string
String returns a human-readable description of this Scoped Operation ID
type StatusMessage ¶
type StatusMessage struct { Error *ErrorResponse `json:"error,omitempty"` Status *string `json:"status,omitempty"` }
type TargetResource ¶
Source Files ¶
- client.go
- constants.go
- id_deployment.go
- id_deploymentoperation.go
- id_operation.go
- id_providerdeployment.go
- id_providers2deployment.go
- id_providers2deploymentoperation.go
- id_resourcegroupdeployment.go
- id_resourcegroupdeploymentoperation.go
- id_scopeddeployment.go
- id_scopedoperation.go
- method_get_autorest.go
- method_getatmanagementgroupscope_autorest.go
- method_getatscope_autorest.go
- method_getatsubscriptionscope_autorest.go
- method_getattenantscope_autorest.go
- method_list_autorest.go
- method_listatmanagementgroupscope_autorest.go
- method_listatscope_autorest.go
- method_listatsubscriptionscope_autorest.go
- method_listattenantscope_autorest.go
- model_deploymentoperation.go
- model_deploymentoperationproperties.go
- model_erroradditionalinfo.go
- model_errorresponse.go
- model_httpmessage.go
- model_statusmessage.go
- model_targetresource.go
- predicates.go
- version.go