IVolumeGroup.ProtocolType 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.
Type of storage target
[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.PSArgumentCompleter(new System.String[] { "Iscsi", "None" })]
[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.Info(Create=true, Description="Type of storage target", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="protocolType", Update=true)]
public string ProtocolType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.PSArgumentCompleter(new System.String[] { "Iscsi", "None" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.Info(Create=true, Description="Type of storage target", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="protocolType", Update=true)>]
member this.ProtocolType : string with get, set
Public Property ProtocolType As String
Property Value
- Attributes