IFabricIdentity Interface
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.
[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) |