IVirtualNetworkTapPropertiesFormat.DestinationLoadBalancerFrontEndIPConfigurationPropertiesProvisioningState 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.
The provisioning state of the frontend IP configuration resource.
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.PSArgumentCompleter(new System.String[] { "Succeeded", "Updating", "Deleting", "Failed" })]
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="The provisioning state of the frontend IP configuration resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="provisioningState", Update=false)]
public string DestinationLoadBalancerFrontEndIPConfigurationPropertiesProvisioningState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.PSArgumentCompleter(new System.String[] { "Succeeded", "Updating", "Deleting", "Failed" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="The provisioning state of the frontend IP configuration resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="provisioningState", Update=false)>]
member this.DestinationLoadBalancerFrontEndIPConfigurationPropertiesProvisioningState : string
Public ReadOnly Property DestinationLoadBalancerFrontEndIPConfigurationPropertiesProvisioningState As String
Property Value
- Attributes