Package version:

Azure Fabric Specific Details.

interface AzureFabricSpecificDetails {
    containerIds?: string[];
    extendedLocations?: A2AExtendedLocationDetails[];
    instanceType: "Azure";
    location?: string;
    locationDetails?: A2AFabricSpecificLocationDetails[];
    zones?: A2AZoneDetails[];
}

Hierarchy (view full)

Properties

containerIds?: string[]

The container Ids for the Azure fabric.

extendedLocations?: A2AExtendedLocationDetails[]

The ExtendedLocations.

instanceType

Polymorphic discriminator, which specifies the different types this object can be

location?: string

The Location for the Azure fabric.

The location details.

zones?: A2AZoneDetails[]

The zones.