GetServiceFabricResult

data class GetServiceFabricResult(val applicableSchedule: ApplicableScheduleResponse, val environmentId: String? = null, val externalServiceFabricId: String? = null, val id: String, val location: String? = null, val name: String, val provisioningState: String, val tags: Map<String, String>? = null, val type: String, val uniqueIdentifier: String)

A Service Fabric.

Constructors

Link copied to clipboard
constructor(applicableSchedule: ApplicableScheduleResponse, environmentId: String? = null, externalServiceFabricId: String? = null, id: String, location: String? = null, name: String, provisioningState: String, tags: Map<String, String>? = null, type: String, uniqueIdentifier: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The applicable schedule for the virtual machine.

Link copied to clipboard
val environmentId: String? = null

The resource id of the environment under which the service fabric resource is present

Link copied to clipboard

The backing service fabric resource's id

Link copied to clipboard
val id: String

The identifier of the resource.

Link copied to clipboard
val location: String? = null

The location of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The provisioning status of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

The tags of the resource.

Link copied to clipboard

The type of the resource.

Link copied to clipboard

The unique immutable identifier of a resource (Guid).