Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateOperationsStatusID ¶
ValidateOperationsStatusID checks that 'input' can be parsed as a Operations Status ID
Types ¶
type AsyncOperationsClient ¶
type AsyncOperationsClient struct {
Client *resourcemanager.Client
}
func NewAsyncOperationsClientWithBaseURI ¶
func NewAsyncOperationsClientWithBaseURI(sdkApi sdkEnv.Api) (*AsyncOperationsClient, error)
func (AsyncOperationsClient) OperationStatusesGet ¶
func (c AsyncOperationsClient) OperationStatusesGet(ctx context.Context, id OperationsStatusId) (result OperationStatusesGetOperationResponse, err error)
OperationStatusesGet ...
type ErrorAdditionalInfo ¶
type ErrorAdditionalInfo struct { Info *interface{} `json:"info,omitempty"` Type *string `json:"type,omitempty"` }
type ErrorDetail ¶
type ErrorDetail struct { AdditionalInfo *[]ErrorAdditionalInfo `json:"additionalInfo,omitempty"` Code *string `json:"code,omitempty"` Details *[]ErrorDetail `json:"details,omitempty"` Message *string `json:"message,omitempty"` Target *string `json:"target,omitempty"` }
type OperationStatus ¶
type OperationStatusesGetOperationResponse ¶
type OperationStatusesGetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *OperationStatus }
type OperationsStatusId ¶
type OperationsStatusId struct { SubscriptionId string LocationName string AsyncOperationId string }
OperationsStatusId is a struct representing the Resource ID for a Operations Status
func NewOperationsStatusID ¶
func NewOperationsStatusID(subscriptionId string, locationName string, asyncOperationId string) OperationsStatusId
NewOperationsStatusID returns a new OperationsStatusId struct
func ParseOperationsStatusID ¶
func ParseOperationsStatusID(input string) (*OperationsStatusId, error)
ParseOperationsStatusID parses 'input' into a OperationsStatusId
func ParseOperationsStatusIDInsensitively ¶
func ParseOperationsStatusIDInsensitively(input string) (*OperationsStatusId, error)
ParseOperationsStatusIDInsensitively parses 'input' case-insensitively into a OperationsStatusId note: this method should only be used for API response data and not user input
func (*OperationsStatusId) FromParseResult ¶ added in v0.20231127.1171502
func (id *OperationsStatusId) FromParseResult(input resourceids.ParseResult) error
func (OperationsStatusId) ID ¶
func (id OperationsStatusId) ID() string
ID returns the formatted Operations Status ID
func (OperationsStatusId) Segments ¶
func (id OperationsStatusId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Operations Status ID
func (OperationsStatusId) String ¶
func (id OperationsStatusId) String() string
String returns a human-readable description of this Operations Status ID