FluidRelayServerKeysInner Class
- java.
lang. Object - com.
azure. resourcemanager. fluidrelay. fluent. models. FluidRelayServerKeysInner
- com.
Implements
public final class FluidRelayServerKeysInner
implements JsonSerializable<FluidRelayServerKeysInner>
The set of available keys for this server.
Constructor Summary
| Constructor | Description |
|---|---|
| FluidRelayServerKeysInner() |
Creates an instance of Fluid |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Fluid |
fromJson(JsonReader jsonReader)
Reads an instance of Fluid |
| String |
key1()
Get the key1 property: The primary key for this server. |
| String |
key2()
Get the key2 property: The secondary key for this server. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
FluidRelayServerKeysInner
public FluidRelayServerKeysInner()
Creates an instance of FluidRelayServerKeysInner class.
Method Details
fromJson
public static FluidRelayServerKeysInner fromJson(JsonReader jsonReader)
Reads an instance of FluidRelayServerKeysInner from the JsonReader.
Parameters:
Returns:
Throws:
key1
public String key1()
Get the key1 property: The primary key for this server.
Returns:
key2
public String key2()
Get the key2 property: The secondary key for this server.
Returns:
toJson
validate
public void validate()
Validates the instance.