C# Class GoogleCloudExtension.WindowsCredentialsChooser.WindowsCredentialsChooserWindow

This class represents a dialog that can be used to choose a set of Windows VM credentials.
Inheritance: GoogleCloudExtension.Theming.CommonDialogWindowBase
Exibir arquivo Open project: GoogleCloudPlatform/google-cloud-visualstudio Class Usage Examples

Private Properties

Property Type Description
WindowsCredentialsChooserWindow Google.Apis.Compute.v1.Data

Public Methods

Method Description
PromptUser ( Instance instance, Options options ) : WindowsInstanceCredentials

Opens the dialog and returns the selected credentials if any.

Private Methods

Method Description
WindowsCredentialsChooserWindow ( Instance instance, Options options ) : Google.Apis.Compute.v1.Data

Method Details

PromptUser() public static method

Opens the dialog and returns the selected credentials if any.
public static PromptUser ( Instance instance, Options options ) : WindowsInstanceCredentials
instance Instance The Windows VM.
options Options The options for the dialog
return GoogleCloudExtension.GCloud.WindowsInstanceCredentials