INetworkFunctionPropertiesFormat.VendorProvisioningState 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 vendor provisioning state for the network function resource.
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.PSArgumentCompleter(new System.String[] { "Unknown", "NotProvisioned", "Provisioning", "Provisioned", "Deprovisioned", "UserDataValidationFailed" })]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Create=false, Description="The vendor provisioning state for the network function resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="vendorProvisioningState", Update=false)]
public string VendorProvisioningState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.PSArgumentCompleter(new System.String[] { "Unknown", "NotProvisioned", "Provisioning", "Provisioned", "Deprovisioned", "UserDataValidationFailed" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Create=false, Description="The vendor provisioning state for the network function resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="vendorProvisioningState", Update=false)>]
member this.VendorProvisioningState : string
Public ReadOnly Property VendorProvisioningState As String
Property Value
- Attributes