Show / Hide Table of Contents

Class GetKubernetesClusterArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetKubernetesClusterArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetKubernetesClusterArgs()

Declaration
public GetKubernetesClusterArgs()

Properties

View Source

Name

The name of the managed Kubernetes Cluster.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

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>
View Source

PrivateLinkEnabled

Declaration
public bool? PrivateLinkEnabled { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.