Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Operation ¶
type Operation struct { Display *OperationDisplay `json:"display,omitempty"` Name *string `json:"name,omitempty"` }
type OperationDisplay ¶
type OperationList ¶
type OperationList struct {
Value *[]Operation `json:"value,omitempty"`
}
type OperationsClient ¶
type OperationsClient struct {
Client *resourcemanager.Client
}
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(sdkApi sdkEnv.Api) (*OperationsClient, error)
func (OperationsClient) WithScopeList ¶
func (c OperationsClient) WithScopeList(ctx context.Context, id commonids.ScopeId) (result WithScopeListOperationResponse, err error)
WithScopeList ...
type WithScopeListOperationResponse ¶
type WithScopeListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *OperationList }
Click to show internal directories.
Click to hide internal directories.