AddAzureStorageContainerLegalHoldCommand.Container Property

Definition

[System.Management.Automation.Parameter(HelpMessage="Storage container object", Mandatory=true, ParameterSetName="ContainerObject", ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Microsoft.Azure.Commands.Management.Storage.Models.PSContainer Container { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Storage container object", Mandatory=true, ParameterSetName="ContainerObject", ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Container : Microsoft.Azure.Commands.Management.Storage.Models.PSContainer with get, set
Public Property Container As PSContainer

Property Value

PSContainer
Attributes

Applies to