PlanetaryComputerProClient Constructors

Definition

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()

Source:
PlanetaryComputerProClient.cs

Initializes a new instance of PlanetaryComputerProClient for mocking.

protected PlanetaryComputerProClient();
Protected Sub New ()

Applies to

PlanetaryComputerProClient(PlanetaryComputerProClientSettings)

Source:
PlanetaryComputerProClient.cs

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)

Source:
PlanetaryComputerProClient.cs

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)

Source:
PlanetaryComputerProClient.cs

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.

options
PlanetaryComputerProClientOptions

The options for configuring the client.

Exceptions

endpoint or credential is null.

Applies to