Package mixedreality
- Constants
- func UserAgent() string
- func Version() string
- type AccountKeyRegenerateRequest
- type AccountKeys
- type AccountProperties
- type AzureEntityResource
- type BaseClient
- func New(subscriptionID string) BaseClient
- func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
- type CheckNameAvailabilityRequest
- type CheckNameAvailabilityResponse
- type CloudError
- type CloudErrorBody
- type CreatedByType
- func PossibleCreatedByTypeValues() []CreatedByType
- type Identity
- type LogSpecification
- type MetricDimension
- type MetricSpecification
- type NameUnavailableReason
- func PossibleNameUnavailableReasonValues() []NameUnavailableReason
- type Operation
- type OperationDisplay
- type OperationPage
- type OperationPageIterator
- func NewOperationPageIterator(page OperationPagePage) OperationPageIterator
- type OperationPagePage
- func NewOperationPagePage(cur OperationPage, getNextPage func(context.Context, OperationPage) (OperationPage, error)) OperationPagePage
- type OperationProperties
- type OperationsClient
- func NewOperationsClient(subscriptionID string) OperationsClient
- func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
- type Plan
- type ProxyResource
- type RemoteRenderingAccount
- type RemoteRenderingAccountPage
- type RemoteRenderingAccountPageIterator
- func NewRemoteRenderingAccountPageIterator(page RemoteRenderingAccountPagePage) RemoteRenderingAccountPageIterator
- type RemoteRenderingAccountPagePage
- func NewRemoteRenderingAccountPagePage(cur RemoteRenderingAccountPage, getNextPage func(context.Context, RemoteRenderingAccountPage) (RemoteRenderingAccountPage, error)) RemoteRenderingAccountPagePage
- type RemoteRenderingAccountsClient
- func NewRemoteRenderingAccountsClient(subscriptionID string) RemoteRenderingAccountsClient
- func NewRemoteRenderingAccountsClientWithBaseURI(baseURI string, subscriptionID string) RemoteRenderingAccountsClient
- type Resource
- type ResourceIdentityType
- func PossibleResourceIdentityTypeValues() []ResourceIdentityType
- type ResourceModelWithAllowedPropertySet
- type ResourceModelWithAllowedPropertySetIdentity
- type ResourceModelWithAllowedPropertySetPlan
- type ResourceModelWithAllowedPropertySetSku
- type ServiceSpecification
- type Sku
- type SkuTier
- func PossibleSkuTierValues() []SkuTier
- type SpatialAnchorsAccount
- type SpatialAnchorsAccountPage
- type SpatialAnchorsAccountPageIterator
- func NewSpatialAnchorsAccountPageIterator(page SpatialAnchorsAccountPagePage) SpatialAnchorsAccountPageIterator
- type SpatialAnchorsAccountPagePage
- func NewSpatialAnchorsAccountPagePage(cur SpatialAnchorsAccountPage, getNextPage func(context.Context, SpatialAnchorsAccountPage) (SpatialAnchorsAccountPage, error)) SpatialAnchorsAccountPagePage
- type SpatialAnchorsAccountsClient
- func NewSpatialAnchorsAccountsClient(subscriptionID string) SpatialAnchorsAccountsClient
- func NewSpatialAnchorsAccountsClientWithBaseURI(baseURI string, subscriptionID string) SpatialAnchorsAccountsClient
- type SystemData
- type TrackedResource
Package files
models.go
Constants
const (
DefaultBaseURI = original.DefaultBaseURI
)
func UserAgent() string
func Version() string
type AccountKeyRegenerateRequest = original.AccountKeyRegenerateRequest
type AccountKeys = original.AccountKeys
type AccountProperties = original.AccountProperties
type AzureEntityResource = original.AzureEntityResource
type BaseClient = original.BaseClient
func New(subscriptionID string) BaseClient
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type CheckNameAvailabilityRequest = original.CheckNameAvailabilityRequest
type CheckNameAvailabilityResponse = original.CheckNameAvailabilityResponse
type CloudError = original.CloudError
type CloudErrorBody = original.CloudErrorBody
type CreatedByType = original.CreatedByType
const (
Application CreatedByType = original.Application
Key CreatedByType = original.Key
ManagedIdentity CreatedByType = original.ManagedIdentity
User CreatedByType = original.User
)
func PossibleCreatedByTypeValues() []CreatedByType
type Identity = original.Identity
type LogSpecification = original.LogSpecification
type MetricDimension = original.MetricDimension
type MetricSpecification = original.MetricSpecification
type NameUnavailableReason = original.NameUnavailableReason
const (
AlreadyExists NameUnavailableReason = original.AlreadyExists
Invalid NameUnavailableReason = original.Invalid
)
func PossibleNameUnavailableReasonValues() []NameUnavailableReason
type Operation = original.Operation
type OperationDisplay = original.OperationDisplay
type OperationPage = original.OperationPage
type OperationPageIterator = original.OperationPageIterator
func NewOperationPageIterator(page OperationPagePage) OperationPageIterator
type OperationPagePage = original.OperationPagePage
func NewOperationPagePage(cur OperationPage, getNextPage func(context.Context, OperationPage) (OperationPage, error)) OperationPagePage
type OperationProperties = original.OperationProperties
type OperationsClient = original.OperationsClient
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type Plan = original.Plan
type ProxyResource = original.ProxyResource
type RemoteRenderingAccount = original.RemoteRenderingAccount
type RemoteRenderingAccountPage = original.RemoteRenderingAccountPage
type RemoteRenderingAccountPageIterator = original.RemoteRenderingAccountPageIterator
func NewRemoteRenderingAccountPageIterator(page RemoteRenderingAccountPagePage) RemoteRenderingAccountPageIterator
type RemoteRenderingAccountPagePage = original.RemoteRenderingAccountPagePage
func NewRemoteRenderingAccountPagePage(cur RemoteRenderingAccountPage, getNextPage func(context.Context, RemoteRenderingAccountPage) (RemoteRenderingAccountPage, error)) RemoteRenderingAccountPagePage
type RemoteRenderingAccountsClient = original.RemoteRenderingAccountsClient
func NewRemoteRenderingAccountsClient(subscriptionID string) RemoteRenderingAccountsClient
func NewRemoteRenderingAccountsClientWithBaseURI(baseURI string, subscriptionID string) RemoteRenderingAccountsClient
type Resource = original.Resource
type ResourceIdentityType = original.ResourceIdentityType
const (
SystemAssigned ResourceIdentityType = original.SystemAssigned
)
func PossibleResourceIdentityTypeValues() []ResourceIdentityType
type ResourceModelWithAllowedPropertySet = original.ResourceModelWithAllowedPropertySet
type ResourceModelWithAllowedPropertySetIdentity = original.ResourceModelWithAllowedPropertySetIdentity
type ResourceModelWithAllowedPropertySetPlan = original.ResourceModelWithAllowedPropertySetPlan
type ResourceModelWithAllowedPropertySetSku = original.ResourceModelWithAllowedPropertySetSku
type ServiceSpecification = original.ServiceSpecification
type Sku = original.Sku
type SkuTier = original.SkuTier
const (
Basic SkuTier = original.Basic
Free SkuTier = original.Free
Premium SkuTier = original.Premium
Standard SkuTier = original.Standard
)
func PossibleSkuTierValues() []SkuTier
type SpatialAnchorsAccount = original.SpatialAnchorsAccount
type SpatialAnchorsAccountPage = original.SpatialAnchorsAccountPage
type SpatialAnchorsAccountPageIterator = original.SpatialAnchorsAccountPageIterator
func NewSpatialAnchorsAccountPageIterator(page SpatialAnchorsAccountPagePage) SpatialAnchorsAccountPageIterator
type SpatialAnchorsAccountPagePage = original.SpatialAnchorsAccountPagePage
func NewSpatialAnchorsAccountPagePage(cur SpatialAnchorsAccountPage, getNextPage func(context.Context, SpatialAnchorsAccountPage) (SpatialAnchorsAccountPage, error)) SpatialAnchorsAccountPagePage
type SpatialAnchorsAccountsClient = original.SpatialAnchorsAccountsClient
func NewSpatialAnchorsAccountsClient(subscriptionID string) SpatialAnchorsAccountsClient
func NewSpatialAnchorsAccountsClientWithBaseURI(baseURI string, subscriptionID string) SpatialAnchorsAccountsClient
type SystemData = original.SystemData
type TrackedResource = original.TrackedResource
Subdirectories