Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateOperationScopedID ¶ added in v0.20230714.1170806
ValidateOperationScopedID checks that 'input' can be parsed as a Operation Scoped ID
Types ¶
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 ExtensionOperationStatusClient ¶
type ExtensionOperationStatusClient struct {
Client *resourcemanager.Client
}
func NewExtensionOperationStatusClientWithBaseURI ¶
func NewExtensionOperationStatusClientWithBaseURI(sdkApi sdkEnv.Api) (*ExtensionOperationStatusClient, error)
func (ExtensionOperationStatusClient) OperationStatusGet ¶
func (c ExtensionOperationStatusClient) OperationStatusGet(ctx context.Context, id OperationScopedId) (result OperationStatusGetOperationResponse, err error)
OperationStatusGet ...
type OperationScopedId ¶ added in v0.20230714.1170806
OperationScopedId is a struct representing the Resource ID for a Operation Scoped
func NewOperationScopedID ¶ added in v0.20230714.1170806
func NewOperationScopedID(scope string, extensionName string, operationId string) OperationScopedId
NewOperationScopedID returns a new OperationScopedId struct
func ParseOperationScopedID ¶ added in v0.20230714.1170806
func ParseOperationScopedID(input string) (*OperationScopedId, error)
ParseOperationScopedID parses 'input' into a OperationScopedId
func ParseOperationScopedIDInsensitively ¶ added in v0.20230714.1170806
func ParseOperationScopedIDInsensitively(input string) (*OperationScopedId, error)
ParseOperationScopedIDInsensitively parses 'input' case-insensitively into a OperationScopedId note: this method should only be used for API response data and not user input
func (OperationScopedId) ID ¶ added in v0.20230714.1170806
func (id OperationScopedId) ID() string
ID returns the formatted Operation Scoped ID
func (OperationScopedId) Segments ¶ added in v0.20230714.1170806
func (id OperationScopedId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Operation Scoped ID
func (OperationScopedId) String ¶ added in v0.20230714.1170806
func (id OperationScopedId) String() string
String returns a human-readable description of this Operation Scoped ID
type OperationStatusGetOperationResponse ¶
type OperationStatusGetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *OperationStatusResult }