FluidRelayServerInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. fluidrelay. fluent. models. FluidRelayServerInner
- com.
- com.
- com.
public final class FluidRelayServerInner
extends Resource
A FluidRelay Server.
Constructor Summary
| Constructor | Description |
|---|---|
| FluidRelayServerInner() |
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. |
|
Fluid |
fluidRelayEndpoints()
Get the fluid |
|
static
Fluid |
fromJson(JsonReader jsonReader)
Reads an instance of Fluid |
| String |
frsTenantId()
Get the frs |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| Identity |
identity()
Get the identity property: The type of identity used for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Storage |
storagesku()
Get the storagesku property: Sku of the storage associated with the resource. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| 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) |
|
Fluid |
withProvisioningState(ProvisioningState provisioningState)
Set the provisioning |
|
Fluid |
withStoragesku(StorageSku storagesku)
Set the storagesku property: Sku of the storage associated with the resource. |
|
Fluid |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
FluidRelayServerInner
public FluidRelayServerInner()
Creates an instance of FluidRelayServerInner class.
Method Details
encryption
public EncryptionProperties encryption()
Get the encryption property: All encryption configuration for a resource.
Returns:
fluidRelayEndpoints
public FluidRelayEndpoints fluidRelayEndpoints()
Get the fluidRelayEndpoints property: The Fluid Relay Service endpoints for this server.
Returns:
fromJson
public static FluidRelayServerInner fromJson(JsonReader jsonReader)
Reads an instance of FluidRelayServerInner from the JsonReader.
Parameters:
Returns:
Throws:
frsTenantId
public String frsTenantId()
Get the frsTenantId property: The Fluid tenantId for this server.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
FluidRelayServerInner.id()Returns:
identity
public Identity identity()
Get the identity property: The type of identity used for the resource.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
FluidRelayServerInner.name()Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provision states for FluidRelay RP.
Returns:
storagesku
public StorageSku storagesku()
Get the storagesku property: Sku of the storage associated with the resource.
Returns:
systemData
public SystemData systemData()
Get the systemData property: System meta data for this resource, including creation and modification information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
FluidRelayServerInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
FluidRelayServerInner.type()Returns:
validate
public void validate()
Validates the instance.
withEncryption
public FluidRelayServerInner withEncryption(EncryptionProperties encryption)
Set the encryption property: All encryption configuration for a resource.
Parameters:
Returns:
withIdentity
public FluidRelayServerInner withIdentity(Identity identity)
Set the identity property: The type of identity used for the resource.
Parameters:
Returns:
withLocation
public FluidRelayServerInner withLocation(String location)
Overrides:
FluidRelayServerInner.withLocation(String location)Parameters:
withProvisioningState
public FluidRelayServerInner withProvisioningState(ProvisioningState provisioningState)
Set the provisioningState property: Provision states for FluidRelay RP.
Parameters:
Returns:
withStoragesku
public FluidRelayServerInner withStoragesku(StorageSku storagesku)
Set the storagesku property: Sku of the storage associated with the resource.
Parameters:
Returns:
withTags
public FluidRelayServerInner withTags(Map<String,String> tags)
Overrides:
FluidRelayServerInner.withTags(Map<String,String> tags)Parameters: