Class GetKubernetesServiceVersionsArgs
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 GetKubernetesServiceVersionsArgs : InvokeArgs
Constructors
View SourceGetKubernetesServiceVersionsArgs()
Declaration
public GetKubernetesServiceVersionsArgs()
Properties
View SourceIncludePreview
Should Preview versions of Kubernetes in AKS be included? Defaults to true
Declaration
public bool? IncludePreview { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Location
Specifies the location in which to query for versions.
Declaration
public string Location { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
VersionPrefix
A prefix filter for the versions of Kubernetes which should be returned; for example 1. will return 1.9 to 1.14, whereas 1.12 will return 1.12.2.
Declaration
public string VersionPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |