C# Class GoogleCloudExtension.DataSources.FirewallPort

This class represents a port that needs to be opened in the firewall.
Afficher le fichier Open project: GoogleCloudPlatform/google-cloud-visualstudio Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FirewallPort ( string name, int port, PortProtocol protocol = PortProtocol.Tcp ) : System

Method Details

FirewallPort() public méthode

public FirewallPort ( string name, int port, PortProtocol protocol = PortProtocol.Tcp ) : System
name string
port int
protocol PortProtocol
Résultat System