GetExtensionPlainArgs

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

Constructors

Link copied to clipboard
fun GetExtensionPlainArgs(clusterName: String, clusterResourceName: String, clusterRp: String, extensionName: String, resourceGroupName: String)

Functions

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

Properties

Link copied to clipboard

The name of the kubernetes cluster.

Link copied to clipboard

The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.

Link copied to clipboard

The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.

Link copied to clipboard

Name of the Extension.

Link copied to clipboard

The name of the resource group. The name is case insensitive.