GetCustomLocationResult

data class GetCustomLocationResult(val authentications: List<GetCustomLocationAuthentication>, val clusterExtensionIds: List<String>, val displayName: String, val hostResourceId: String, val hostType: String, val id: String, val location: String, val name: String, val namespace: String, val resourceGroupName: String)

A collection of values returned by getCustomLocation.

Constructors

Link copied to clipboard
constructor(authentications: List<GetCustomLocationAuthentication>, clusterExtensionIds: List<String>, displayName: String, hostResourceId: String, hostType: String, id: String, location: String, name: String, namespace: String, resourceGroupName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An authentication block as defined below.

Link copied to clipboard

The list of Cluster Extension IDs.

Link copied to clipboard

The display name of the Custom Location.

Link copied to clipboard

The host resource ID.

Link copied to clipboard

The host type of the Custom Location.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure location where the Custom Location exists.

Link copied to clipboard
Link copied to clipboard

The namespace of the Custom Location.

Link copied to clipboard