Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateOperationsStatusID ¶ added in v0.20220907.1111434
ValidateOperationsStatusID checks that 'input' can be parsed as a Operations Status 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 ErrorResponse ¶
type ErrorResponse struct {
Error *ErrorDetail `json:"error,omitempty"`
}
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response Model *OperationStatus }
type OperationStatus ¶
type OperationsStatusClient ¶
type OperationsStatusClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewOperationsStatusClientWithBaseURI ¶
func NewOperationsStatusClientWithBaseURI(endpoint string) OperationsStatusClient
func (OperationsStatusClient) Get ¶
func (c OperationsStatusClient) Get(ctx context.Context, id OperationsStatusId) (result GetOperationResponse, err error)
Get ...
type OperationsStatusId ¶ added in v0.20220907.1111434
OperationsStatusId is a struct representing the Resource ID for a Operations Status
func NewOperationsStatusID ¶ added in v0.20220907.1111434
func NewOperationsStatusID(subscriptionId string, location string, operationId string) OperationsStatusId
NewOperationsStatusID returns a new OperationsStatusId struct
func ParseOperationsStatusID ¶ added in v0.20220907.1111434
func ParseOperationsStatusID(input string) (*OperationsStatusId, error)
ParseOperationsStatusID parses 'input' into a OperationsStatusId
func ParseOperationsStatusIDInsensitively ¶ added in v0.20220907.1111434
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) ID ¶ added in v0.20220907.1111434
func (id OperationsStatusId) ID() string
ID returns the formatted Operations Status ID
func (OperationsStatusId) Segments ¶ added in v0.20220907.1111434
func (id OperationsStatusId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Operations Status ID
func (OperationsStatusId) String ¶ added in v0.20220907.1111434
func (id OperationsStatusId) String() string
String returns a human-readable description of this Operations Status ID