IHybridConnection Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.HybridConnectionTypeConverter))]
public interface IHybridConnection : Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20170401.IProxyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.HybridConnectionTypeConverter))>]
type IHybridConnection = interface
    interface IJsonSerializable
    interface IProxyResource
Public Interface IHybridConnection
Implements IProxyResource
Derived
Attributes
Implements

Properties

CreatedAt

The time the hybrid connection was created.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from IProxyResource)
ListenerCount

The number of listeners for this hybrid connection. Note that min : 1 and max:25 are supported.

Location

The geo-location where the resource lives

(Inherited from IProxyResource)
Name

The name of the resource

(Inherited from IProxyResource)
RequiresClientAuthorization

Returns true if client authorization is needed for this hybrid connection; otherwise, false.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"

(Inherited from IProxyResource)
UpdatedAt

The time the namespace was updated.

UserMetadata

The usermetadata is a placeholder to store user-defined string data for the hybrid connection endpoint. For example, it can be used to store descriptive data, such as a list of teams and their contact information. Also, user-defined configuration settings can be stored.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to