Account Constructeurs
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.
Surcharges
Account() |
Initialise une nouvelle instance de la classe Account. |
Account(String, Identity, String, String, TrackedResourceSystemData, IDictionary<String,String>, String, CloudConnectors, Nullable<DateTime>, String, String, AccountPropertiesEndpoints, String, String, AccountPropertiesManagedResources, IList<PrivateEndpointConnection>, String, String, AccountSku) |
Initialise une nouvelle instance de la classe Account. |
Account()
Initialise une nouvelle instance de la classe Account.
public Account ();
Public Sub New ()
S’applique à
Account(String, Identity, String, String, TrackedResourceSystemData, IDictionary<String,String>, String, CloudConnectors, Nullable<DateTime>, String, String, AccountPropertiesEndpoints, String, String, AccountPropertiesManagedResources, IList<PrivateEndpointConnection>, String, String, AccountSku)
Initialise une nouvelle instance de la classe Account.
public Account (string id = default, Microsoft.Azure.Management.Purview.Models.Identity identity = default, string location = default, string name = default, Microsoft.Azure.Management.Purview.Models.TrackedResourceSystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, string type = default, Microsoft.Azure.Management.Purview.Models.CloudConnectors cloudConnectors = default, DateTime? createdAt = default, string createdBy = default, string createdByObjectId = default, Microsoft.Azure.Management.Purview.Models.AccountPropertiesEndpoints endpoints = default, string friendlyName = default, string managedResourceGroupName = default, Microsoft.Azure.Management.Purview.Models.AccountPropertiesManagedResources managedResources = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Purview.Models.PrivateEndpointConnection> privateEndpointConnections = default, string provisioningState = default, string publicNetworkAccess = default, Microsoft.Azure.Management.Purview.Models.AccountSku sku = default);
new Microsoft.Azure.Management.Purview.Models.Account : string * Microsoft.Azure.Management.Purview.Models.Identity * string * string * Microsoft.Azure.Management.Purview.Models.TrackedResourceSystemData * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.Purview.Models.CloudConnectors * Nullable<DateTime> * string * string * Microsoft.Azure.Management.Purview.Models.AccountPropertiesEndpoints * string * string * Microsoft.Azure.Management.Purview.Models.AccountPropertiesManagedResources * System.Collections.Generic.IList<Microsoft.Azure.Management.Purview.Models.PrivateEndpointConnection> * string * string * Microsoft.Azure.Management.Purview.Models.AccountSku -> Microsoft.Azure.Management.Purview.Models.Account
Public Sub New (Optional id As String = Nothing, Optional identity As Identity = Nothing, Optional location As String = Nothing, Optional name As String = Nothing, Optional systemData As TrackedResourceSystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional type As String = Nothing, Optional cloudConnectors As CloudConnectors = Nothing, Optional createdAt As Nullable(Of DateTime) = Nothing, Optional createdBy As String = Nothing, Optional createdByObjectId As String = Nothing, Optional endpoints As AccountPropertiesEndpoints = Nothing, Optional friendlyName As String = Nothing, Optional managedResourceGroupName As String = Nothing, Optional managedResources As AccountPropertiesManagedResources = Nothing, Optional privateEndpointConnections As IList(Of PrivateEndpointConnection) = Nothing, Optional provisioningState As String = Nothing, Optional publicNetworkAccess As String = Nothing, Optional sku As AccountSku = Nothing)
Paramètres
- id
- String
Obtient ou définit l'identificateur.
- identity
- Identity
Informations d’identité sur la ressource suivie
- location
- String
Obtient ou définit l'emplacement.
- name
- String
Obtient ou définit le nom.
- systemData
- TrackedResourceSystemData
Métadonnées relatives à la création et à la dernière modification de la ressource.
- tags
- IDictionary<String,String>
Balises sur la ressource Azure.
- type
- String
Obtient ou définit le type.
- cloudConnectors
- CloudConnectors
Connecteurs cloud. Identificateur de cloud externe utilisé dans le cadre de la configuration de l’analyse.
- createdBy
- String
Obtient le créateur de l’entité.
- createdByObjectId
- String
Obtient les créateurs de l’ID d’objet de l’entité.
- endpoints
- AccountPropertiesEndpoints
URI qui sont les points de terminaison publics du compte.
- friendlyName
- String
Obtient ou définit le nom convivial.
- managedResourceGroupName
- String
Obtient ou définit le nom du groupe de ressources managé
- managedResources
- AccountPropertiesManagedResources
Obtient les identificateurs de ressources des ressources managées.
- privateEndpointConnections
- IList<PrivateEndpointConnection>
Obtient les informations de connexions de point de terminaison privé.
- provisioningState
- String
Obtient ou définit l'état de l'approvisionnement. Les valeurs possibles sont les suivantes : 'Unknown', 'Creating', 'Moving', 'Delete', 'SoftDeleting', 'SoftDeleted', 'Failed', 'Succeeded', 'Canceled'
- publicNetworkAccess
- String
Obtient ou définit l’accès au réseau public. Les valeurs possibles sont les suivantes : 'NotSpecified', 'Enabled', 'Disabled'
- sku
- AccountSku
Obtient ou définit la référence SKU.
S’applique à
Azure SDK for .NET