DevBoxesClient 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
DevBoxesClient() |
Initializes a new instance of DevBoxesClient for mocking. |
DevBoxesClient(Uri, TokenCredential) |
Initializes a new instance of DevBoxesClient. |
DevBoxesClient(Uri, TokenCredential, AzureDeveloperDevCenterClientOptions) |
Initializes a new instance of DevBoxesClient. |
DevBoxesClient(Uri, TokenCredential, DevCenterClientOptions) |
Initializes a new instance of DevBoxesClient. |
DevBoxesClient()
- Source:
- DevBoxesClient.cs
- Source:
- DevBoxesClient.cs
Initializes a new instance of DevBoxesClient for mocking.
protected DevBoxesClient ();
Protected Sub New ()
Applies to
DevBoxesClient(Uri, TokenCredential)
- Source:
- DevBoxesClient.cs
- Source:
- DevBoxesClient.cs
Initializes a new instance of DevBoxesClient.
public DevBoxesClient (Uri endpoint, Azure.Core.TokenCredential credential);
new Azure.Developer.DevCenter.DevBoxesClient : Uri * Azure.Core.TokenCredential -> Azure.Developer.DevCenter.DevBoxesClient
Public Sub New (endpoint As Uri, credential As TokenCredential)
Parameters
- endpoint
- Uri
The DevCenter-specific URI to operate on.
- credential
- TokenCredential
A credential used to authenticate to an Azure Service.
Exceptions
endpoint
or credential
is null.
Applies to
DevBoxesClient(Uri, TokenCredential, AzureDeveloperDevCenterClientOptions)
- Source:
- DevBoxesClient.cs
Initializes a new instance of DevBoxesClient.
public DevBoxesClient (Uri endpoint, Azure.Core.TokenCredential credential, Azure.Developer.DevCenter.AzureDeveloperDevCenterClientOptions options);
new Azure.Developer.DevCenter.DevBoxesClient : Uri * Azure.Core.TokenCredential * Azure.Developer.DevCenter.AzureDeveloperDevCenterClientOptions -> Azure.Developer.DevCenter.DevBoxesClient
Public Sub New (endpoint As Uri, credential As TokenCredential, options As AzureDeveloperDevCenterClientOptions)
Parameters
- endpoint
- Uri
The DevCenter-specific URI to operate on.
- credential
- TokenCredential
A credential used to authenticate to an Azure Service.
The options for configuring the client.
Exceptions
endpoint
or credential
is null.
Applies to
DevBoxesClient(Uri, TokenCredential, DevCenterClientOptions)
- Source:
- DevBoxesClient.cs
Initializes a new instance of DevBoxesClient.
public DevBoxesClient (Uri endpoint, Azure.Core.TokenCredential credential, Azure.Developer.DevCenter.DevCenterClientOptions options);
new Azure.Developer.DevCenter.DevBoxesClient : Uri * Azure.Core.TokenCredential * Azure.Developer.DevCenter.DevCenterClientOptions -> Azure.Developer.DevCenter.DevBoxesClient
Public Sub New (endpoint As Uri, credential As TokenCredential, options As DevCenterClientOptions)
Parameters
- endpoint
- Uri
The DevCenter-specific URI to operate on.
- credential
- TokenCredential
A credential used to authenticate to an Azure Service.
- options
- DevCenterClientOptions
The options for configuring the client.
Exceptions
endpoint
or credential
is null.
Applies to
Azure SDK for .NET