Share via


IVirtualNetworkPeering.RemoteAddressSpaceAddressPrefix Property

Definition

A list of address blocks reserved for this virtual network in CIDR notation.

[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Description="A list of address blocks reserved for this virtual network in CIDR notation.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="addressPrefixes")]
public string[] RemoteAddressSpaceAddressPrefix { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Description="A list of address blocks reserved for this virtual network in CIDR notation.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="addressPrefixes")>]
member this.RemoteAddressSpaceAddressPrefix : string[] with get, set
Public Property RemoteAddressSpaceAddressPrefix As String()

Property Value

String[]
Attributes

Applies to