IVirtualNetworkPeering.RemoteAddressSpaceAddressPrefix Property

Definition

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

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

Property Value

Attributes

Applies to