azure.mgmt.mixedreality package¶
Module contents¶
-
class
azure.mgmt.mixedreality.
MixedRealityClient
(credentials, subscription_id, base_url=None)[source]¶ Bases:
msrest.service_client.SDKClient
Mixed Reality Client
Variables: - config (MixedRealityClientConfiguration) – Configuration for client.
- operations (azure.mgmt.mixedreality.operations.Operations) – Operations operations
- spatial_anchors_accounts (azure.mgmt.mixedreality.operations.SpatialAnchorsAccountsOperations) – SpatialAnchorsAccounts operations
Parameters: - credentials (
A msrestazure Credentials object
) – Credentials needed for the client to connect to Azure. - subscription_id (str) – Azure subscription ID.
- base_url (str) – Service URL
-
check_name_availability_local
(location, name, type, custom_headers=None, raw=False, **operation_config)[source]¶ Check Name Availability for global uniqueness.
Parameters: - location (str) – The location in which uniqueness will be verified.
- name (str) – Resource Name To Verify
- type (str) – Fully qualified resource type which includes provider namespace
- custom_headers (dict) – headers that will be added to the request
- raw (bool) – returns the direct response alongside the deserialized response
- operation_config – Operation configuration overrides.
Returns: CheckNameAvailabilityResponse or ClientRawResponse if raw=true
Return type: CheckNameAvailabilityResponse or ClientRawResponse
Raises: