GetConfigurationProfileResult

data class GetConfigurationProfileResult(val azureApiVersion: String, val id: String, val identity: ResourceIdentityResponse? = null, val location: String? = null, val name: String, val properties: ConfigurationProfileResourcePropertiesResponse, val systemData: SystemDataResponse? = null, val type: String)

A profile object that contains change analysis configuration, such as notification settings, for this subscription

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, identity: ResourceIdentityResponse? = null, location: String? = null, name: String, properties: ConfigurationProfileResourcePropertiesResponse, systemData: SystemDataResponse? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

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

The identity block returned by ARM resource that supports managed identity.

Link copied to clipboard
val location: String? = null

The location where the resource is to be deployed.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The properties of a configuration profile.

Link copied to clipboard

Top level metadata https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources

Link copied to clipboard

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