IFabricIdentity Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Fabric.Models.FabricIdentityTypeConverter))]
public interface IFabricIdentity : Microsoft.Azure.PowerShell.Cmdlets.Fabric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Fabric.Models.FabricIdentityTypeConverter))>]
type IFabricIdentity = interface
    interface IJsonSerializable
Public Interface IFabricIdentity
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
CapacityName

The name of the Microsoft Fabric capacity. It must be a minimum of 3 characters, and a maximum of 63.

Id

Resource identity path

Location

The name of the Azure region.

ResourceGroupName

The name of the resource group. The name is case insensitive.

SubscriptionId

The ID of the target subscription. The value must be an UUID.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to