C# Class GoogleCloudExtension.DataSources.GceOperation

This class represents an operation on a Google Compute Engine VM instance.
Mostrar archivo Open project: GoogleCloudPlatform/google-cloud-visualstudio Class Usage Examples

Public Methods

Method Description
GceOperation ( OperationType operationType, string projectId, string zoneName, string name ) : System.Threading.Tasks

Method Details

GceOperation() public method

public GceOperation ( OperationType operationType, string projectId, string zoneName, string name ) : System.Threading.Tasks
operationType OperationType
projectId string
zoneName string
name string
return System.Threading.Tasks