C# Class Microsoft.WindowsAzure.Commands.Storage.Cmdlet.SetAzureStorageContainerAclCommand

Inheritance: StorageCloudBlobCmdletBase
显示文件 Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Property Type Description
ExecuteCmdlet void
SetContainerAcl Common.Task

Public Methods

Method Description
SetAzureStorageContainerAclCommand ( ) : Commands.Common.Storage.ResourceModel

Initializes a new instance of the SetAzureStorageContainerAclCommand class.

SetAzureStorageContainerAclCommand ( IStorageBlobManagement channel ) : Commands.Common.Storage.ResourceModel

Initializes a new instance of the SetAzureStorageContainerAclCommand class.

Private Methods

Method Description
ExecuteCmdlet ( ) : void
SetContainerAcl ( long taskId, IStorageBlobManagement localChannel, string name, BlobContainerPublicAccessType accessLevel ) : Common.Task

set the access level of specified container

Method Details

SetAzureStorageContainerAclCommand() public method

Initializes a new instance of the SetAzureStorageContainerAclCommand class.
public SetAzureStorageContainerAclCommand ( ) : Commands.Common.Storage.ResourceModel
return Commands.Common.Storage.ResourceModel

SetAzureStorageContainerAclCommand() public method

Initializes a new instance of the SetAzureStorageContainerAclCommand class.
public SetAzureStorageContainerAclCommand ( IStorageBlobManagement channel ) : Commands.Common.Storage.ResourceModel
channel IStorageBlobManagement IStorageBlobManagement channel
return Commands.Common.Storage.ResourceModel