HybridConnectionKeyInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. HybridConnectionKeyInner
- com.
- com.
public final class HybridConnectionKeyInner
extends ProxyOnlyResource
Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Hybrid |
fromJson(JsonReader jsonReader)
Reads an instance of Hybrid |
| String |
id()
Get the id property: Resource Id. |
| String |
name()
Get the name property: Resource Name. |
| String |
sendKeyName()
Get the send |
| String |
sendKeyValue()
Get the send |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Resource type. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Method Details
fromJson
public static HybridConnectionKeyInner fromJson(JsonReader jsonReader)
Reads an instance of HybridConnectionKeyInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Resource Id.
Overrides:
HybridConnectionKeyInner.id()Returns:
name
public String name()
Get the name property: Resource Name.
Overrides:
HybridConnectionKeyInner.name()Returns:
sendKeyName
public String sendKeyName()
Get the sendKeyName property: The name of the send key.
Returns:
sendKeyValue
public String sendKeyValue()
Get the sendKeyValue property: The value of the send key.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
HybridConnectionKeyInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Resource type.
Overrides:
HybridConnectionKeyInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
HybridConnectionKeyInner.validate()