DataFlowResource 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
DataFlowResource() |
Initialise une nouvelle instance de la classe DataFlowResource. |
DataFlowResource(DataFlow, String, String, String, String) |
Initialise une nouvelle instance de la classe DataFlowResource. |
DataFlowResource()
Initialise une nouvelle instance de la classe DataFlowResource.
public DataFlowResource ();
Public Sub New ()
S’applique à
DataFlowResource(DataFlow, String, String, String, String)
Initialise une nouvelle instance de la classe DataFlowResource.
public DataFlowResource (Microsoft.Azure.Management.DataFactory.Models.DataFlow properties, string id = default, string name = default, string type = default, string etag = default);
new Microsoft.Azure.Management.DataFactory.Models.DataFlowResource : Microsoft.Azure.Management.DataFactory.Models.DataFlow * string * string * string * string -> Microsoft.Azure.Management.DataFactory.Models.DataFlowResource
Public Sub New (properties As DataFlow, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing)
Paramètres
- properties
- DataFlow
Propriétés de flux de données.
- id
- String
Identificateur de ressource.
- name
- String
Nom de la ressource.
- type
- String
Type de ressource.
- etag
- String
Etag identifie les modifications apportées à la ressource.
S’applique à
Azure SDK for .NET