C# Class Google.PowerShell.CloudStorage.RemoveGcsBucketCmdlet

Inheritance: GcsCmdlet
ファイルを表示 Open project: GoogleCloudPlatform/google-cloud-powershell

Private Properties

Property Type Description
AskDeleteObjects List>
WaitDeleteTasks void

Protected Methods

Method Description
ProcessRecord ( ) : void

Private Methods

Method Description
AskDeleteObjects ( StorageService service ) : List>

Asks the user about deleting bucket objects, and starts async tasks to do so.

WaitDeleteTasks ( List deleteTasks ) : void

Waits on the list of delete tasks to compelet, updating progress as it does so.

Method Details

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void