Deployment 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
Deployment() |
Initialise une nouvelle instance de la classe Deployment. |
Deployment(String, String, String, SystemData, String, DeploymentProperties) |
Initialise une nouvelle instance de la classe Deployment. |
Deployment()
Initialise une nouvelle instance de la classe Deployment.
public Deployment ();
Public Sub New ()
S’applique à
Deployment(String, String, String, SystemData, String, DeploymentProperties)
Initialise une nouvelle instance de la classe Deployment.
public Deployment (string id = default, string name = default, string type = default, Microsoft.Azure.Management.CognitiveServices.Models.SystemData systemData = default, string etag = default, Microsoft.Azure.Management.CognitiveServices.Models.DeploymentProperties properties = default);
new Microsoft.Azure.Management.CognitiveServices.Models.Deployment : string * string * string * Microsoft.Azure.Management.CognitiveServices.Models.SystemData * string * Microsoft.Azure.Management.CognitiveServices.Models.DeploymentProperties -> Microsoft.Azure.Management.CognitiveServices.Models.Deployment
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional etag As String = Nothing, Optional properties As DeploymentProperties = Nothing)
Paramètres
- id
- String
ID de ressource complet pour la ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
nom de la ressource.
- type
- String
Type de la ressource. Par exemple, « Microsoft.Compute/virtualMachines » ou « Microsoft.Storage/storageAccounts »
- systemData
- SystemData
- etag
- String
Etag de la ressource.
- properties
- DeploymentProperties
Propriétés du déploiement de compte Cognitive Services.
S’applique à
Azure SDK for .NET