FluidRelayContainerProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties of a Fluid Relay Container resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.Api20220601.FluidRelayContainerPropertiesTypeConverter))]
public class FluidRelayContainerProperties : Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.Api20220601.IFluidRelayContainerProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.Api20220601.FluidRelayContainerPropertiesTypeConverter))>]
type FluidRelayContainerProperties = class
interface IFluidRelayContainerProperties
interface IJsonSerializable
Public Class FluidRelayContainerProperties
Implements IFluidRelayContainerProperties
- Inheritance
-
FluidRelayContainerProperties
- Attributes
- Implements
Constructors
FluidRelayContainerProperties() |
Creates an new FluidRelayContainerProperties instance. |
Properties
CreationTime |
The creation time of this resource |
FrsContainerId |
The frsContainerId for this container |
FrsTenantId |
The Fluid tenantId for this container |
LastAccessTime |
Last time when user access this resource |
ProvisioningState |
Provision states for FluidRelay RP |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FluidRelayContainerProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FluidRelayContainerProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.Api20220601.IFluidRelayContainerProperties. |
FromJsonString(String) |
Creates a new instance of FluidRelayContainerProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FluidRelayContainerProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |