HybridConnectionKey Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HybridConnectionKeyTypeConverter))]
public class HybridConnectionKey : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionKey, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HybridConnectionKeyTypeConverter))>]
type HybridConnectionKey = class
interface IHybridConnectionKey
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class HybridConnectionKey
Implements IHybridConnectionKey, IValidates
- Inheritance
-
HybridConnectionKey
- Attributes
- Implements
Constructors
HybridConnectionKey() |
Creates an new HybridConnectionKey instance. |
Properties
Id |
Resource Id. |
Kind |
Kind of resource. |
Name |
Resource Name. |
SendKeyName |
The name of the send key. |
SendKeyValue |
The value of the send key. |
Type |
Resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of HybridConnectionKey. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of HybridConnectionKey. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHybridConnectionKey. |
FromJsonString(String) |
Creates a new instance of HybridConnectionKey, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of HybridConnectionKey into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |