INetworkInterfacePropertiesFormat.AutoApprovalSubscription Property

Definition

The list of subscriptions.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="The list of subscriptions.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="subscriptions", Update=true)]
public System.Collections.Generic.List<string> AutoApprovalSubscription { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="The list of subscriptions.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="subscriptions", Update=true)>]
member this.AutoApprovalSubscription : System.Collections.Generic.List<string> with get, set
Public Property AutoApprovalSubscription As List(Of String)

Property Value

Attributes

Applies to