Compartir a través de


HybridConnectionKeyProperties Class

Definition

HybridConnectionKey resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HybridConnectionKeyPropertiesTypeConverter))]
public class HybridConnectionKeyProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionKeyProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HybridConnectionKeyPropertiesTypeConverter))>]
type HybridConnectionKeyProperties = class
    interface IHybridConnectionKeyProperties
    interface IJsonSerializable
Public Class HybridConnectionKeyProperties
Implements IHybridConnectionKeyProperties
Inheritance
HybridConnectionKeyProperties
Attributes
Implements

Constructors

HybridConnectionKeyProperties()

Creates an new HybridConnectionKeyProperties instance.

Properties

SendKeyName

The name of the send key.

SendKeyValue

The value of the send key.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HybridConnectionKeyProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HybridConnectionKeyProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionKeyProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of HybridConnectionKeyProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to