次の方法で共有


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

定義

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

public AppPlatformStorageAccount (string accountName, string accountKey);
new Azure.ResourceManager.AppPlatform.Models.AppPlatformStorageAccount : string * string -> Azure.ResourceManager.AppPlatform.Models.AppPlatformStorageAccount
Public Sub New (accountName As String, accountKey As String)

パラメーター

accountName
String

Azure Storage アカウントのアカウント名。

accountKey
String

Azure Storage アカウントのアカウント キー。

例外

accountName または accountKey が null です。

適用対象