defaultaccount

package
v0.20220621.123833 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 21, 2022 License: MPL-2.0 Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PossibleValuesForScopeType

func PossibleValuesForScopeType() []string

Types

type DefaultAccountClient

type DefaultAccountClient struct {
	Client autorest.Client
	// contains filtered or unexported fields
}

func NewDefaultAccountClientWithBaseURI

func NewDefaultAccountClientWithBaseURI(endpoint string) DefaultAccountClient

func (DefaultAccountClient) Get

Get ...

func (DefaultAccountClient) Remove

Remove ...

func (DefaultAccountClient) Set

Set ...

type DefaultAccountPayload

type DefaultAccountPayload struct {
	AccountName       *string    `json:"accountName,omitempty"`
	ResourceGroupName *string    `json:"resourceGroupName,omitempty"`
	Scope             *string    `json:"scope,omitempty"`
	ScopeTenantId     *string    `json:"scopeTenantId,omitempty"`
	ScopeType         *ScopeType `json:"scopeType,omitempty"`
	SubscriptionId    *string    `json:"subscriptionId,omitempty"`
}

type GetOperationOptions

type GetOperationOptions struct {
	Scope         *string
	ScopeTenantId *string
	ScopeType     *ScopeType
}

func DefaultGetOperationOptions

func DefaultGetOperationOptions() GetOperationOptions

type GetOperationResponse

type GetOperationResponse struct {
	HttpResponse *http.Response
	Model        *DefaultAccountPayload
}

type RemoveOperationOptions

type RemoveOperationOptions struct {
	Scope         *string
	ScopeTenantId *string
	ScopeType     *ScopeType
}

func DefaultRemoveOperationOptions

func DefaultRemoveOperationOptions() RemoveOperationOptions

type RemoveOperationResponse

type RemoveOperationResponse struct {
	HttpResponse *http.Response
}

type ScopeType

type ScopeType string
const (
	ScopeTypeSubscription ScopeType = "Subscription"
	ScopeTypeTenant       ScopeType = "Tenant"
)

type SetOperationResponse

type SetOperationResponse struct {
	HttpResponse *http.Response
	Model        *DefaultAccountPayload
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL