AzureStorageFileCmdletBase.ShareIsEmpty Method
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.
Overloads
ShareIsEmpty(ShareClient) | |
ShareIsEmpty(CloudFileShare) |
ShareIsEmpty(ShareClient)
protected bool ShareIsEmpty (Azure.Storage.Files.Shares.ShareClient share);
member this.ShareIsEmpty : Azure.Storage.Files.Shares.ShareClient -> bool
Protected Function ShareIsEmpty (share As ShareClient) As Boolean
Parameters
- share
- ShareClient
Returns
Applies to
ShareIsEmpty(CloudFileShare)
protected bool ShareIsEmpty (Microsoft.WindowsAzure.Storage.File.CloudFileShare share);
member this.ShareIsEmpty : Microsoft.WindowsAzure.Storage.File.CloudFileShare -> bool
Protected Function ShareIsEmpty (share As CloudFileShare) As Boolean
Parameters
- share
- CloudFileShare