Class GetKubernetesClusterArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ContainerService
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetKubernetesClusterArgs : InvokeArgs
Constructors
View SourceGetKubernetesClusterArgs()
Declaration
public GetKubernetesClusterArgs()
Properties
View SourceName
The name of the managed Kubernetes Cluster.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PrivateClusterEnabled
If the cluster has the Kubernetes API only exposed on internal IP addresses.
Declaration
public bool? PrivateClusterEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
PrivateLinkEnabled
Declaration
public bool? PrivateLinkEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
ResourceGroupName
The name of the Resource Group in which the managed Kubernetes Cluster exists.
Declaration
public string ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |