Bagikan melalui


PublicIPAddressConfiguration.Provision Property

Definition

Gets or sets the provisioning type for Public IP Addresses for the Pool.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The default value is BatchManaged. Possible values include: 'batchManaged', 'userManaged', 'noPublicIPAddresses'

Applies to