C# Class Microsoft.WindowsAzure.Commands.Storage.Blob.Cmdlet.GetAzureStorageContainerStoredAccessPolicyCommand

Inheritance: StorageCloudBlobCmdletBase
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description
ExecuteCmdlet void
GetAzureContainerStoredAccessPolicyAsync Task
GetPoliciesAsync Task

Méthodes publiques

Méthode Description
GetAzureStorageContainerStoredAccessPolicyCommand ( ) : Common

Initializes a new instance of the GetAzureStorageContainerStoredAccessPolicyCommand class.

GetAzureStorageContainerStoredAccessPolicyCommand ( IStorageBlobManagement channel ) : Common

Initializes a new instance of the GetAzureStorageContainerStoredAccessPolicyCommand class.

Private Methods

Méthode Description
ExecuteCmdlet ( ) : void
GetAzureContainerStoredAccessPolicyAsync ( long taskId, IStorageBlobManagement localChannel, string containerName, string policyName ) : Task
GetPoliciesAsync ( IStorageBlobManagement localChannel, string containerName, string policyName ) : Task

Method Details

GetAzureStorageContainerStoredAccessPolicyCommand() public méthode

Initializes a new instance of the GetAzureStorageContainerStoredAccessPolicyCommand class.
public GetAzureStorageContainerStoredAccessPolicyCommand ( ) : Common
Résultat Common

GetAzureStorageContainerStoredAccessPolicyCommand() public méthode

Initializes a new instance of the GetAzureStorageContainerStoredAccessPolicyCommand class.
public GetAzureStorageContainerStoredAccessPolicyCommand ( IStorageBlobManagement channel ) : Common
channel IStorageBlobManagement IStorageBlobManagement channel
Résultat Common