ArmDataLakeAnalyticsModelFactory.DataLakeAnalyticsAccountData Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de DataLakeAnalyticsAccountData.
public static Azure.ResourceManager.DataLakeAnalytics.DataLakeAnalyticsAccountData DataLakeAnalyticsAccountData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Guid? accountId = default, Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsAccountStatus? provisioningState = default, Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsAccountState? state = default, DateTimeOffset? createdOn = default, DateTimeOffset? lastModifiedOn = default, string endpoint = default, string defaultDataLakeStoreAccount = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataLakeAnalytics.DataLakeStoreAccountInformationData> dataLakeStoreAccounts = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataLakeAnalytics.DataLakeStoreAccountInformationData> publicDataLakeStoreAccounts = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataLakeAnalytics.DataLakeAnalyticsStorageAccountInformationData> storageAccounts = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataLakeAnalytics.DataLakeAnalyticsComputePolicyData> computePolicies = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsHiveMetastore> hiveMetastores = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsVirtualNetworkRule> virtualNetworkRules = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataLakeAnalytics.DataLakeAnalyticsFirewallRuleData> firewallRules = default, Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsFirewallState? firewallState = default, Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsFirewallAllowAzureIPsState? firewallAllowAzureIPs = default, Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsCommitmentTierType? newTier = default, Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsCommitmentTierType? currentTier = default, int? maxJobCount = default, int? maxActiveJobCountPerUser = default, int? maxQueuedJobCountPerUser = default, int? maxJobRunningTimeInMin = default, int? systemMaxJobCount = default, int? maxDegreeOfParallelism = default, int? systemMaxDegreeOfParallelism = default, int? maxDegreeOfParallelismPerJob = default, int? minPriorityPerJob = default, int? queryStoreRetention = default, Azure.ResourceManager.DataLakeAnalytics.Models.DebugDataAccessLevel? debugDataAccessLevel = default, Azure.Core.AzureLocation? location = default, System.Collections.Generic.IReadOnlyDictionary<string,string> tags = default);
static member DataLakeAnalyticsAccountData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Guid> * Nullable<Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsAccountStatus> * Nullable<Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsAccountState> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * string * seq<Azure.ResourceManager.DataLakeAnalytics.DataLakeStoreAccountInformationData> * seq<Azure.ResourceManager.DataLakeAnalytics.DataLakeStoreAccountInformationData> * seq<Azure.ResourceManager.DataLakeAnalytics.DataLakeAnalyticsStorageAccountInformationData> * seq<Azure.ResourceManager.DataLakeAnalytics.DataLakeAnalyticsComputePolicyData> * seq<Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsHiveMetastore> * seq<Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsVirtualNetworkRule> * seq<Azure.ResourceManager.DataLakeAnalytics.DataLakeAnalyticsFirewallRuleData> * Nullable<Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsFirewallState> * Nullable<Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsFirewallAllowAzureIPsState> * Nullable<Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsCommitmentTierType> * Nullable<Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsCommitmentTierType> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<Azure.ResourceManager.DataLakeAnalytics.Models.DebugDataAccessLevel> * Nullable<Azure.Core.AzureLocation> * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.ResourceManager.DataLakeAnalytics.DataLakeAnalyticsAccountData
Public Shared Function DataLakeAnalyticsAccountData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional accountId As Nullable(Of Guid) = Nothing, Optional provisioningState As Nullable(Of DataLakeAnalyticsAccountStatus) = Nothing, Optional state As Nullable(Of DataLakeAnalyticsAccountState) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastModifiedOn As Nullable(Of DateTimeOffset) = Nothing, Optional endpoint As String = Nothing, Optional defaultDataLakeStoreAccount As String = Nothing, Optional dataLakeStoreAccounts As IEnumerable(Of DataLakeStoreAccountInformationData) = Nothing, Optional publicDataLakeStoreAccounts As IEnumerable(Of DataLakeStoreAccountInformationData) = Nothing, Optional storageAccounts As IEnumerable(Of DataLakeAnalyticsStorageAccountInformationData) = Nothing, Optional computePolicies As IEnumerable(Of DataLakeAnalyticsComputePolicyData) = Nothing, Optional hiveMetastores As IEnumerable(Of DataLakeAnalyticsHiveMetastore) = Nothing, Optional virtualNetworkRules As IEnumerable(Of DataLakeAnalyticsVirtualNetworkRule) = Nothing, Optional firewallRules As IEnumerable(Of DataLakeAnalyticsFirewallRuleData) = Nothing, Optional firewallState As Nullable(Of DataLakeAnalyticsFirewallState) = Nothing, Optional firewallAllowAzureIPs As Nullable(Of DataLakeAnalyticsFirewallAllowAzureIPsState) = Nothing, Optional newTier As Nullable(Of DataLakeAnalyticsCommitmentTierType) = Nothing, Optional currentTier As Nullable(Of DataLakeAnalyticsCommitmentTierType) = Nothing, Optional maxJobCount As Nullable(Of Integer) = Nothing, Optional maxActiveJobCountPerUser As Nullable(Of Integer) = Nothing, Optional maxQueuedJobCountPerUser As Nullable(Of Integer) = Nothing, Optional maxJobRunningTimeInMin As Nullable(Of Integer) = Nothing, Optional systemMaxJobCount As Nullable(Of Integer) = Nothing, Optional maxDegreeOfParallelism As Nullable(Of Integer) = Nothing, Optional systemMaxDegreeOfParallelism As Nullable(Of Integer) = Nothing, Optional maxDegreeOfParallelismPerJob As Nullable(Of Integer) = Nothing, Optional minPriorityPerJob As Nullable(Of Integer) = Nothing, Optional queryStoreRetention As Nullable(Of Integer) = Nothing, Optional debugDataAccessLevel As Nullable(Of DebugDataAccessLevel) = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional tags As IReadOnlyDictionary(Of String, String) = Nothing) As DataLakeAnalyticsAccountData
Paramètres
ID.
- name
- String
Nom.
- resourceType
- ResourceType
ResourceType.
- systemData
- SystemData
SystemData.
Identificateur unique associé à ce compte Data Lake Analytics. Nom sérialisé : DataLakeAnalyticsAccount.properties.accountId
- provisioningState
- Nullable<DataLakeAnalyticsAccountStatus>
Status d’approvisionnement du compte Data Lake Analytics. Nom sérialisé : DataLakeAnalyticsAccount.properties.provisioningState
État du compte Data Lake Analytics. Nom sérialisé : DataLakeAnalyticsAccount.properties.state
- createdOn
- Nullable<DateTimeOffset>
Heure de création du compte. Nom sérialisé : DataLakeAnalyticsAccount.properties.creationTime
- lastModifiedOn
- Nullable<DateTimeOffset>
Heure de la dernière modification du compte. Nom sérialisé : DataLakeAnalyticsAccount.properties.lastModifiedTime
- endpoint
- String
Point de terminaison CName complet pour ce compte. Nom sérialisé : DataLakeAnalyticsAccount.properties.endpoint
- defaultDataLakeStoreAccount
- String
Compte Data Lake Store par défaut associé à ce compte. Nom sérialisé : DataLakeAnalyticsAccount.properties.defaultDataLakeStoreAccount
- dataLakeStoreAccounts
- IEnumerable<DataLakeStoreAccountInformationData>
Liste des comptes Data Lake Store associés à ce compte. Nom sérialisé : DataLakeAnalyticsAccount.properties.dataLakeStoreAccounts
- publicDataLakeStoreAccounts
- IEnumerable<DataLakeStoreAccountInformationData>
Liste des comptes Data Lake Store associés à ce compte. Nom sérialisé : DataLakeAnalyticsAccount.properties.publicDataLakeStoreAccounts
- storageAccounts
- IEnumerable<DataLakeAnalyticsStorageAccountInformationData>
Liste des comptes Stockage Blob Azure associés à ce compte. Nom sérialisé : DataLakeAnalyticsAccount.properties.storageAccounts
- computePolicies
- IEnumerable<DataLakeAnalyticsComputePolicyData>
Liste des stratégies de calcul associées à ce compte. Nom sérialisé : DataLakeAnalyticsAccount.properties.computePolicies
- hiveMetastores
- IEnumerable<DataLakeAnalyticsHiveMetastore>
Liste des hiveMetastores associés à ce compte. Nom sérialisé : DataLakeAnalyticsAccount.properties.hiveMetastores
- virtualNetworkRules
- IEnumerable<DataLakeAnalyticsVirtualNetworkRule>
Liste des règles virtualNetwork associées à ce compte. Nom sérialisé : DataLakeAnalyticsAccount.properties.virtualNetworkRules
- firewallRules
- IEnumerable<DataLakeAnalyticsFirewallRuleData>
Liste des règles de pare-feu associées à ce compte. Nom sérialisé : DataLakeAnalyticsAccount.properties.firewallRules
- firewallState
- Nullable<DataLakeAnalyticsFirewallState>
État actuel du pare-feu d’adresses IP pour ce compte. Nom sérialisé : DataLakeAnalyticsAccount.properties.firewallState
- firewallAllowAzureIPs
- Nullable<DataLakeAnalyticsFirewallAllowAzureIPsState>
État actuel d’autorisation ou d’interdiction des adresses IP provenant d’Azure via le pare-feu. Si le pare-feu est désactivé, cela n’est pas appliqué. Nom sérialisé : DataLakeAnalyticsAccount.properties.firewallAllowAzureIps
Niveau d’engagement pour le mois suivant. Nom sérialisé : DataLakeAnalyticsAccount.properties.newTier
- currentTier
- Nullable<DataLakeAnalyticsCommitmentTierType>
Niveau d’engagement en cours d’utilisation pour le mois en cours. Nom sérialisé : DataLakeAnalyticsAccount.properties.currentTier
Nombre maximal de travaux pris en charge s’exécutant en même temps sous le compte. Nom sérialisé : DataLakeAnalyticsAccount.properties.maxJobCount
Nombre maximal de travaux actifs pris en charge sous le compte en même temps. Nom sérialisé : DataLakeAnalyticsAccount.properties.maxActiveJobCountPerUser
Nombre maximal de travaux pris en charge mis en file d’attente sous le compte en même temps. Nom sérialisé : DataLakeAnalyticsAccount.properties.maxQueuedJobCountPerUser
Nombre maximal de travaux actifs pris en charge sous le compte en même temps. Nom sérialisé : DataLakeAnalyticsAccount.properties.maxJobRunningTimeInMin
Le système a défini le nombre maximal de travaux pris en charge exécutés sous le compte en même temps, ce qui limite le nombre maximal de travaux en cours d’exécution que l’utilisateur peut définir pour le compte. Nom sérialisé : DataLakeAnalyticsAccount.properties.systemMaxJobCount
Degré maximal de parallélisme pris en charge pour ce compte. Nom sérialisé : DataLakeAnalyticsAccount.properties.maxDegreeOfParallelism
Le système a défini le degré maximal de parallélisme pris en charge pour ce compte, ce qui limite la valeur maximale de parallélisme que l’utilisateur peut définir pour le compte. Nom sérialisé : DataLakeAnalyticsAccount.properties.systemMaxDegreeOfParallelism
Degré maximal pris en charge de parallélisme par travail pour ce compte. Nom sérialisé : DataLakeAnalyticsAccount.properties.maxDegreeOfParallelismPerJob
Priorité minimale prise en charge par travail pour ce compte. Nom sérialisé : DataLakeAnalyticsAccount.properties.minPriorityPerJob
Nombre de jours pendant lesquels les métadonnées de travail sont conservées. Nom sérialisé : DataLakeAnalyticsAccount.properties.queryStoreRetention
- debugDataAccessLevel
- Nullable<DebugDataAccessLevel>
État actuel de DebugDataAccessLevel pour ce compte. Nom sérialisé : DataLakeAnalyticsAccount.properties.debugDataAccessLevel
- location
- Nullable<AzureLocation>
Emplacement de la ressource. Nom sérialisé : Resource.location
- tags
- IReadOnlyDictionary<String,String>
Étiquettes de la ressource. Nom sérialisé : Resource.tags
Retours
Une nouvelle DataLakeAnalyticsAccountData instance de moqueries.
S’applique à
Azure SDK for .NET