NewAzureStorageDirectory.Share 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[] { "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
- Microsoft.WindowsAzure.Storage.File.CloudFileShare
- Attributes