Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IFluidRelayIdentity Interface
Definition
- Assembly:
- Az.FluidRelay.private.dll
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.FluidRelayIdentityTypeConverter))]
public interface IFluidRelayIdentity : Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Models.FluidRelayIdentityTypeConverter))>]
type IFluidRelayIdentity = interface
interface IJsonSerializable
Public Interface IFluidRelayIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |
