IIscsiPathProperties.NetworkBlock 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.
CIDR Block for iSCSI path.
[Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Create=true, Description="CIDR Block for iSCSI path.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="networkBlock", Update=false)]
public string NetworkBlock { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Create=true, Description="CIDR Block for iSCSI path.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="networkBlock", Update=false)>]
member this.NetworkBlock : string with get, set
Public Property NetworkBlock As String
Property Value
- Attributes