C# Class GoogleCloudExtension.FirewallManagement.PortManagerWindow

This class is the dialog to use to prompt the user for firewall changes for the given instance.
Inheritance: GoogleCloudExtension.Theming.CommonDialogWindowBase
Afficher le fichier Open project: GoogleCloudPlatform/google-cloud-visualstudio Class Usage Examples

Private Properties

Свойство Type Description
PortManagerWindow Google.Apis.Compute.v1.Data

Méthodes publiques

Méthode Description
PromptUser ( Instance instance ) : PortChanges

Shows the dialog to the user and returns the changes requested.

Private Methods

Méthode Description
PortManagerWindow ( Instance instance ) : Google.Apis.Compute.v1.Data

Method Details

PromptUser() public static méthode

Shows the dialog to the user and returns the changes requested.
public static PromptUser ( Instance instance ) : PortChanges
instance Instance The instance on which open/close ports.
Résultat PortChanges