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 PossibleValuesForSerial() []int64 + func ValidateRemoteRenderingAccountID(input interface{}, key string) (warnings []string, errors []error) + func ValidateSpatialAnchorsAccountID(input interface{}, key string) (warnings []string, errors []error) + type AccountKeyRegenerateRequest struct + Serial *Serial + type AccountKeys struct + PrimaryKey *string + SecondaryKey *string + type KeyClient struct + Client *resourcemanager.Client + func NewKeyClientWithBaseURI(sdkApi sdkEnv.Api) (*KeyClient, error) + func (c KeyClient) RemoteRenderingAccountsListKeys(ctx context.Context, id RemoteRenderingAccountId) (result RemoteRenderingAccountsListKeysOperationResponse, err error) + func (c KeyClient) RemoteRenderingAccountsRegenerateKeys(ctx context.Context, id RemoteRenderingAccountId, ...) (result RemoteRenderingAccountsRegenerateKeysOperationResponse, err error) + func (c KeyClient) SpatialAnchorsAccountsListKeys(ctx context.Context, id SpatialAnchorsAccountId) (result SpatialAnchorsAccountsListKeysOperationResponse, err error) + func (c KeyClient) SpatialAnchorsAccountsRegenerateKeys(ctx context.Context, id SpatialAnchorsAccountId, ...) (result SpatialAnchorsAccountsRegenerateKeysOperationResponse, err error) + type RemoteRenderingAccountId struct + RemoteRenderingAccountName string + ResourceGroupName string + SubscriptionId string + func NewRemoteRenderingAccountID(subscriptionId string, resourceGroupName string, ...) RemoteRenderingAccountId + func ParseRemoteRenderingAccountID(input string) (*RemoteRenderingAccountId, error) + func ParseRemoteRenderingAccountIDInsensitively(input string) (*RemoteRenderingAccountId, error) + func (id *RemoteRenderingAccountId) FromParseResult(input resourceids.ParseResult) error + func (id RemoteRenderingAccountId) ID() string + func (id RemoteRenderingAccountId) Segments() []resourceids.Segment + func (id RemoteRenderingAccountId) String() string + type RemoteRenderingAccountsListKeysOperationResponse struct + HttpResponse *http.Response + Model *AccountKeys + OData *odata.OData + type RemoteRenderingAccountsRegenerateKeysOperationResponse struct + HttpResponse *http.Response + Model *AccountKeys + OData *odata.OData + type Serial int64 + const SerialPrimary + const SerialSecondary + type SpatialAnchorsAccountId struct + ResourceGroupName string + SpatialAnchorsAccountName string + SubscriptionId string + func NewSpatialAnchorsAccountID(subscriptionId string, resourceGroupName string, ...) SpatialAnchorsAccountId + func ParseSpatialAnchorsAccountID(input string) (*SpatialAnchorsAccountId, error) + func ParseSpatialAnchorsAccountIDInsensitively(input string) (*SpatialAnchorsAccountId, error) + func (id *SpatialAnchorsAccountId) FromParseResult(input resourceids.ParseResult) error + func (id SpatialAnchorsAccountId) ID() string + func (id SpatialAnchorsAccountId) Segments() []resourceids.Segment + func (id SpatialAnchorsAccountId) String() string + type SpatialAnchorsAccountsListKeysOperationResponse struct + HttpResponse *http.Response + Model *AccountKeys + OData *odata.OData + type SpatialAnchorsAccountsRegenerateKeysOperationResponse struct + HttpResponse *http.Response + Model *AccountKeys + OData *odata.OData