RemoveAzureRmDiskEncryptionSet.InputObject Property

Definition

[System.Management.Automation.Alias(new System.String[] { "DiskEncryptionSet" })]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ObjectParameter", Position=0, ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet InputObject { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "DiskEncryptionSet" })>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ObjectParameter", Position=0, ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.InputObject : Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet with get, set
Public Property InputObject As PSDiskEncryptionSet

Property Value

PSDiskEncryptionSet
Attributes

Applies to