GetCustomLocationResult

data class GetCustomLocationResult(val authentication: CustomLocationPropertiesResponseAuthentication? = null, val azureApiVersion: String, val clusterExtensionIds: List<String>? = null, val displayName: String? = null, val hostResourceId: String? = null, val hostType: String? = null, val id: String, val identity: IdentityResponse? = null, val location: String, val name: String, val namespace: String? = null, val provisioningState: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Custom Locations definition.

Constructors

Link copied to clipboard
constructor(authentication: CustomLocationPropertiesResponseAuthentication? = null, azureApiVersion: String, clusterExtensionIds: List<String>? = null, displayName: String? = null, hostResourceId: String? = null, hostType: String? = null, id: String, identity: IdentityResponse? = null, location: String, name: String, namespace: String? = null, provisioningState: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This is optional input that contains the authentication that should be used to generate the namespace.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Contains the reference to the add-on that contains charts to deploy CRDs and operators.

Link copied to clipboard
val displayName: String? = null

Display name for the Custom Locations location.

Link copied to clipboard
val hostResourceId: String? = null

Connected Cluster or AKS Cluster. The Custom Locations RP will perform a checkAccess API for listAdminCredentials permissions.

Link copied to clipboard
val hostType: String? = null

Type of host the Custom Locations is referencing (Kubernetes, etc...).

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

Identity for the resource.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard
val namespace: String? = null

Kubernetes namespace that will be created on the specified cluster.

Link copied to clipboard

Provisioning State for the Custom Location.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource

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

Resource tags.

Link copied to clipboard

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