次の方法で共有


AwsCredsAuthenticationDetailsProperties(String, String) コンストラクター

定義

AwsCredsAuthenticationDetailsProperties の新しいインスタンスを初期化します。

public AwsCredsAuthenticationDetailsProperties (string awsAccessKeyId, string awsSecretAccessKey);
new Azure.ResourceManager.SecurityCenter.Models.AwsCredsAuthenticationDetailsProperties : string * string -> Azure.ResourceManager.SecurityCenter.Models.AwsCredsAuthenticationDetailsProperties
Public Sub New (awsAccessKeyId As String, awsSecretAccessKey As String)

パラメーター

awsAccessKeyId
String

AWS 資格情報オブジェクトの公開キー要素 (書き込み専用)。

awsSecretAccessKey
String

AWS 資格情報オブジェクトの秘密鍵要素 (書き込み専用)。

例外

awsAccessKeyId または awsSecretAccessKey が null です。

適用対象