IPrivateAccessVirtualNetwork.Key Property

Definition

The key (ID) of the Virtual Network.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The key (ID) of the Virtual Network.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="key", Update=true)]
public int? Key { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The key (ID) of the Virtual Network.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="key", Update=true)>]
member this.Key : Nullable<int> with get, set
Public Property Key As Nullable(Of Integer)

Property Value

Attributes

Applies to