Share via


FluidRelayIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.FluidRelayIdentityTypeConverter))]
public class FluidRelayIdentity : Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.IFluidRelayIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.FluidRelayIdentityTypeConverter))>]
type FluidRelayIdentity = class
    interface IFluidRelayIdentity
    interface IJsonSerializable
Public Class FluidRelayIdentity
Implements IFluidRelayIdentity
Inheritance
FluidRelayIdentity
Attributes
Implements

Constructors

FluidRelayIdentity()

Creates an new FluidRelayIdentity instance.

Properties

FluidRelayContainerName

The Fluid Relay container resource name.

FluidRelayServerName

The Fluid Relay server resource name.

Id

Resource identity path

ResourceGroup

The resource group containing the resource.

SubscriptionId

The subscription id (GUID) for this resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FluidRelayIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FluidRelayIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.IFluidRelayIdentity.

FromJsonString(String)

Creates a new instance of FluidRelayIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of FluidRelayIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to