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 RemoteRenderingAccountsListByResourceGroupCustomPager
- type RemoteRenderingAccountsListByResourceGroupOperationResponse
- type RemoteRenderingAccountsListBySubscriptionCompleteResult
- type RemoteRenderingAccountsListBySubscriptionCustomPager
- 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) (result 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, ...) (result RemoteRenderingAccountsListByResourceGroupCompleteResult, err error)
- func (c ResourceClient) RemoteRenderingAccountsListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result 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, ...) (result 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) (result 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, ...) (result SpatialAnchorsAccountsListByResourceGroupCompleteResult, err error)
- func (c ResourceClient) SpatialAnchorsAccountsListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result 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, ...) (result 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 SpatialAnchorsAccountsListByResourceGroupCustomPager
- type SpatialAnchorsAccountsListByResourceGroupOperationResponse
- type SpatialAnchorsAccountsListBySubscriptionCompleteResult
- type SpatialAnchorsAccountsListBySubscriptionCustomPager
- 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) FromParseResult ¶
func (id *RemoteRenderingAccountId) FromParseResult(input resourceids.ParseResult) error
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 OData *odata.OData Model *RemoteRenderingAccount }
type RemoteRenderingAccountsGetOperationResponse ¶
type RemoteRenderingAccountsGetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *RemoteRenderingAccount }
type RemoteRenderingAccountsListByResourceGroupCompleteResult ¶
type RemoteRenderingAccountsListByResourceGroupCompleteResult struct { LatestHttpResponse *http.Response Items []RemoteRenderingAccount }
type RemoteRenderingAccountsListByResourceGroupCustomPager ¶ added in v0.20240628.1153531
type RemoteRenderingAccountsListByResourceGroupCustomPager struct {
NextLink *odata.Link `json:"nextLink"`
}
func (*RemoteRenderingAccountsListByResourceGroupCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *RemoteRenderingAccountsListByResourceGroupCustomPager) NextPageLink() *odata.Link
type RemoteRenderingAccountsListByResourceGroupOperationResponse ¶
type RemoteRenderingAccountsListByResourceGroupOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]RemoteRenderingAccount }
type RemoteRenderingAccountsListBySubscriptionCompleteResult ¶
type RemoteRenderingAccountsListBySubscriptionCompleteResult struct { LatestHttpResponse *http.Response Items []RemoteRenderingAccount }
type RemoteRenderingAccountsListBySubscriptionCustomPager ¶ added in v0.20240628.1153531
type RemoteRenderingAccountsListBySubscriptionCustomPager struct {
NextLink *odata.Link `json:"nextLink"`
}
func (*RemoteRenderingAccountsListBySubscriptionCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *RemoteRenderingAccountsListBySubscriptionCustomPager) NextPageLink() *odata.Link
type RemoteRenderingAccountsListBySubscriptionOperationResponse ¶
type RemoteRenderingAccountsListBySubscriptionOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]RemoteRenderingAccount }
type RemoteRenderingAccountsUpdateOperationResponse ¶
type RemoteRenderingAccountsUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *RemoteRenderingAccount }
type ResourceClient ¶
type ResourceClient struct {
Client *resourcemanager.Client
}
func NewResourceClientWithBaseURI ¶
func NewResourceClientWithBaseURI(sdkApi sdkEnv.Api) (*ResourceClient, error)
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) (result RemoteRenderingAccountsListByResourceGroupOperationResponse, err error)
RemoteRenderingAccountsListByResourceGroup ...
func (ResourceClient) RemoteRenderingAccountsListByResourceGroupComplete ¶
func (c ResourceClient) RemoteRenderingAccountsListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (RemoteRenderingAccountsListByResourceGroupCompleteResult, error)
RemoteRenderingAccountsListByResourceGroupComplete retrieves all the results into a single object
func (ResourceClient) RemoteRenderingAccountsListByResourceGroupCompleteMatchingPredicate ¶
func (c ResourceClient) RemoteRenderingAccountsListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate RemoteRenderingAccountOperationPredicate) (result RemoteRenderingAccountsListByResourceGroupCompleteResult, err error)
RemoteRenderingAccountsListByResourceGroupCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (ResourceClient) RemoteRenderingAccountsListBySubscription ¶
func (c ResourceClient) RemoteRenderingAccountsListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result RemoteRenderingAccountsListBySubscriptionOperationResponse, err error)
RemoteRenderingAccountsListBySubscription ...
func (ResourceClient) RemoteRenderingAccountsListBySubscriptionComplete ¶
func (c ResourceClient) RemoteRenderingAccountsListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (RemoteRenderingAccountsListBySubscriptionCompleteResult, error)
RemoteRenderingAccountsListBySubscriptionComplete retrieves all the results into a single object
func (ResourceClient) RemoteRenderingAccountsListBySubscriptionCompleteMatchingPredicate ¶
func (c ResourceClient) RemoteRenderingAccountsListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate RemoteRenderingAccountOperationPredicate) (result RemoteRenderingAccountsListBySubscriptionCompleteResult, err error)
RemoteRenderingAccountsListBySubscriptionCompleteMatchingPredicate retrieves all the results and then applies 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) (result SpatialAnchorsAccountsListByResourceGroupOperationResponse, err error)
SpatialAnchorsAccountsListByResourceGroup ...
func (ResourceClient) SpatialAnchorsAccountsListByResourceGroupComplete ¶
func (c ResourceClient) SpatialAnchorsAccountsListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (SpatialAnchorsAccountsListByResourceGroupCompleteResult, error)
SpatialAnchorsAccountsListByResourceGroupComplete retrieves all the results into a single object
func (ResourceClient) SpatialAnchorsAccountsListByResourceGroupCompleteMatchingPredicate ¶
func (c ResourceClient) SpatialAnchorsAccountsListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate SpatialAnchorsAccountOperationPredicate) (result SpatialAnchorsAccountsListByResourceGroupCompleteResult, err error)
SpatialAnchorsAccountsListByResourceGroupCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (ResourceClient) SpatialAnchorsAccountsListBySubscription ¶
func (c ResourceClient) SpatialAnchorsAccountsListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result SpatialAnchorsAccountsListBySubscriptionOperationResponse, err error)
SpatialAnchorsAccountsListBySubscription ...
func (ResourceClient) SpatialAnchorsAccountsListBySubscriptionComplete ¶
func (c ResourceClient) SpatialAnchorsAccountsListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (SpatialAnchorsAccountsListBySubscriptionCompleteResult, error)
SpatialAnchorsAccountsListBySubscriptionComplete retrieves all the results into a single object
func (ResourceClient) SpatialAnchorsAccountsListBySubscriptionCompleteMatchingPredicate ¶
func (c ResourceClient) SpatialAnchorsAccountsListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate SpatialAnchorsAccountOperationPredicate) (result SpatialAnchorsAccountsListBySubscriptionCompleteResult, err error)
SpatialAnchorsAccountsListBySubscriptionCompleteMatchingPredicate retrieves all the results and then applies 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) FromParseResult ¶
func (id *SpatialAnchorsAccountId) FromParseResult(input resourceids.ParseResult) error
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 OData *odata.OData Model *SpatialAnchorsAccount }
type SpatialAnchorsAccountsGetOperationResponse ¶
type SpatialAnchorsAccountsGetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *SpatialAnchorsAccount }
type SpatialAnchorsAccountsListByResourceGroupCompleteResult ¶
type SpatialAnchorsAccountsListByResourceGroupCompleteResult struct { LatestHttpResponse *http.Response Items []SpatialAnchorsAccount }
type SpatialAnchorsAccountsListByResourceGroupCustomPager ¶ added in v0.20240628.1153531
type SpatialAnchorsAccountsListByResourceGroupCustomPager struct {
NextLink *odata.Link `json:"nextLink"`
}
func (*SpatialAnchorsAccountsListByResourceGroupCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *SpatialAnchorsAccountsListByResourceGroupCustomPager) NextPageLink() *odata.Link
type SpatialAnchorsAccountsListByResourceGroupOperationResponse ¶
type SpatialAnchorsAccountsListByResourceGroupOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]SpatialAnchorsAccount }
type SpatialAnchorsAccountsListBySubscriptionCompleteResult ¶
type SpatialAnchorsAccountsListBySubscriptionCompleteResult struct { LatestHttpResponse *http.Response Items []SpatialAnchorsAccount }
type SpatialAnchorsAccountsListBySubscriptionCustomPager ¶ added in v0.20240628.1153531
type SpatialAnchorsAccountsListBySubscriptionCustomPager struct {
NextLink *odata.Link `json:"nextLink"`
}
func (*SpatialAnchorsAccountsListBySubscriptionCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *SpatialAnchorsAccountsListBySubscriptionCustomPager) NextPageLink() *odata.Link
type SpatialAnchorsAccountsListBySubscriptionOperationResponse ¶
type SpatialAnchorsAccountsListBySubscriptionOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]SpatialAnchorsAccount }
type SpatialAnchorsAccountsUpdateOperationResponse ¶
type SpatialAnchorsAccountsUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *SpatialAnchorsAccount }
Source Files ¶
- client.go
- constants.go
- id_remoterenderingaccount.go
- id_spatialanchorsaccount.go
- method_remoterenderingaccountscreate.go
- method_remoterenderingaccountsdelete.go
- method_remoterenderingaccountsget.go
- method_remoterenderingaccountslistbyresourcegroup.go
- method_remoterenderingaccountslistbysubscription.go
- method_remoterenderingaccountsupdate.go
- method_spatialanchorsaccountscreate.go
- method_spatialanchorsaccountsdelete.go
- method_spatialanchorsaccountsget.go
- method_spatialanchorsaccountslistbyresourcegroup.go
- method_spatialanchorsaccountslistbysubscription.go
- method_spatialanchorsaccountsupdate.go
- model_mixedrealityaccountproperties.go
- model_remoterenderingaccount.go
- model_sku.go
- model_spatialanchorsaccount.go
- predicates.go
- version.go