SetAzDiskSecurityProfile.Disk 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.
[System.Management.Automation.Alias(new System.String[] { "DiskSecurityProfile" })]
[System.Management.Automation.Parameter(HelpMessage="Disk Security Profile", Mandatory=true, Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk Disk { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "DiskSecurityProfile" })>]
[<System.Management.Automation.Parameter(HelpMessage="Disk Security Profile", Mandatory=true, Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Disk : Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk with get, set
Public Property Disk As PSDisk
Property Value
- Attributes