Documentation ¶
Index ¶
- type ErrorAdditionalInfo
- type ErrorDetail
- type OperationStatusListCompleteResult
- type OperationStatusListCustomPager
- type OperationStatusListOperationResponse
- type OperationStatusResult
- type OperationStatusResultOperationPredicate
- type OperationsInAClusterClient
- func (c OperationsInAClusterClient) OperationStatusList(ctx context.Context, id commonids.ScopeId) (result OperationStatusListOperationResponse, err error)
- func (c OperationsInAClusterClient) OperationStatusListComplete(ctx context.Context, id commonids.ScopeId) (OperationStatusListCompleteResult, error)
- func (c OperationsInAClusterClient) OperationStatusListCompleteMatchingPredicate(ctx context.Context, id commonids.ScopeId, ...) (result OperationStatusListCompleteResult, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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 OperationStatusListCompleteResult ¶
type OperationStatusListCompleteResult struct { LatestHttpResponse *http.Response Items []OperationStatusResult }
type OperationStatusListCustomPager ¶ added in v0.20240628.1153531
func (*OperationStatusListCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *OperationStatusListCustomPager) NextPageLink() *odata.Link
type OperationStatusListOperationResponse ¶
type OperationStatusListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]OperationStatusResult }
type OperationStatusResult ¶
type OperationStatusResultOperationPredicate ¶
func (OperationStatusResultOperationPredicate) Matches ¶
func (p OperationStatusResultOperationPredicate) Matches(input OperationStatusResult) bool
type OperationsInAClusterClient ¶
type OperationsInAClusterClient struct {
Client *resourcemanager.Client
}
func NewOperationsInAClusterClientWithBaseURI ¶
func NewOperationsInAClusterClientWithBaseURI(sdkApi sdkEnv.Api) (*OperationsInAClusterClient, error)
func (OperationsInAClusterClient) OperationStatusList ¶
func (c OperationsInAClusterClient) OperationStatusList(ctx context.Context, id commonids.ScopeId) (result OperationStatusListOperationResponse, err error)
OperationStatusList ...
func (OperationsInAClusterClient) OperationStatusListComplete ¶
func (c OperationsInAClusterClient) OperationStatusListComplete(ctx context.Context, id commonids.ScopeId) (OperationStatusListCompleteResult, error)
OperationStatusListComplete retrieves all the results into a single object
func (OperationsInAClusterClient) OperationStatusListCompleteMatchingPredicate ¶
func (c OperationsInAClusterClient) OperationStatusListCompleteMatchingPredicate(ctx context.Context, id commonids.ScopeId, predicate OperationStatusResultOperationPredicate) (result OperationStatusListCompleteResult, err error)
OperationStatusListCompleteMatchingPredicate retrieves all the results and then applies the predicate
Click to show internal directories.
Click to hide internal directories.