PlanetaryComputerProClient 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
| Name | Description |
|---|---|
| PlanetaryComputerProClient() |
Initializes a new instance of PlanetaryComputerProClient for mocking. |
| PlanetaryComputerProClient(PlanetaryComputerProClientSettings) |
Initializes a new instance of PlanetaryComputerProClient from a PlanetaryComputerProClientSettings. |
| PlanetaryComputerProClient(Uri, TokenCredential) |
Initializes a new instance of PlanetaryComputerProClient. |
| PlanetaryComputerProClient(Uri, TokenCredential, PlanetaryComputerProClientOptions) |
Initializes a new instance of PlanetaryComputerProClient. |
PlanetaryComputerProClient()
Initializes a new instance of PlanetaryComputerProClient for mocking.
protected PlanetaryComputerProClient();
Protected Sub New ()
Applies to
PlanetaryComputerProClient(PlanetaryComputerProClientSettings)
Initializes a new instance of PlanetaryComputerProClient from a PlanetaryComputerProClientSettings.
public PlanetaryComputerProClient(Azure.Analytics.PlanetaryComputer.PlanetaryComputerProClientSettings settings);
new Azure.Analytics.PlanetaryComputer.PlanetaryComputerProClient : Azure.Analytics.PlanetaryComputer.PlanetaryComputerProClientSettings -> Azure.Analytics.PlanetaryComputer.PlanetaryComputerProClient
Public Sub New (settings As PlanetaryComputerProClientSettings)
Parameters
- settings
- PlanetaryComputerProClientSettings
The settings for PlanetaryComputerProClient.
Applies to
PlanetaryComputerProClient(Uri, TokenCredential)
Initializes a new instance of PlanetaryComputerProClient.
public PlanetaryComputerProClient(Uri endpoint, Azure.Core.TokenCredential credential);
new Azure.Analytics.PlanetaryComputer.PlanetaryComputerProClient : Uri * Azure.Core.TokenCredential -> Azure.Analytics.PlanetaryComputer.PlanetaryComputerProClient
Public Sub New (endpoint As Uri, credential As TokenCredential)
Parameters
- endpoint
- Uri
Service endpoint.
- credential
- TokenCredential
A credential used to authenticate to the service.
Exceptions
endpoint or credential is null.
Applies to
PlanetaryComputerProClient(Uri, TokenCredential, PlanetaryComputerProClientOptions)
Initializes a new instance of PlanetaryComputerProClient.
public PlanetaryComputerProClient(Uri endpoint, Azure.Core.TokenCredential credential, Azure.Analytics.PlanetaryComputer.PlanetaryComputerProClientOptions options);
new Azure.Analytics.PlanetaryComputer.PlanetaryComputerProClient : Uri * Azure.Core.TokenCredential * Azure.Analytics.PlanetaryComputer.PlanetaryComputerProClientOptions -> Azure.Analytics.PlanetaryComputer.PlanetaryComputerProClient
Public Sub New (endpoint As Uri, credential As TokenCredential, options As PlanetaryComputerProClientOptions)
Parameters
- endpoint
- Uri
Service endpoint.
- credential
- TokenCredential
A credential used to authenticate to the service.
The options for configuring the client.
Exceptions
endpoint or credential is null.