Share via


IRelayIdentity Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.RelayIdentityTypeConverter))]
public interface IRelayIdentity : Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.RelayIdentityTypeConverter))>]
type IRelayIdentity = interface
    interface IJsonSerializable
Public Interface IRelayIdentity
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AuthorizationRuleName

The authorization rule name.

HybridConnectionName

The hybrid connection name.

Id

Resource identity path

NamespaceName

The namespace name

PrivateEndpointConnectionName

The PrivateEndpointConnection name

PrivateLinkResourceName

The PrivateLinkResource name

RelayName

The relay name.

ResourceGroupName

Name of the Resource group within the Azure subscription.

SubscriptionId

Subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to