AzurePowerShellCredential コンストラクター

定義

オーバーロード

AzurePowerShellCredential()

AzurePowerShellCredential の新しいインスタンスを作成します。

AzurePowerShellCredential(AzurePowerShellCredentialOptions)

指定したオプションを使用して の AzurePowerShellCredential 新しいインスタンスを作成します。

AzurePowerShellCredential()

ソース:
AzurePowerShellCredential.cs
ソース:
AzurePowerShellCredential.cs

AzurePowerShellCredential の新しいインスタンスを作成します。

public AzurePowerShellCredential ();
Public Sub New ()

適用対象

AzurePowerShellCredential(AzurePowerShellCredentialOptions)

ソース:
AzurePowerShellCredential.cs
ソース:
AzurePowerShellCredential.cs

指定したオプションを使用して の AzurePowerShellCredential 新しいインスタンスを作成します。

public AzurePowerShellCredential (Azure.Identity.AzurePowerShellCredentialOptions options);
new Azure.Identity.AzurePowerShellCredential : Azure.Identity.AzurePowerShellCredentialOptions -> Azure.Identity.AzurePowerShellCredential
Public Sub New (options As AzurePowerShellCredentialOptions)

パラメーター

options
AzurePowerShellCredentialOptions

資格情報を構成するためのオプション。

適用対象