次の方法で共有


AddStorageAccountWithAccountParameters クラス

定義

新しいData Lake Analytics アカウントの作成時に新しい Azure Storage アカウントを追加するために使用されるパラメーター。

[Microsoft.Rest.Serialization.JsonTransformation]
public class AddStorageAccountWithAccountParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AddStorageAccountWithAccountParameters = class
Public Class AddStorageAccountWithAccountParameters
継承
AddStorageAccountWithAccountParameters
属性

コンストラクター

AddStorageAccountWithAccountParameters()

AddStorageAccountWithAccountParameters クラスの新しいインスタンスを初期化します。

AddStorageAccountWithAccountParameters(String, String, String)

AddStorageAccountWithAccountParameters クラスの新しいインスタンスを初期化します。

プロパティ

AccessKey

この Azure Storage アカウントに関連付けられているアクセス キーを取得または設定します。このアクセス キーは、そのアカウントへの接続に使用されます。

Name

追加する Azure Storage アカウントの一意の名前を取得または設定します。

Suffix

ストレージ アカウントの省略可能なサフィックスを取得または設定します。

メソッド

Validate()

オブジェクトを検証します。

適用対象