Share via


IngressGatewayResource Constructors

Definition

Overloads

IngressGatewayResource()

Initializes a new instance of the IngressGatewayResource class.

IngressGatewayResource(String, String, String, String, String, String, String, Nullable<Int64>, String)

Initializes a new instance of the IngressGatewayResource class.

IngressGatewayResource()

Initializes a new instance of the IngressGatewayResource class.

public IngressGatewayResource ();
Public Sub New ()

Applies to

IngressGatewayResource(String, String, String, String, String, String, String, Nullable<Int64>, String)

Initializes a new instance of the IngressGatewayResource class.

public IngressGatewayResource (string namespaceName, string namespaceNameSuffix, string hybridConnectionName, string hostname, string serverId, string tenantId, string accessKey = default, long? expiresOn = default, string serviceConfigurationToken = default);
new Microsoft.Azure.PowerShell.Ssh.Helpers.HybridConnectivity.Models.IngressGatewayResource : string * string * string * string * string * string * string * Nullable<int64> * string -> Microsoft.Azure.PowerShell.Ssh.Helpers.HybridConnectivity.Models.IngressGatewayResource
Public Sub New (namespaceName As String, namespaceNameSuffix As String, hybridConnectionName As String, hostname As String, serverId As String, tenantId As String, Optional accessKey As String = Nothing, Optional expiresOn As Nullable(Of Long) = Nothing, Optional serviceConfigurationToken As String = Nothing)

Parameters

namespaceName
String

The namespace name.

namespaceNameSuffix
String

The suffix domain name of relay namespace.

hybridConnectionName
String

Azure Relay hybrid connection name for the resource.

hostname
String

The ingress hostname.

serverId
String

The arc ingress gateway server app id.

tenantId
String

The target resource home tenant id.

accessKey
String

Access key for hybrid connection.

expiresOn
Nullable<Int64>

The expiration of access key in unix time.

serviceConfigurationToken
String

The token to access the enabled service.

Applies to