Dela via


AzureStorageFileCmdletBase.ShareIsEmpty Method

Definition

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

Returns

Applies to