NewAzureStorageDirectory.Share Property

Definition

[System.Management.Automation.Alias(new System.String[] { "CloudFileShare" })]
[System.Management.Automation.Parameter(HelpMessage="CloudFileShare object indicated the share where the directory would be created.", Mandatory=true, ParameterSetName="Share", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNull]
public Microsoft.Azure.Storage.File.CloudFileShare Share { get; set; }
[System.Management.Automation.ValidateNotNull]
[System.Management.Automation.Parameter(HelpMessage="CloudFileShare object indicated the share where the directory would be created.", Mandatory=true, ParameterSetName="Share", Position=0, ValueFromPipeline=true)]
public Microsoft.WindowsAzure.Storage.File.CloudFileShare Share { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "CloudFileShare" })>]
[<System.Management.Automation.Parameter(HelpMessage="CloudFileShare object indicated the share where the directory would be created.", Mandatory=true, ParameterSetName="Share", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNull>]
member this.Share : Microsoft.Azure.Storage.File.CloudFileShare with get, set
[<System.Management.Automation.ValidateNotNull>]
[<System.Management.Automation.Parameter(HelpMessage="CloudFileShare object indicated the share where the directory would be created.", Mandatory=true, ParameterSetName="Share", Position=0, ValueFromPipeline=true)>]
member this.Share : Microsoft.WindowsAzure.Storage.File.CloudFileShare with get, set
Public Property Share As CloudFileShare

Property Value

CloudFileShare
Microsoft.WindowsAzure.Storage.File.CloudFileShare
Attributes

Applies to