DataLakeStoreAccount コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DataLakeStoreAccount()
DataLakeStoreAccount クラスの新しいインスタンスを初期化します。
public DataLakeStoreAccount ();
Public Sub New ()
適用対象
DataLakeStoreAccount(String, String, String, String, IDictionary<String, String>, EncryptionIdentity, Nullable<DataLakeStoreAccountStatus>, Nullable<DataLakeStoreAccountState>, Nullable<DateTime>, Nullable<EncryptionState>, Nullable<EncryptionProvisioningState>, EncryptionConfig, Nullable<FirewallState>, IList<FirewallRule>, Nullable<TrustedIdProviderState>, IList<TrustedIdProvider>, Nullable<DateTime>, String, String, Nullable<TierType>, Nullable<TierType>, Nullable<FirewallAllowAzureIpsState>)
DataLakeStoreAccount クラスの新しいインスタンスを初期化します。
public DataLakeStoreAccount (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionIdentity identity = default, Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountStatus? provisioningState = default, Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountState? state = default, DateTime? creationTime = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionState? encryptionState = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionProvisioningState? encryptionProvisioningState = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfig encryptionConfig = default, Microsoft.Azure.Management.DataLake.Store.Models.FirewallState? firewallState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.FirewallRule> firewallRules = default, Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProviderState? trustedIdProviderState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider> trustedIdProviders = default, DateTime? lastModifiedTime = default, string endpoint = default, string defaultGroup = default, Microsoft.Azure.Management.DataLake.Store.Models.TierType? newTier = default, Microsoft.Azure.Management.DataLake.Store.Models.TierType? currentTier = default, Microsoft.Azure.Management.DataLake.Store.Models.FirewallAllowAzureIpsState? firewallAllowAzureIps = default);
new Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.DataLake.Store.Models.EncryptionIdentity * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountStatus> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountState> * Nullable<DateTime> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.EncryptionState> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.EncryptionProvisioningState> * Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfig * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.FirewallState> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.FirewallRule> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProviderState> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider> * Nullable<DateTime> * string * string * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TierType> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TierType> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.FirewallAllowAzureIpsState> -> Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As EncryptionIdentity = Nothing, Optional provisioningState As Nullable(Of DataLakeStoreAccountStatus) = Nothing, Optional state As Nullable(Of DataLakeStoreAccountState) = Nothing, Optional creationTime As Nullable(Of DateTime) = Nothing, Optional encryptionState As Nullable(Of EncryptionState) = Nothing, Optional encryptionProvisioningState As Nullable(Of EncryptionProvisioningState) = Nothing, Optional encryptionConfig As EncryptionConfig = Nothing, Optional firewallState As Nullable(Of FirewallState) = Nothing, Optional firewallRules As IList(Of FirewallRule) = Nothing, Optional trustedIdProviderState As Nullable(Of TrustedIdProviderState) = Nothing, Optional trustedIdProviders As IList(Of TrustedIdProvider) = Nothing, Optional lastModifiedTime As Nullable(Of DateTime) = Nothing, Optional endpoint As String = Nothing, Optional defaultGroup As String = Nothing, Optional newTier As Nullable(Of TierType) = Nothing, Optional currentTier As Nullable(Of TierType) = Nothing, Optional firewallAllowAzureIps As Nullable(Of FirewallAllowAzureIpsState) = Nothing)
パラメーター
- location
- String
リソースの場所
- id
- String
リソース ID
- name
- String
リソース名
- type
- String
リソースの種類
- tags
- IDictionary<String,String>
リソース タグ
- identity
- EncryptionIdentity
Key Vault暗号化 ID (存在する場合)。
- provisioningState
- Nullable<DataLakeStoreAccountStatus>
プロビジョニング中の Data Lake Store アカウントの状態。 指定できる値は、'Failed'、'Creating'、'Running'、'Succeeded'、'Patching'、'Suspending'、'Resuming'、'Deleted'、'Undeleting'、'Canceled' です。
プロビジョニングが完了した後の Data Lake Store アカウントの状態。 使用可能な値は、'Active'、'Suspended' です。
- encryptionState
- Nullable<EncryptionState>
この Data Lake ストア アカウントの暗号化の現在の状態。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
- encryptionProvisioningState
- Nullable<EncryptionProvisioningState>
この Data Lake ストア アカウントの暗号化プロビジョニングの現在の状態。 指定できる値は、'Creating'、'Succeeded' です。
- encryptionConfig
- EncryptionConfig
Key Vault暗号化の構成。
- firewallState
- Nullable<FirewallState>
この Data Lake ストア アカウントの IP アドレス ファイアウォールの現在の状態。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
- firewallRules
- IList<FirewallRule>
この Data Lake ストア アカウントに関連付けられているファイアウォール規則の一覧。
- trustedIdProviderState
- Nullable<TrustedIdProviderState>
この Data Lake ストア アカウントの信頼された ID プロバイダー機能の現在の状態。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
- trustedIdProviders
- IList<TrustedIdProvider>
この Data Lake ストア アカウントに関連付けられている信頼できる ID プロバイダーの一覧。
- endpoint
- String
ゲートウェイ ホスト。
- defaultGroup
- String
Data Lake Store アカウントで作成されたすべての新しいフォルダーとファイルの既定の所有者グループ。
来月に使用するコミットメント レベル。 使用できる値は、'Consumption'、'Commitment_1TB'、'Commitment_10TB'、'Commitment_100TB'、'Commitment_500TB'、'Commitment_1PB'、'Commitment_5PB' です。
現在の月に使用されているコミットメント レベル。 使用できる値は、'Consumption'、'Commitment_1TB'、'Commitment_10TB'、'Commitment_100TB'、'Commitment_500TB'、'Commitment_1PB'、'Commitment_5PB' です。
- firewallAllowAzureIps
- Nullable<FirewallAllowAzureIpsState>
ファイアウォールを介して Azure 内で発信される IP を許可または禁止する現在の状態。 ファイアウォールが無効になっている場合、これは適用されません。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
適用対象
DataLakeStoreAccount(String, String, String, String, IDictionary<String, String>, EncryptionIdentity, Nullable<Guid>, Nullable<DataLakeStoreAccountStatus>, Nullable<DataLakeStoreAccountState>, Nullable<DateTime>, Nullable<DateTime>, String, String, EncryptionConfig, Nullable<EncryptionState>, Nullable<EncryptionProvisioningState>, IList<FirewallRule>, IList<VirtualNetworkRule>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, IList<TrustedIdProvider>, Nullable<TrustedIdProviderState>, Nullable<TierType>, Nullable<TierType>)
DataLakeStoreAccount クラスの新しいインスタンスを初期化します。
public DataLakeStoreAccount (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionIdentity identity = default, Guid? accountId = default, Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountStatus? provisioningState = default, Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountState? state = default, DateTime? creationTime = default, DateTime? lastModifiedTime = default, string endpoint = default, string defaultGroup = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfig encryptionConfig = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionState? encryptionState = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionProvisioningState? encryptionProvisioningState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.FirewallRule> firewallRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.VirtualNetworkRule> virtualNetworkRules = default, Microsoft.Azure.Management.DataLake.Store.Models.FirewallState? firewallState = default, Microsoft.Azure.Management.DataLake.Store.Models.FirewallAllowAzureIpsState? firewallAllowAzureIps = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider> trustedIdProviders = default, Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProviderState? trustedIdProviderState = default, Microsoft.Azure.Management.DataLake.Store.Models.TierType? newTier = default, Microsoft.Azure.Management.DataLake.Store.Models.TierType? currentTier = default);
new Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.DataLake.Store.Models.EncryptionIdentity * Nullable<Guid> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountStatus> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountState> * Nullable<DateTime> * Nullable<DateTime> * string * string * Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfig * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.EncryptionState> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.EncryptionProvisioningState> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.FirewallRule> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.VirtualNetworkRule> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.FirewallState> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.FirewallAllowAzureIpsState> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProviderState> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TierType> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TierType> -> Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccount
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As EncryptionIdentity = Nothing, Optional accountId As Nullable(Of Guid) = Nothing, Optional provisioningState As Nullable(Of DataLakeStoreAccountStatus) = Nothing, Optional state As Nullable(Of DataLakeStoreAccountState) = Nothing, Optional creationTime As Nullable(Of DateTime) = Nothing, Optional lastModifiedTime As Nullable(Of DateTime) = Nothing, Optional endpoint As String = Nothing, Optional defaultGroup As String = Nothing, Optional encryptionConfig As EncryptionConfig = Nothing, Optional encryptionState As Nullable(Of EncryptionState) = Nothing, Optional encryptionProvisioningState As Nullable(Of EncryptionProvisioningState) = Nothing, Optional firewallRules As IList(Of FirewallRule) = Nothing, Optional virtualNetworkRules As IList(Of VirtualNetworkRule) = Nothing, Optional firewallState As Nullable(Of FirewallState) = Nothing, Optional firewallAllowAzureIps As Nullable(Of FirewallAllowAzureIpsState) = Nothing, Optional trustedIdProviders As IList(Of TrustedIdProvider) = Nothing, Optional trustedIdProviderState As Nullable(Of TrustedIdProviderState) = Nothing, Optional newTier As Nullable(Of TierType) = Nothing, Optional currentTier As Nullable(Of TierType) = Nothing)
パラメーター
- id
- String
リソース識別子。
- name
- String
リソースの名前。
- type
- String
リソースの種類。
- location
- String
リソースの場所。
- tags
- IDictionary<String,String>
リソース タグ。
- identity
- EncryptionIdentity
Key Vault暗号化 ID (存在する場合)。
- provisioningState
- Nullable<DataLakeStoreAccountStatus>
Data Lake Store アカウントのプロビジョニング状態。 指定できる値は、'Failed'、'Creating'、'Running'、'Succeeded'、'Patching'、'Suspending'、'Resuming'、'Deleted'、'Undeleting'、'Canceled' です。
Data Lake Store アカウントの状態。 使用可能な値は、'Active'、'Suspended' です。
- endpoint
- String
このアカウントの完全な CName エンドポイント。
- defaultGroup
- String
Data Lake Store アカウントで作成されたすべての新しいフォルダーとファイルの既定の所有者グループ。
- encryptionConfig
- EncryptionConfig
Key Vault暗号化の構成。
- encryptionState
- Nullable<EncryptionState>
この Data Lake Store アカウントの暗号化の現在の状態。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
- encryptionProvisioningState
- Nullable<EncryptionProvisioningState>
この Data Lake Store アカウントの暗号化プロビジョニングの現在の状態。 指定できる値は、'Creating'、'Succeeded' です。
- firewallRules
- IList<FirewallRule>
この Data Lake Store アカウントに関連付けられているファイアウォール規則の一覧。
- virtualNetworkRules
- IList<VirtualNetworkRule>
この Data Lake Store アカウントに関連付けられている仮想ネットワーク規則の一覧。
- firewallState
- Nullable<FirewallState>
この Data Lake Store アカウントの IP アドレス ファイアウォールの現在の状態。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
- firewallAllowAzureIps
- Nullable<FirewallAllowAzureIpsState>
ファイアウォールを介して Azure 内で発信される IP を許可または禁止する現在の状態。 ファイアウォールが無効になっている場合、これは適用されません。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
- trustedIdProviders
- IList<TrustedIdProvider>
この Data Lake Store アカウントに関連付けられている信頼できる ID プロバイダーの一覧。
- trustedIdProviderState
- Nullable<TrustedIdProviderState>
この Data Lake Store アカウントの信頼された ID プロバイダー機能の現在の状態。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
来月に使用するコミットメント レベル。 使用できる値は、'Consumption'、'Commitment_1TB'、'Commitment_10TB'、'Commitment_100TB'、'Commitment_500TB'、'Commitment_1PB'、'Commitment_5PB' です。
現在の月に使用されているコミットメント レベル。 使用できる値は、'Consumption'、'Commitment_1TB'、'Commitment_10TB'、'Commitment_100TB'、'Commitment_500TB'、'Commitment_1PB'、'Commitment_5PB' です。
適用対象
Azure SDK for .NET