azure.mgmt.mixedreality.models module

class azure.mgmt.mixedreality.models.AccountKeyRegenerateRequest(*, serial: int = 1, **kwargs)[source]

Bases: msrest.serialization.Model

Request for account key regeneration.

Parameters

serial (int) – serial of key to be regenerated. Default value: 1 .

class azure.mgmt.mixedreality.models.AccountKeys(**kwargs)[source]

Bases: msrest.serialization.Model

Developer Keys of account.

Variables are only populated by the server, and will be ignored when sending a request.

Variables
  • primary_key (str) – value of primary key.

  • secondary_key (str) – value of secondary key.

class azure.mgmt.mixedreality.models.AzureEntityResource(**kwargs)[source]

Bases: azure.mgmt.mixedreality.models._models_py3.Resource

The resource model definition for a Azure Resource Manager resource with an etag.

Variables are only populated by the server, and will be ignored when sending a request.

Variables
  • id (str) – Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

  • name (str) – The name of the resource

  • type (str) – The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

  • etag (str) – Resource Etag.

class azure.mgmt.mixedreality.models.CheckNameAvailabilityRequest(*, name: str, type: str, **kwargs)[source]

Bases: msrest.serialization.Model

Check Name Availability Request.

All required parameters must be populated in order to send to Azure.

Parameters
  • name (str) – Required. Resource Name To Verify

  • type (str) – Required. Fully qualified resource type which includes provider namespace

class azure.mgmt.mixedreality.models.CheckNameAvailabilityResponse(*, name_available, reason=None, message: str = None, **kwargs)[source]

Bases: msrest.serialization.Model

Check Name Availability Response.

All required parameters must be populated in order to send to Azure.

Parameters
  • name_available (str or NameAvailability) – Required. if name Available. Possible values include: ‘true’, ‘false’

  • reason (str or NameUnavailableReason) – Resource Name To Verify. Possible values include: ‘Invalid’, ‘AlreadyExists’

  • message (str) – detail message

class azure.mgmt.mixedreality.models.Identity(*, type=None, **kwargs)[source]

Bases: msrest.serialization.Model

Identity for the resource.

Variables are only populated by the server, and will be ignored when sending a request.

Variables
  • principal_id (str) – The principal ID of resource identity.

  • tenant_id (str) – The tenant ID of resource.

Parameters

type (str or ResourceIdentityType) – The identity type. Possible values include: ‘SystemAssigned’

class azure.mgmt.mixedreality.models.Operation(*, name: str = None, display=None, **kwargs)[source]

Bases: msrest.serialization.Model

REST API operation.

Parameters
  • name (str) – Operation name: {provider}/{resource}/{operation}

  • display (OperationDisplay) – The object that represents the operation.

class azure.mgmt.mixedreality.models.OperationDisplay(*, provider: str, resource: str, operation: str, description: str, **kwargs)[source]

Bases: msrest.serialization.Model

The object that represents the operation.

All required parameters must be populated in order to send to Azure.

Parameters
  • provider (str) – Required. Service provider: Microsoft.ResourceProvider

  • resource (str) – Required. Resource on which the operation is performed: Profile, endpoint, etc.

  • operation (str) – Required. Operation type: Read, write, delete, etc.

  • description (str) – Required. Description of operation

class azure.mgmt.mixedreality.models.Plan(*, name: str, publisher: str, product: str, promotion_code: str = None, version: str = None, **kwargs)[source]

Bases: msrest.serialization.Model

Plan for the resource.

All required parameters must be populated in order to send to Azure.

Parameters
  • name (str) – Required. A user defined name of the 3rd Party Artifact that is being procured.

  • publisher (str) – Required. The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic

  • product (str) – Required. The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.

  • promotion_code (str) – A publisher provided promotion code as provisioned in Data Market for the said product/artifact.

  • version (str) – The version of the desired product/artifact.

class azure.mgmt.mixedreality.models.ProxyResource(**kwargs)[source]

Bases: azure.mgmt.mixedreality.models._models_py3.Resource

The resource model definition for a ARM proxy resource. It will have everything other than required location and tags.

Variables are only populated by the server, and will be ignored when sending a request.

Variables
  • id (str) – Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

  • name (str) – The name of the resource

  • type (str) – The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

class azure.mgmt.mixedreality.models.RemoteRenderingAccount(*, location: str, tags=None, identity=None, **kwargs)[source]

Bases: azure.mgmt.mixedreality.models._models_py3.TrackedResource

RemoteRenderingAccount Response.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Variables
  • id (str) – Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

  • name (str) – The name of the resource

  • type (str) – The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

  • account_id (str) – unique id of certain account.

  • account_domain (str) – Correspond domain name of certain Spatial Anchors Account

Parameters
class azure.mgmt.mixedreality.models.RemoteRenderingAccountIdentity(*, type=None, **kwargs)[source]

Bases: azure.mgmt.mixedreality.models._models_py3.Identity

RemoteRenderingAccountIdentity.

Variables are only populated by the server, and will be ignored when sending a request.

Variables
  • principal_id (str) – The principal ID of resource identity.

  • tenant_id (str) – The tenant ID of resource.

Parameters

type (str or ResourceIdentityType) – The identity type. Possible values include: ‘SystemAssigned’

class azure.mgmt.mixedreality.models.Resource(**kwargs)[source]

Bases: msrest.serialization.Model

Resource.

Variables are only populated by the server, and will be ignored when sending a request.

Variables
  • id (str) – Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

  • name (str) – The name of the resource

  • type (str) – The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

class azure.mgmt.mixedreality.models.ResourceModelWithAllowedPropertySet(*, location: str = None, managed_by: str = None, kind: str = None, tags=None, identity=None, sku=None, plan=None, **kwargs)[source]

Bases: msrest.serialization.Model

The resource model definition containing the full set of allowed properties for a resource. Except properties bag, there cannot be a top level property outside of this set.

Variables are only populated by the server, and will be ignored when sending a request.

Variables
  • id (str) – Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

  • name (str) – The name of the resource

  • type (str) – The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts..

  • etag (str) – The etag field is not required. If it is provided in the response body, it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.

Parameters
  • location (str) – The geo-location where the resource lives

  • managed_by (str) – The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.

  • kind (str) – Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.

  • tags (dict[str, str]) – Resource tags.

  • identity (ResourceModelWithAllowedPropertySetIdentity) –

  • sku (ResourceModelWithAllowedPropertySetSku) –

  • plan (ResourceModelWithAllowedPropertySetPlan) –

class azure.mgmt.mixedreality.models.ResourceModelWithAllowedPropertySetIdentity(*, type=None, **kwargs)[source]

Bases: azure.mgmt.mixedreality.models._models_py3.Identity

ResourceModelWithAllowedPropertySetIdentity.

Variables are only populated by the server, and will be ignored when sending a request.

Variables
  • principal_id (str) – The principal ID of resource identity.

  • tenant_id (str) – The tenant ID of resource.

Parameters

type (str or ResourceIdentityType) – The identity type. Possible values include: ‘SystemAssigned’

class azure.mgmt.mixedreality.models.ResourceModelWithAllowedPropertySetPlan(*, name: str, publisher: str, product: str, promotion_code: str = None, version: str = None, **kwargs)[source]

Bases: azure.mgmt.mixedreality.models._models_py3.Plan

ResourceModelWithAllowedPropertySetPlan.

All required parameters must be populated in order to send to Azure.

Parameters
  • name (str) – Required. A user defined name of the 3rd Party Artifact that is being procured.

  • publisher (str) – Required. The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic

  • product (str) – Required. The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.

  • promotion_code (str) – A publisher provided promotion code as provisioned in Data Market for the said product/artifact.

  • version (str) – The version of the desired product/artifact.

class azure.mgmt.mixedreality.models.ResourceModelWithAllowedPropertySetSku(*, name: str, tier=None, size: str = None, family: str = None, capacity: int = None, **kwargs)[source]

Bases: azure.mgmt.mixedreality.models._models_py3.Sku

ResourceModelWithAllowedPropertySetSku.

All required parameters must be populated in order to send to Azure.

Parameters
  • name (str) – Required. The name of the SKU. Ex - P3. It is typically a letter+number code

  • tier (str or SkuTier) – This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. Possible values include: ‘Free’, ‘Basic’, ‘Standard’, ‘Premium’

  • size (str) – The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.

  • family (str) – If the service has different generations of hardware, for the same SKU, then that can be captured here.

  • capacity (int) – If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.

class azure.mgmt.mixedreality.models.Sku(*, name: str, tier=None, size: str = None, family: str = None, capacity: int = None, **kwargs)[source]

Bases: msrest.serialization.Model

The resource model definition representing SKU.

All required parameters must be populated in order to send to Azure.

Parameters
  • name (str) – Required. The name of the SKU. Ex - P3. It is typically a letter+number code

  • tier (str or SkuTier) – This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. Possible values include: ‘Free’, ‘Basic’, ‘Standard’, ‘Premium’

  • size (str) – The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.

  • family (str) – If the service has different generations of hardware, for the same SKU, then that can be captured here.

  • capacity (int) – If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.

class azure.mgmt.mixedreality.models.SpatialAnchorsAccount(*, location: str, tags=None, **kwargs)[source]

Bases: azure.mgmt.mixedreality.models._models_py3.TrackedResource

SpatialAnchorsAccount Response.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Variables
  • id (str) – Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

  • name (str) – The name of the resource

  • type (str) – The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

  • account_id (str) – unique id of certain account.

  • account_domain (str) – Correspond domain name of certain Spatial Anchors Account

Parameters
  • tags (dict[str, str]) – Resource tags.

  • location (str) – Required. The geo-location where the resource lives

class azure.mgmt.mixedreality.models.TrackedResource(*, location: str, tags=None, **kwargs)[source]

Bases: azure.mgmt.mixedreality.models._models_py3.Resource

The resource model definition for a ARM tracked top level resource.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Variables
  • id (str) – Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

  • name (str) – The name of the resource

  • type (str) – The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

Parameters
  • tags (dict[str, str]) – Resource tags.

  • location (str) – Required. The geo-location where the resource lives

class azure.mgmt.mixedreality.models.OperationPaged(*args, **kwargs)[source]

Bases: msrest.paging.Paged

A paging container for iterating over a list of Operation object

Bring async to Paging.

“async_command” is mandatory keyword argument for this mixin to work.

class azure.mgmt.mixedreality.models.SpatialAnchorsAccountPaged(*args, **kwargs)[source]

Bases: msrest.paging.Paged

A paging container for iterating over a list of SpatialAnchorsAccount object

Bring async to Paging.

“async_command” is mandatory keyword argument for this mixin to work.

class azure.mgmt.mixedreality.models.RemoteRenderingAccountPaged(*args, **kwargs)[source]

Bases: msrest.paging.Paged

A paging container for iterating over a list of RemoteRenderingAccount object

Bring async to Paging.

“async_command” is mandatory keyword argument for this mixin to work.

class azure.mgmt.mixedreality.models.NameAvailability[source]

Bases: str, enum.Enum

An enumeration.

false = 'false'
true = 'true'
class azure.mgmt.mixedreality.models.NameUnavailableReason[source]

Bases: str, enum.Enum

An enumeration.

already_exists = 'AlreadyExists'
invalid = 'Invalid'
class azure.mgmt.mixedreality.models.SkuTier[source]

Bases: str, enum.Enum

An enumeration.

basic = 'Basic'
free = 'Free'
premium = 'Premium'
standard = 'Standard'
class azure.mgmt.mixedreality.models.ResourceIdentityType[source]

Bases: str, enum.Enum

An enumeration.

system_assigned = 'SystemAssigned'