Show / Hide Table of Contents

Class GetKubernetesServiceVersionsArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetKubernetesServiceVersionsArgs
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 GetKubernetesServiceVersionsArgs : InvokeArgs

Constructors

View Source

GetKubernetesServiceVersionsArgs()

Declaration
public GetKubernetesServiceVersionsArgs()

Properties

View Source

IncludePreview

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

Location

Specifies the location in which to query for versions.

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

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