GetExtensionPlainArgs

data class GetExtensionPlainArgs(val clusterName: String, val clusterResourceName: String, val clusterRp: String, val extensionInstanceName: String, val resourceGroupName: String) : ConvertibleToJava<GetExtensionPlainArgs>

Constructors

Link copied to clipboard
constructor(clusterName: String, clusterResourceName: String, clusterRp: String, extensionInstanceName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the kubernetes cluster.

Link copied to clipboard

The Kubernetes cluster resource name - either managedClusters (for AKS clusters) or connectedClusters (for OnPrem K8S clusters).

Link copied to clipboard

The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters).

Link copied to clipboard

Name of an instance of the Extension.

Link copied to clipboard

The name of the resource group.

Functions

Link copied to clipboard
open override fun toJava(): GetExtensionPlainArgs