HybridConnectionKeyInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. HybridConnectionKeyInner
- com.
- com.
- com.
public final class HybridConnectionKeyInner
extends ProxyOnlyResource
Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection.
Constructor Summary
Constructor | Description |
---|---|
HybridConnectionKeyInner() |
Creates an instance of Hybrid |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Hybrid |
fromJson(JsonReader jsonReader)
Reads an instance of Hybrid |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
String |
sendKeyName()
Get the send |
String |
sendKeyValue()
Get the send |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Hybrid |
withKind(String kind)
Set the kind property: Kind of resource. |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
HybridConnectionKeyInner
public HybridConnectionKeyInner()
Creates an instance of HybridConnectionKeyInner class.
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: Fully qualified resource Id for the resource.
Overrides:
HybridConnectionKeyInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
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: The type of the resource.
Overrides:
HybridConnectionKeyInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
HybridConnectionKeyInner.validate()withKind
public HybridConnectionKeyInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
HybridConnectionKeyInner.withKind(String kind)Parameters:
Applies to
Azure SDK for Java