FluidRelayServerUpdateProperties Class
- java.
lang. Object - com.
azure. resourcemanager. fluidrelay. fluent. models. FluidRelayServerUpdateProperties
- com.
Implements
public final class FluidRelayServerUpdateProperties
implements JsonSerializable<FluidRelayServerUpdateProperties>
The properties that can be provided when updating FluidRelayServer resource.
Constructor Summary
| Constructor | Description |
|---|---|
| FluidRelayServerUpdateProperties() |
Creates an instance of Fluid |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Encryption |
encryption()
Get the encryption property: All encryption configuration for a resource. |
|
static
Fluid |
fromJson(JsonReader jsonReader)
Reads an instance of Fluid |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Fluid |
withEncryption(EncryptionProperties encryption)
Set the encryption property: All encryption configuration for a resource. |
Methods inherited from java.lang.Object
Constructor Details
FluidRelayServerUpdateProperties
public FluidRelayServerUpdateProperties()
Creates an instance of FluidRelayServerUpdateProperties class.
Method Details
encryption
public EncryptionProperties encryption()
Get the encryption property: All encryption configuration for a resource.
Returns:
fromJson
public static FluidRelayServerUpdateProperties fromJson(JsonReader jsonReader)
Reads an instance of FluidRelayServerUpdateProperties from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withEncryption
public FluidRelayServerUpdateProperties withEncryption(EncryptionProperties encryption)
Set the encryption property: All encryption configuration for a resource.
Parameters:
Returns: