PublicIPAddressConfiguration.Provision Propriedade

Definição

Obtém ou define o tipo de aprovisionamento de Endereços IP Públicos para o conjunto

[Newtonsoft.Json.JsonProperty(PropertyName="provision")]
public Microsoft.Azure.Management.Batch.Models.IPAddressProvisioningType? Provision { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="provision")>]
member this.Provision : Nullable<Microsoft.Azure.Management.Batch.Models.IPAddressProvisioningType> with get, set
Public Property Provision As Nullable(Of IPAddressProvisioningType)

Valor de Propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Observações

O valor predefinido é BatchManaged. Os valores possíveis incluem: "BatchManaged", "UserManaged", "NoPublicIPAddresses"

Aplica-se a