FluidRelayServerUpdate Class
- java.
lang. Object - com.
azure. resourcemanager. fluidrelay. models. FluidRelayServerUpdate
- com.
Implements
public final class FluidRelayServerUpdate
implements JsonSerializable<FluidRelayServerUpdate>
The updatable properties of a Fluid Relay server.
Constructor Summary
| Constructor | Description |
|---|---|
| FluidRelayServerUpdate() |
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 |
| Identity |
identity()
Get the identity property: The type of identity used for the resource. |
| String |
location()
Get the location property: The geo-location where the resource lives. |
| Map<String,String> |
tags()
Get the tags property: Resource tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Fluid |
withEncryption(EncryptionProperties encryption)
Set the encryption property: All encryption configuration for a resource. |
|
Fluid |
withIdentity(Identity identity)
Set the identity property: The type of identity used for the resource. |
|
Fluid |
withLocation(String location)
Set the location property: The geo-location where the resource lives. |
|
Fluid |
withTags(Map<String,String> tags)
Set the tags property: Resource tags. |
Methods inherited from java.lang.Object
Constructor Details
FluidRelayServerUpdate
public FluidRelayServerUpdate()
Creates an instance of FluidRelayServerUpdate class.
Method Details
encryption
public EncryptionProperties encryption()
Get the encryption property: All encryption configuration for a resource.
Returns:
fromJson
public static FluidRelayServerUpdate fromJson(JsonReader jsonReader)
Reads an instance of FluidRelayServerUpdate from the JsonReader.
Parameters:
Returns:
Throws:
identity
public Identity identity()
Get the identity property: The type of identity used for the resource.
Returns:
location
public String location()
Get the location property: The geo-location where the resource lives.
Returns:
tags
public Map<String,String> tags()
Get the tags property: Resource tags.
Returns:
toJson
validate
public void validate()
Validates the instance.
withEncryption
public FluidRelayServerUpdate withEncryption(EncryptionProperties encryption)
Set the encryption property: All encryption configuration for a resource.
Parameters:
Returns:
withIdentity
public FluidRelayServerUpdate withIdentity(Identity identity)
Set the identity property: The type of identity used for the resource.
Parameters:
Returns:
withLocation
public FluidRelayServerUpdate withLocation(String location)
Set the location property: The geo-location where the resource lives.
Parameters:
Returns:
withTags
public FluidRelayServerUpdate withTags(Map<String,String> tags)
Set the tags property: Resource tags.
Parameters:
Returns: