GetAksAssessmentOperationResult

data class GetAksAssessmentOperationResult(val azureApiVersion: String, val details: AKSAssessmentDetailsResponse, val eTag: String, val id: String, val name: String, val provisioningState: String, val scope: AssessmentScopeParametersResponse? = null, val settings: AKSAssessmentSettingsResponse, val systemData: SystemDataResponse, val type: String)

ARM model of AKS Assessment.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, details: AKSAssessmentDetailsResponse, eTag: String, id: String, name: String, provisioningState: String, scope: AssessmentScopeParametersResponse? = null, settings: AKSAssessmentSettingsResponse, systemData: SystemDataResponse, 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

Gets AKS Assessment Details.

Link copied to clipboard

If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The name of the resource

Link copied to clipboard

Gets the provisioning state.

Link copied to clipboard

Gets or sets scope parameters to identify inventory items for assessment.

Link copied to clipboard

Gets or sets AKS Assessment Settings.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

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