MixedRealityStsClient Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MixedRealityStsClient() |
Initializes a new instance of the MixedRealityStsClient class. |
MixedRealityStsClient(Guid, String, AzureKeyCredential, MixedRealityStsClientOptions) |
Initializes a new instance of the MixedRealityStsClient class. |
MixedRealityStsClient(Guid, String, TokenCredential, MixedRealityStsClientOptions) |
Initializes a new instance of the MixedRealityStsClient class. |
MixedRealityStsClient(Guid, Uri, AzureKeyCredential, MixedRealityStsClientOptions) |
Initializes a new instance of the MixedRealityStsClient class. |
MixedRealityStsClient(Guid, Uri, TokenCredential, MixedRealityStsClientOptions) |
Initializes a new instance of the MixedRealityStsClient class. |
MixedRealityStsClient()
- Source:
- MixedRealityStsClient.cs
Initializes a new instance of the MixedRealityStsClient class.
protected MixedRealityStsClient ();
Protected Sub New ()
Remarks
Required for mocking.
Applies to
MixedRealityStsClient(Guid, String, AzureKeyCredential, MixedRealityStsClientOptions)
- Source:
- MixedRealityStsClient.cs
Initializes a new instance of the MixedRealityStsClient class.
public MixedRealityStsClient (Guid accountId, string accountDomain, Azure.AzureKeyCredential keyCredential, Azure.MixedReality.Authentication.MixedRealityStsClientOptions options = default);
new Azure.MixedReality.Authentication.MixedRealityStsClient : Guid * string * Azure.AzureKeyCredential * Azure.MixedReality.Authentication.MixedRealityStsClientOptions -> Azure.MixedReality.Authentication.MixedRealityStsClient
Public Sub New (accountId As Guid, accountDomain As String, keyCredential As AzureKeyCredential, Optional options As MixedRealityStsClientOptions = Nothing)
Parameters
- accountId
- Guid
The Mixed Reality service account identifier.
- accountDomain
- String
The Mixed Reality service account domain.
- keyCredential
- AzureKeyCredential
The Mixed Reality service account primary or secondary key credential.
- options
- MixedRealityStsClientOptions
The options.
Applies to
MixedRealityStsClient(Guid, String, TokenCredential, MixedRealityStsClientOptions)
- Source:
- MixedRealityStsClient.cs
Initializes a new instance of the MixedRealityStsClient class.
public MixedRealityStsClient (Guid accountId, string accountDomain, Azure.Core.TokenCredential credential, Azure.MixedReality.Authentication.MixedRealityStsClientOptions options = default);
new Azure.MixedReality.Authentication.MixedRealityStsClient : Guid * string * Azure.Core.TokenCredential * Azure.MixedReality.Authentication.MixedRealityStsClientOptions -> Azure.MixedReality.Authentication.MixedRealityStsClient
Public Sub New (accountId As Guid, accountDomain As String, credential As TokenCredential, Optional options As MixedRealityStsClientOptions = Nothing)
Parameters
- accountId
- Guid
The Mixed Reality service account identifier.
- accountDomain
- String
The Mixed Reality service account domain.
- credential
- TokenCredential
The credential used to access the Mixed Reality service.
- options
- MixedRealityStsClientOptions
The options.
Applies to
MixedRealityStsClient(Guid, Uri, AzureKeyCredential, MixedRealityStsClientOptions)
- Source:
- MixedRealityStsClient.cs
Initializes a new instance of the MixedRealityStsClient class.
public MixedRealityStsClient (Guid accountId, Uri endpoint, Azure.AzureKeyCredential keyCredential, Azure.MixedReality.Authentication.MixedRealityStsClientOptions options = default);
new Azure.MixedReality.Authentication.MixedRealityStsClient : Guid * Uri * Azure.AzureKeyCredential * Azure.MixedReality.Authentication.MixedRealityStsClientOptions -> Azure.MixedReality.Authentication.MixedRealityStsClient
Public Sub New (accountId As Guid, endpoint As Uri, keyCredential As AzureKeyCredential, Optional options As MixedRealityStsClientOptions = Nothing)
Parameters
- accountId
- Guid
The Mixed Reality service account identifier.
- endpoint
- Uri
The Mixed Reality STS service endpoint.
- keyCredential
- AzureKeyCredential
The Mixed Reality service account primary or secondary key credential.
- options
- MixedRealityStsClientOptions
The options.
Applies to
MixedRealityStsClient(Guid, Uri, TokenCredential, MixedRealityStsClientOptions)
- Source:
- MixedRealityStsClient.cs
Initializes a new instance of the MixedRealityStsClient class.
public MixedRealityStsClient (Guid accountId, Uri endpoint, Azure.Core.TokenCredential credential, Azure.MixedReality.Authentication.MixedRealityStsClientOptions options = default);
new Azure.MixedReality.Authentication.MixedRealityStsClient : Guid * Uri * Azure.Core.TokenCredential * Azure.MixedReality.Authentication.MixedRealityStsClientOptions -> Azure.MixedReality.Authentication.MixedRealityStsClient
Public Sub New (accountId As Guid, endpoint As Uri, credential As TokenCredential, Optional options As MixedRealityStsClientOptions = Nothing)
Parameters
- accountId
- Guid
The Mixed Reality service account identifier.
- endpoint
- Uri
The Mixed Reality STS service endpoint.
- credential
- TokenCredential
The credential used to access the Mixed Reality service.
- options
- MixedRealityStsClientOptions
The options.