INetworkFunctionRoleConfiguration.StorageProfileDataDisk 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.
Specifies the parameters that are used to add a data disk to a virtual machine.
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Create=true, Description="Specifies the parameters that are used to add a data disk to a virtual machine.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.IDataDisk) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataDisks", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.IDataDisk> StorageProfileDataDisk { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Create=true, Description="Specifies the parameters that are used to add a data disk to a virtual machine.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.IDataDisk) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataDisks", Update=true)>]
member this.StorageProfileDataDisk : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.IDataDisk> with get, set
Public Property StorageProfileDataDisk As List(Of IDataDisk)
Property Value
- Attributes