Compartir a través de


HybridConnection Class

Definition

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

Constructors

HybridConnection()

Properties

Hostname
Id
Kind
Name
Port
RelayArmUri
RelayName
SendKeyName
SendKeyValue
ServiceBusNamespace
ServiceBusSuffix
Type

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
Validate(IEventListener)

Applies to