C# Class GoogleCloudExtension.PublishDialogSteps.GceStep.GceStepViewModel

The view model for the publish step that publishes the project to a GCE VM.
Inheritance: GoogleCloudExtension.PublishDialog.PublishDialogStepBase
Mostra file Open project: GoogleCloudPlatform/google-cloud-visualstudio Class Usage Examples

Public Methods

Method Description
OnPushedToDialog ( IPublishDialog dialog ) : void
Publish ( ) : void

Private Methods

Method Description
CreateStep ( ) : GceStepViewModel
GceStepViewModel ( GceStepContent content ) : Google.Apis.Compute.v1.Data
GetAllWindowsInstances ( ) : Task>
OnManageCredentialsCommand ( ) : void
UpdateCredentials ( ) : void

Method Details

OnPushedToDialog() public method

public OnPushedToDialog ( IPublishDialog dialog ) : void
dialog IPublishDialog
return void

Publish() public method

public Publish ( ) : void
return void