PublicIPAddressConfiguration.Provision Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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'