Share via


EndpointAccessResource Constructors

Definition

Overloads

EndpointAccessResource()

Initializes a new instance of the EndpointAccessResource class.

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

Initializes a new instance of the EndpointAccessResource class.

EndpointAccessResource()

Initializes a new instance of the EndpointAccessResource class.

public EndpointAccessResource ();
Public Sub New ()

Applies to

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

Initializes a new instance of the EndpointAccessResource class.

public EndpointAccessResource (string namespaceName, string namespaceNameSuffix, string hybridConnectionName, string accessKey = default, long? expiresOn = default, string serviceConfigurationToken = default);
new Microsoft.Azure.PowerShell.Ssh.Helpers.HybridConnectivity.Models.EndpointAccessResource : string * string * string * string * Nullable<int64> * string -> Microsoft.Azure.PowerShell.Ssh.Helpers.HybridConnectivity.Models.EndpointAccessResource
Public Sub New (namespaceName As String, namespaceNameSuffix As String, hybridConnectionName 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.

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