DeploymentResource Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
DeploymentResource() |
Inicializa uma nova instância da classe DeploymentResource. |
DeploymentResource(String, String, String, DeploymentResourceProperties, Sku) |
Inicializa uma nova instância da classe DeploymentResource. |
DeploymentResource()
Inicializa uma nova instância da classe DeploymentResource.
public DeploymentResource ();
Public Sub New ()
Aplica-se a
DeploymentResource(String, String, String, DeploymentResourceProperties, Sku)
Inicializa uma nova instância da classe DeploymentResource.
public DeploymentResource (string id = default, string name = default, string type = default, Microsoft.Azure.Management.AppPlatform.Models.DeploymentResourceProperties properties = default, Microsoft.Azure.Management.AppPlatform.Models.Sku sku = default);
new Microsoft.Azure.Management.AppPlatform.Models.DeploymentResource : string * string * string * Microsoft.Azure.Management.AppPlatform.Models.DeploymentResourceProperties * Microsoft.Azure.Management.AppPlatform.Models.Sku -> Microsoft.Azure.Management.AppPlatform.Models.DeploymentResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As DeploymentResourceProperties = Nothing, Optional sku As Sku = Nothing)
Parâmetros
- id
- String
ID de recurso totalmente qualificado para o recurso.
- name
- String
O nome do recurso.
- type
- String
Tipo do recurso.
- properties
- DeploymentResourceProperties
Propriedades do recurso implantação
- sku
- Sku
SKU do recurso de implantação
Aplica-se a
Azure SDK for .NET