Share via


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.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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The default value is BatchManaged. Possible values include: 'BatchManaged', 'UserManaged', 'NoPublicIPAddresses'

Applies to