Compartir a través de


Deployment Constructores

Definición

Sobrecargas

Deployment()

Inicializa una nueva instancia de la clase Deployment.

Deployment(String, String, String, SystemData, String, DeploymentProperties)

Inicializa una nueva instancia de la clase Deployment.

Deployment()

Inicializa una nueva instancia de la clase Deployment.

public Deployment ();
Public Sub New ()

Se aplica a

Deployment(String, String, String, SystemData, String, DeploymentProperties)

Inicializa una nueva instancia de la clase 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)

Parámetros

id
String

Identificador de recurso completo del recurso. Por ejemplo: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

Nombre del recurso.

type
String

Tipo de recurso. Por ejemplo, "Microsoft.Compute/virtualMachines" o "Microsoft.Storage/storageAccounts"

systemData
SystemData
etag
String

Etag de recursos.

properties
DeploymentProperties

Propiedades de la implementación de la cuenta de Cognitive Services.

Se aplica a