次の方法で共有


HybridConnection Class

Definition

Description of hybrid connection resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.HybridConnectionTypeConverter))]
public class HybridConnection : Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.IHybridConnection, Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.HybridConnectionTypeConverter))>]
type HybridConnection = class
    interface IHybridConnection
    interface IJsonSerializable
    interface IProxyResource
    interface IValidates
Public Class HybridConnection
Implements IHybridConnection, IValidates
Inheritance
HybridConnection
Attributes
Implements

Constructors

HybridConnection()

Creates an new HybridConnection instance.

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}

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

Name

The name of the resource

RequiresClientAuthorization

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

ResourceGroupName

Gets the resource group name

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"

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HybridConnection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HybridConnection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Relay.Models.Api20211101.IHybridConnection.

FromJsonString(String)

Creates a new instance of HybridConnection, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of HybridConnection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to