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 ¶
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(endpoint string) OperationsClient
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 Model *OperationList }
Click to show internal directories.
Click to hide internal directories.