GetProviderInstanceResult

data class GetProviderInstanceResult(val id: String, val metadata: String? = null, val name: String, val properties: String, val provisioningState: String, val type: String)

A provider instance associated with a SAP monitor.

Constructors

Link copied to clipboard
constructor(id: String, metadata: String? = null, name: String, properties: String, provisioningState: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard
val metadata: String? = null

A JSON string containing metadata of the provider instance.

Link copied to clipboard

The name of the resource

Link copied to clipboard

A JSON string containing the properties of the provider instance.

Link copied to clipboard

State of provisioning of the provider instance

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"