Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func PossibleValuesForScopeType() []string + type DefaultAccountClient struct + Client *resourcemanager.Client + func NewDefaultAccountClientWithBaseURI(sdkApi sdkEnv.Api) (*DefaultAccountClient, error) + func (c DefaultAccountClient) Get(ctx context.Context, options GetOperationOptions) (result GetOperationResponse, err error) + func (c DefaultAccountClient) Remove(ctx context.Context, options RemoveOperationOptions) (result RemoveOperationResponse, err error) + func (c DefaultAccountClient) Set(ctx context.Context, input DefaultAccountPayload) (result SetOperationResponse, err error) + type DefaultAccountPayload struct + AccountName *string + ResourceGroupName *string + Scope *string + ScopeTenantId *string + ScopeType *ScopeType + SubscriptionId *string + type GetOperationOptions struct + Scope *string + ScopeTenantId *string + ScopeType *ScopeType + func DefaultGetOperationOptions() GetOperationOptions + func (o GetOperationOptions) ToHeaders() *client.Headers + func (o GetOperationOptions) ToOData() *odata.Query + func (o GetOperationOptions) ToQuery() *client.QueryParams + type GetOperationResponse struct + HttpResponse *http.Response + Model *DefaultAccountPayload + OData *odata.OData + type RemoveOperationOptions struct + Scope *string + ScopeTenantId *string + ScopeType *ScopeType + func DefaultRemoveOperationOptions() RemoveOperationOptions + func (o RemoveOperationOptions) ToHeaders() *client.Headers + func (o RemoveOperationOptions) ToOData() *odata.Query + func (o RemoveOperationOptions) ToQuery() *client.QueryParams + type RemoveOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type ScopeType string + const ScopeTypeSubscription + const ScopeTypeTenant + func (s *ScopeType) UnmarshalJSON(bytes []byte) error + type SetOperationResponse struct + HttpResponse *http.Response + Model *DefaultAccountPayload + OData *odata.OData