C# 클래스 Microsoft.WindowsAzure.Commands.Storage.Blob.RemoveStorageAzureBlobCommand

상속: StorageCloudBlobCmdletBase
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DeleteCloudAsync Common.Task
ExecuteCmdlet void
RemoveAzureBlob Common.Task
RemoveAzureBlob Common.Task
RemoveAzureBlob Common.Task

공개 메소드들

메소드 설명
RemoveStorageAzureBlobCommand ( ) : Microsoft.WindowsAzure.Commands.Storage.Common

Initializes a new instance of the RemoveStorageAzureBlobCommand class.

RemoveStorageAzureBlobCommand ( IStorageBlobManagement channel ) : Microsoft.WindowsAzure.Commands.Storage.Common

Initializes a new instance of the RemoveStorageAzureBlobCommand class.

보호된 메소드들

메소드 설명
BeginProcessing ( ) : void

Cmdlet begin processing

비공개 메소드들

메소드 설명
DeleteCloudAsync ( long taskId, IStorageBlobManagement localChannel, Microsoft.WindowsAzure.Storage.Blob.CloudBlob blob, DeleteSnapshotsOption deleteSnapshotsOption ) : Common.Task
ExecuteCmdlet ( ) : void
RemoveAzureBlob ( long taskId, IStorageBlobManagement localChannel, Microsoft.WindowsAzure.Storage.Blob.CloudBlob blob, bool isValidBlob ) : Common.Task

remove the azure blob

RemoveAzureBlob ( long taskId, IStorageBlobManagement localChannel, Microsoft.WindowsAzure.Storage.Blob.CloudBlobContainer container, string blobName ) : Common.Task

remove azure blob

RemoveAzureBlob ( long taskId, IStorageBlobManagement localChannel, string containerName, string blobName ) : Common.Task

remove azure blob

메소드 상세

BeginProcessing() 보호된 메소드

Cmdlet begin processing
protected BeginProcessing ( ) : void
리턴 void

RemoveStorageAzureBlobCommand() 공개 메소드

Initializes a new instance of the RemoveStorageAzureBlobCommand class.
public RemoveStorageAzureBlobCommand ( ) : Microsoft.WindowsAzure.Commands.Storage.Common
리턴 Microsoft.WindowsAzure.Commands.Storage.Common

RemoveStorageAzureBlobCommand() 공개 메소드

Initializes a new instance of the RemoveStorageAzureBlobCommand class.
public RemoveStorageAzureBlobCommand ( IStorageBlobManagement channel ) : Microsoft.WindowsAzure.Commands.Storage.Common
channel IStorageBlobManagement IStorageBlobManagement channel
리턴 Microsoft.WindowsAzure.Commands.Storage.Common