Documentation ¶
Index ¶
- func PossibleValuesForSkuTier() []string
- func ValidateRemoteRenderingAccountID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateSpatialAnchorsAccountID(input interface{}, key string) (warnings []string, errors []error)
- type MixedRealityAccountProperties
- type RemoteRenderingAccount
- type RemoteRenderingAccountId
- type RemoteRenderingAccountOperationPredicate
- type RemoteRenderingAccountsCreateOperationResponse
- type RemoteRenderingAccountsDeleteOperationResponse
- type RemoteRenderingAccountsGetOperationResponse
- type RemoteRenderingAccountsListByResourceGroupCompleteResult
- type RemoteRenderingAccountsListByResourceGroupOperationResponse
- type RemoteRenderingAccountsListBySubscriptionCompleteResult
- type RemoteRenderingAccountsListBySubscriptionOperationResponse
- type RemoteRenderingAccountsUpdateOperationResponse
- type ResourceClient
- func (c ResourceClient) RemoteRenderingAccountsCreate(ctx context.Context, id RemoteRenderingAccountId, input RemoteRenderingAccount) (result RemoteRenderingAccountsCreateOperationResponse, err error)
- func (c ResourceClient) RemoteRenderingAccountsDelete(ctx context.Context, id RemoteRenderingAccountId) (result RemoteRenderingAccountsDeleteOperationResponse, err error)
- func (c ResourceClient) RemoteRenderingAccountsGet(ctx context.Context, id RemoteRenderingAccountId) (result RemoteRenderingAccountsGetOperationResponse, err error)
- func (c ResourceClient) RemoteRenderingAccountsListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (resp RemoteRenderingAccountsListByResourceGroupOperationResponse, err error)
- func (c ResourceClient) RemoteRenderingAccountsListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (RemoteRenderingAccountsListByResourceGroupCompleteResult, error)
- func (c ResourceClient) RemoteRenderingAccountsListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (resp RemoteRenderingAccountsListByResourceGroupCompleteResult, err error)
- func (c ResourceClient) RemoteRenderingAccountsListBySubscription(ctx context.Context, id commonids.SubscriptionId) (resp RemoteRenderingAccountsListBySubscriptionOperationResponse, err error)
- func (c ResourceClient) RemoteRenderingAccountsListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (RemoteRenderingAccountsListBySubscriptionCompleteResult, error)
- func (c ResourceClient) RemoteRenderingAccountsListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (resp RemoteRenderingAccountsListBySubscriptionCompleteResult, err error)
- func (c ResourceClient) RemoteRenderingAccountsUpdate(ctx context.Context, id RemoteRenderingAccountId, input RemoteRenderingAccount) (result RemoteRenderingAccountsUpdateOperationResponse, err error)
- func (c ResourceClient) SpatialAnchorsAccountsCreate(ctx context.Context, id SpatialAnchorsAccountId, input SpatialAnchorsAccount) (result SpatialAnchorsAccountsCreateOperationResponse, err error)
- func (c ResourceClient) SpatialAnchorsAccountsDelete(ctx context.Context, id SpatialAnchorsAccountId) (result SpatialAnchorsAccountsDeleteOperationResponse, err error)
- func (c ResourceClient) SpatialAnchorsAccountsGet(ctx context.Context, id SpatialAnchorsAccountId) (result SpatialAnchorsAccountsGetOperationResponse, err error)
- func (c ResourceClient) SpatialAnchorsAccountsListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (resp SpatialAnchorsAccountsListByResourceGroupOperationResponse, err error)
- func (c ResourceClient) SpatialAnchorsAccountsListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (SpatialAnchorsAccountsListByResourceGroupCompleteResult, error)
- func (c ResourceClient) SpatialAnchorsAccountsListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (resp SpatialAnchorsAccountsListByResourceGroupCompleteResult, err error)
- func (c ResourceClient) SpatialAnchorsAccountsListBySubscription(ctx context.Context, id commonids.SubscriptionId) (resp SpatialAnchorsAccountsListBySubscriptionOperationResponse, err error)
- func (c ResourceClient) SpatialAnchorsAccountsListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (SpatialAnchorsAccountsListBySubscriptionCompleteResult, error)
- func (c ResourceClient) SpatialAnchorsAccountsListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (resp SpatialAnchorsAccountsListBySubscriptionCompleteResult, err error)
- func (c ResourceClient) SpatialAnchorsAccountsUpdate(ctx context.Context, id SpatialAnchorsAccountId, input SpatialAnchorsAccount) (result SpatialAnchorsAccountsUpdateOperationResponse, err error)
- type Sku
- type SkuTier
- type SpatialAnchorsAccount
- type SpatialAnchorsAccountId
- type SpatialAnchorsAccountOperationPredicate
- type SpatialAnchorsAccountsCreateOperationResponse
- type SpatialAnchorsAccountsDeleteOperationResponse
- type SpatialAnchorsAccountsGetOperationResponse
- type SpatialAnchorsAccountsListByResourceGroupCompleteResult
- type SpatialAnchorsAccountsListByResourceGroupOperationResponse
- type SpatialAnchorsAccountsListBySubscriptionCompleteResult
- type SpatialAnchorsAccountsListBySubscriptionOperationResponse
- type SpatialAnchorsAccountsUpdateOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForSkuTier ¶
func PossibleValuesForSkuTier() []string
func ValidateRemoteRenderingAccountID ¶
func ValidateRemoteRenderingAccountID(input interface{}, key string) (warnings []string, errors []error)
ValidateRemoteRenderingAccountID checks that 'input' can be parsed as a Remote Rendering Account ID
func ValidateSpatialAnchorsAccountID ¶
func ValidateSpatialAnchorsAccountID(input interface{}, key string) (warnings []string, errors []error)
ValidateSpatialAnchorsAccountID checks that 'input' can be parsed as a Spatial Anchors Account ID
Types ¶
type RemoteRenderingAccount ¶
type RemoteRenderingAccount struct { Id *string `json:"id,omitempty"` Identity *identity.SystemAssigned `json:"identity,omitempty"` Kind *Sku `json:"kind,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Plan *identity.SystemAssigned `json:"plan,omitempty"` Properties *MixedRealityAccountProperties `json:"properties,omitempty"` Sku *Sku `json:"sku,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type RemoteRenderingAccountId ¶
type RemoteRenderingAccountId struct { SubscriptionId string ResourceGroupName string RemoteRenderingAccountName string }
RemoteRenderingAccountId is a struct representing the Resource ID for a Remote Rendering Account
func NewRemoteRenderingAccountID ¶
func NewRemoteRenderingAccountID(subscriptionId string, resourceGroupName string, remoteRenderingAccountName string) RemoteRenderingAccountId
NewRemoteRenderingAccountID returns a new RemoteRenderingAccountId struct
func ParseRemoteRenderingAccountID ¶
func ParseRemoteRenderingAccountID(input string) (*RemoteRenderingAccountId, error)
ParseRemoteRenderingAccountID parses 'input' into a RemoteRenderingAccountId
func ParseRemoteRenderingAccountIDInsensitively ¶
func ParseRemoteRenderingAccountIDInsensitively(input string) (*RemoteRenderingAccountId, error)
ParseRemoteRenderingAccountIDInsensitively parses 'input' case-insensitively into a RemoteRenderingAccountId note: this method should only be used for API response data and not user input
func (RemoteRenderingAccountId) ID ¶
func (id RemoteRenderingAccountId) ID() string
ID returns the formatted Remote Rendering Account ID
func (RemoteRenderingAccountId) Segments ¶
func (id RemoteRenderingAccountId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Remote Rendering Account ID
func (RemoteRenderingAccountId) String ¶
func (id RemoteRenderingAccountId) String() string
String returns a human-readable description of this Remote Rendering Account ID
type RemoteRenderingAccountOperationPredicate ¶
type RemoteRenderingAccountOperationPredicate struct { Id *string Location *string Name *string Type *string }
func (RemoteRenderingAccountOperationPredicate) Matches ¶
func (p RemoteRenderingAccountOperationPredicate) Matches(input RemoteRenderingAccount) bool
type RemoteRenderingAccountsCreateOperationResponse ¶
type RemoteRenderingAccountsCreateOperationResponse struct { HttpResponse *http.Response Model *RemoteRenderingAccount }
type RemoteRenderingAccountsGetOperationResponse ¶
type RemoteRenderingAccountsGetOperationResponse struct { HttpResponse *http.Response Model *RemoteRenderingAccount }
type RemoteRenderingAccountsListByResourceGroupCompleteResult ¶
type RemoteRenderingAccountsListByResourceGroupCompleteResult struct {
Items []RemoteRenderingAccount
}
type RemoteRenderingAccountsListByResourceGroupOperationResponse ¶
type RemoteRenderingAccountsListByResourceGroupOperationResponse struct { HttpResponse *http.Response Model *[]RemoteRenderingAccount // contains filtered or unexported fields }
func (RemoteRenderingAccountsListByResourceGroupOperationResponse) HasMore ¶
func (r RemoteRenderingAccountsListByResourceGroupOperationResponse) HasMore() bool
func (RemoteRenderingAccountsListByResourceGroupOperationResponse) LoadMore ¶
func (r RemoteRenderingAccountsListByResourceGroupOperationResponse) LoadMore(ctx context.Context) (resp RemoteRenderingAccountsListByResourceGroupOperationResponse, err error)
type RemoteRenderingAccountsListBySubscriptionCompleteResult ¶
type RemoteRenderingAccountsListBySubscriptionCompleteResult struct {
Items []RemoteRenderingAccount
}
type RemoteRenderingAccountsListBySubscriptionOperationResponse ¶
type RemoteRenderingAccountsListBySubscriptionOperationResponse struct { HttpResponse *http.Response Model *[]RemoteRenderingAccount // contains filtered or unexported fields }
func (RemoteRenderingAccountsListBySubscriptionOperationResponse) HasMore ¶
func (r RemoteRenderingAccountsListBySubscriptionOperationResponse) HasMore() bool
func (RemoteRenderingAccountsListBySubscriptionOperationResponse) LoadMore ¶
func (r RemoteRenderingAccountsListBySubscriptionOperationResponse) LoadMore(ctx context.Context) (resp RemoteRenderingAccountsListBySubscriptionOperationResponse, err error)
type RemoteRenderingAccountsUpdateOperationResponse ¶
type RemoteRenderingAccountsUpdateOperationResponse struct { HttpResponse *http.Response Model *RemoteRenderingAccount }
type ResourceClient ¶
func NewResourceClientWithBaseURI ¶
func NewResourceClientWithBaseURI(endpoint string) ResourceClient
func (ResourceClient) RemoteRenderingAccountsCreate ¶
func (c ResourceClient) RemoteRenderingAccountsCreate(ctx context.Context, id RemoteRenderingAccountId, input RemoteRenderingAccount) (result RemoteRenderingAccountsCreateOperationResponse, err error)
RemoteRenderingAccountsCreate ...
func (ResourceClient) RemoteRenderingAccountsDelete ¶
func (c ResourceClient) RemoteRenderingAccountsDelete(ctx context.Context, id RemoteRenderingAccountId) (result RemoteRenderingAccountsDeleteOperationResponse, err error)
RemoteRenderingAccountsDelete ...
func (ResourceClient) RemoteRenderingAccountsGet ¶
func (c ResourceClient) RemoteRenderingAccountsGet(ctx context.Context, id RemoteRenderingAccountId) (result RemoteRenderingAccountsGetOperationResponse, err error)
RemoteRenderingAccountsGet ...
func (ResourceClient) RemoteRenderingAccountsListByResourceGroup ¶
func (c ResourceClient) RemoteRenderingAccountsListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (resp RemoteRenderingAccountsListByResourceGroupOperationResponse, err error)
RemoteRenderingAccountsListByResourceGroup ...
func (ResourceClient) RemoteRenderingAccountsListByResourceGroupComplete ¶
func (c ResourceClient) RemoteRenderingAccountsListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (RemoteRenderingAccountsListByResourceGroupCompleteResult, error)
RemoteRenderingAccountsListByResourceGroupComplete retrieves all of the results into a single object
func (ResourceClient) RemoteRenderingAccountsListByResourceGroupCompleteMatchingPredicate ¶
func (c ResourceClient) RemoteRenderingAccountsListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate RemoteRenderingAccountOperationPredicate) (resp RemoteRenderingAccountsListByResourceGroupCompleteResult, err error)
RemoteRenderingAccountsListByResourceGroupCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (ResourceClient) RemoteRenderingAccountsListBySubscription ¶
func (c ResourceClient) RemoteRenderingAccountsListBySubscription(ctx context.Context, id commonids.SubscriptionId) (resp RemoteRenderingAccountsListBySubscriptionOperationResponse, err error)
RemoteRenderingAccountsListBySubscription ...
func (ResourceClient) RemoteRenderingAccountsListBySubscriptionComplete ¶
func (c ResourceClient) RemoteRenderingAccountsListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (RemoteRenderingAccountsListBySubscriptionCompleteResult, error)
RemoteRenderingAccountsListBySubscriptionComplete retrieves all of the results into a single object
func (ResourceClient) RemoteRenderingAccountsListBySubscriptionCompleteMatchingPredicate ¶
func (c ResourceClient) RemoteRenderingAccountsListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate RemoteRenderingAccountOperationPredicate) (resp RemoteRenderingAccountsListBySubscriptionCompleteResult, err error)
RemoteRenderingAccountsListBySubscriptionCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (ResourceClient) RemoteRenderingAccountsUpdate ¶
func (c ResourceClient) RemoteRenderingAccountsUpdate(ctx context.Context, id RemoteRenderingAccountId, input RemoteRenderingAccount) (result RemoteRenderingAccountsUpdateOperationResponse, err error)
RemoteRenderingAccountsUpdate ...
func (ResourceClient) SpatialAnchorsAccountsCreate ¶
func (c ResourceClient) SpatialAnchorsAccountsCreate(ctx context.Context, id SpatialAnchorsAccountId, input SpatialAnchorsAccount) (result SpatialAnchorsAccountsCreateOperationResponse, err error)
SpatialAnchorsAccountsCreate ...
func (ResourceClient) SpatialAnchorsAccountsDelete ¶
func (c ResourceClient) SpatialAnchorsAccountsDelete(ctx context.Context, id SpatialAnchorsAccountId) (result SpatialAnchorsAccountsDeleteOperationResponse, err error)
SpatialAnchorsAccountsDelete ...
func (ResourceClient) SpatialAnchorsAccountsGet ¶
func (c ResourceClient) SpatialAnchorsAccountsGet(ctx context.Context, id SpatialAnchorsAccountId) (result SpatialAnchorsAccountsGetOperationResponse, err error)
SpatialAnchorsAccountsGet ...
func (ResourceClient) SpatialAnchorsAccountsListByResourceGroup ¶
func (c ResourceClient) SpatialAnchorsAccountsListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (resp SpatialAnchorsAccountsListByResourceGroupOperationResponse, err error)
SpatialAnchorsAccountsListByResourceGroup ...
func (ResourceClient) SpatialAnchorsAccountsListByResourceGroupComplete ¶
func (c ResourceClient) SpatialAnchorsAccountsListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (SpatialAnchorsAccountsListByResourceGroupCompleteResult, error)
SpatialAnchorsAccountsListByResourceGroupComplete retrieves all of the results into a single object
func (ResourceClient) SpatialAnchorsAccountsListByResourceGroupCompleteMatchingPredicate ¶
func (c ResourceClient) SpatialAnchorsAccountsListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate SpatialAnchorsAccountOperationPredicate) (resp SpatialAnchorsAccountsListByResourceGroupCompleteResult, err error)
SpatialAnchorsAccountsListByResourceGroupCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (ResourceClient) SpatialAnchorsAccountsListBySubscription ¶
func (c ResourceClient) SpatialAnchorsAccountsListBySubscription(ctx context.Context, id commonids.SubscriptionId) (resp SpatialAnchorsAccountsListBySubscriptionOperationResponse, err error)
SpatialAnchorsAccountsListBySubscription ...
func (ResourceClient) SpatialAnchorsAccountsListBySubscriptionComplete ¶
func (c ResourceClient) SpatialAnchorsAccountsListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (SpatialAnchorsAccountsListBySubscriptionCompleteResult, error)
SpatialAnchorsAccountsListBySubscriptionComplete retrieves all of the results into a single object
func (ResourceClient) SpatialAnchorsAccountsListBySubscriptionCompleteMatchingPredicate ¶
func (c ResourceClient) SpatialAnchorsAccountsListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate SpatialAnchorsAccountOperationPredicate) (resp SpatialAnchorsAccountsListBySubscriptionCompleteResult, err error)
SpatialAnchorsAccountsListBySubscriptionCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (ResourceClient) SpatialAnchorsAccountsUpdate ¶
func (c ResourceClient) SpatialAnchorsAccountsUpdate(ctx context.Context, id SpatialAnchorsAccountId, input SpatialAnchorsAccount) (result SpatialAnchorsAccountsUpdateOperationResponse, err error)
SpatialAnchorsAccountsUpdate ...
type SpatialAnchorsAccount ¶
type SpatialAnchorsAccount struct { Id *string `json:"id,omitempty"` Identity *identity.SystemAssigned `json:"identity,omitempty"` Kind *Sku `json:"kind,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Plan *identity.SystemAssigned `json:"plan,omitempty"` Properties *MixedRealityAccountProperties `json:"properties,omitempty"` Sku *Sku `json:"sku,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type SpatialAnchorsAccountId ¶
type SpatialAnchorsAccountId struct { SubscriptionId string ResourceGroupName string SpatialAnchorsAccountName string }
SpatialAnchorsAccountId is a struct representing the Resource ID for a Spatial Anchors Account
func NewSpatialAnchorsAccountID ¶
func NewSpatialAnchorsAccountID(subscriptionId string, resourceGroupName string, spatialAnchorsAccountName string) SpatialAnchorsAccountId
NewSpatialAnchorsAccountID returns a new SpatialAnchorsAccountId struct
func ParseSpatialAnchorsAccountID ¶
func ParseSpatialAnchorsAccountID(input string) (*SpatialAnchorsAccountId, error)
ParseSpatialAnchorsAccountID parses 'input' into a SpatialAnchorsAccountId
func ParseSpatialAnchorsAccountIDInsensitively ¶
func ParseSpatialAnchorsAccountIDInsensitively(input string) (*SpatialAnchorsAccountId, error)
ParseSpatialAnchorsAccountIDInsensitively parses 'input' case-insensitively into a SpatialAnchorsAccountId note: this method should only be used for API response data and not user input
func (SpatialAnchorsAccountId) ID ¶
func (id SpatialAnchorsAccountId) ID() string
ID returns the formatted Spatial Anchors Account ID
func (SpatialAnchorsAccountId) Segments ¶
func (id SpatialAnchorsAccountId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Spatial Anchors Account ID
func (SpatialAnchorsAccountId) String ¶
func (id SpatialAnchorsAccountId) String() string
String returns a human-readable description of this Spatial Anchors Account ID
type SpatialAnchorsAccountOperationPredicate ¶
type SpatialAnchorsAccountOperationPredicate struct { Id *string Location *string Name *string Type *string }
func (SpatialAnchorsAccountOperationPredicate) Matches ¶
func (p SpatialAnchorsAccountOperationPredicate) Matches(input SpatialAnchorsAccount) bool
type SpatialAnchorsAccountsCreateOperationResponse ¶
type SpatialAnchorsAccountsCreateOperationResponse struct { HttpResponse *http.Response Model *SpatialAnchorsAccount }
type SpatialAnchorsAccountsGetOperationResponse ¶
type SpatialAnchorsAccountsGetOperationResponse struct { HttpResponse *http.Response Model *SpatialAnchorsAccount }
type SpatialAnchorsAccountsListByResourceGroupCompleteResult ¶
type SpatialAnchorsAccountsListByResourceGroupCompleteResult struct {
Items []SpatialAnchorsAccount
}
type SpatialAnchorsAccountsListByResourceGroupOperationResponse ¶
type SpatialAnchorsAccountsListByResourceGroupOperationResponse struct { HttpResponse *http.Response Model *[]SpatialAnchorsAccount // contains filtered or unexported fields }
func (SpatialAnchorsAccountsListByResourceGroupOperationResponse) HasMore ¶
func (r SpatialAnchorsAccountsListByResourceGroupOperationResponse) HasMore() bool
func (SpatialAnchorsAccountsListByResourceGroupOperationResponse) LoadMore ¶
func (r SpatialAnchorsAccountsListByResourceGroupOperationResponse) LoadMore(ctx context.Context) (resp SpatialAnchorsAccountsListByResourceGroupOperationResponse, err error)
type SpatialAnchorsAccountsListBySubscriptionCompleteResult ¶
type SpatialAnchorsAccountsListBySubscriptionCompleteResult struct {
Items []SpatialAnchorsAccount
}
type SpatialAnchorsAccountsListBySubscriptionOperationResponse ¶
type SpatialAnchorsAccountsListBySubscriptionOperationResponse struct { HttpResponse *http.Response Model *[]SpatialAnchorsAccount // contains filtered or unexported fields }
func (SpatialAnchorsAccountsListBySubscriptionOperationResponse) HasMore ¶
func (r SpatialAnchorsAccountsListBySubscriptionOperationResponse) HasMore() bool
func (SpatialAnchorsAccountsListBySubscriptionOperationResponse) LoadMore ¶
func (r SpatialAnchorsAccountsListBySubscriptionOperationResponse) LoadMore(ctx context.Context) (resp SpatialAnchorsAccountsListBySubscriptionOperationResponse, err error)
type SpatialAnchorsAccountsUpdateOperationResponse ¶
type SpatialAnchorsAccountsUpdateOperationResponse struct { HttpResponse *http.Response Model *SpatialAnchorsAccount }
Source Files ¶
- client.go
- constants.go
- id_remoterenderingaccount.go
- id_spatialanchorsaccount.go
- method_remoterenderingaccountscreate_autorest.go
- method_remoterenderingaccountsdelete_autorest.go
- method_remoterenderingaccountsget_autorest.go
- method_remoterenderingaccountslistbyresourcegroup_autorest.go
- method_remoterenderingaccountslistbysubscription_autorest.go
- method_remoterenderingaccountsupdate_autorest.go
- method_spatialanchorsaccountscreate_autorest.go
- method_spatialanchorsaccountsdelete_autorest.go
- method_spatialanchorsaccountsget_autorest.go
- method_spatialanchorsaccountslistbyresourcegroup_autorest.go
- method_spatialanchorsaccountslistbysubscription_autorest.go
- method_spatialanchorsaccountsupdate_autorest.go
- model_mixedrealityaccountproperties.go
- model_remoterenderingaccount.go
- model_sku.go
- model_spatialanchorsaccount.go
- predicates.go
- version.go