ArmResourcesModelFactory.ArmDeploymentData Método
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.
Inicializa uma nova instância de ArmDeploymentData.
public static Azure.ResourceManager.Resources.ArmDeploymentData ArmDeploymentData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.AzureLocation? location = default, Azure.ResourceManager.Resources.Models.ArmDeploymentPropertiesExtended properties = default, System.Collections.Generic.IReadOnlyDictionary<string,string> tags = default);
static member ArmDeploymentData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.Core.AzureLocation> * Azure.ResourceManager.Resources.Models.ArmDeploymentPropertiesExtended * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.ResourceManager.Resources.ArmDeploymentData
Public Shared Function ArmDeploymentData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional properties As ArmDeploymentPropertiesExtended = Nothing, Optional tags As IReadOnlyDictionary(Of String, String) = Nothing) As ArmDeploymentData
Parâmetros
A ID.
- name
- String
O nome.
- resourceType
- ResourceType
O resourceType.
- systemData
- SystemData
O systemData.
- location
- Nullable<AzureLocation>
o local da implantação.
- properties
- ArmDeploymentPropertiesExtended
Propriedades de implantação.
- tags
- IReadOnlyDictionary<String,String>
Marcas de implantação.
Retornos
Uma nova ArmDeploymentData instância para simulação.
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET