AzureFabricSpecificDetailsResponse

data class AzureFabricSpecificDetailsResponse(val containerIds: List<String>? = null, val extendedLocations: List<A2AExtendedLocationDetailsResponse>? = null, val instanceType: String, val location: String? = null, val locationDetails: List<A2AFabricSpecificLocationDetailsResponse>? = null, val zones: List<A2AZoneDetailsResponse>? = null)

Azure Fabric Specific Details.

Constructors

Link copied to clipboard
constructor(containerIds: List<String>? = null, extendedLocations: List<A2AExtendedLocationDetailsResponse>? = null, instanceType: String, location: String? = null, locationDetails: List<A2AFabricSpecificLocationDetailsResponse>? = null, zones: List<A2AZoneDetailsResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val containerIds: List<String>? = null

The container Ids for the Azure fabric.

Link copied to clipboard

The ExtendedLocations.

Link copied to clipboard

Gets the class type. Overridden in derived classes. Expected value is 'Azure'.

Link copied to clipboard
val location: String? = null

The Location for the Azure fabric.

Link copied to clipboard
Link copied to clipboard

The zones.