次の方法で共有


HybridConnectionKey クラス

定義

ハイブリッド接続キー コントラクト。 これには、ハイブリッド接続の送信キーの名前と値があります。

[Microsoft.Rest.Serialization.JsonTransformation]
public class HybridConnectionKey : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type HybridConnectionKey = class
    inherit ProxyOnlyResource
Public Class HybridConnectionKey
Inherits ProxyOnlyResource
継承
HybridConnectionKey
属性

コンストラクター

HybridConnectionKey()

HybridConnectionKey クラスの新しいインスタンスを初期化します。

HybridConnectionKey(String, String, String, String, String, String)

HybridConnectionKey クラスの新しいインスタンスを初期化します。

プロパティ

Id

リソース ID を取得します。

(継承元 ProxyOnlyResource)
Kind

リソースの種類を取得または設定します。

(継承元 ProxyOnlyResource)
Name

リソース名を取得します。

(継承元 ProxyOnlyResource)
SendKeyName

送信キーの名前を取得します。

SendKeyValue

送信キーの値を取得します。

Type

リソースの種類を取得します。

(継承元 ProxyOnlyResource)

適用対象