Share via


KubeEnvironmentProfile Constructors

Definition

Overloads

KubeEnvironmentProfile()

Initializes a new instance of the KubeEnvironmentProfile class.

KubeEnvironmentProfile(String, String, String)

Initializes a new instance of the KubeEnvironmentProfile class.

KubeEnvironmentProfile()

Initializes a new instance of the KubeEnvironmentProfile class.

public KubeEnvironmentProfile ();
Public Sub New ()

Applies to

KubeEnvironmentProfile(String, String, String)

Initializes a new instance of the KubeEnvironmentProfile class.

public KubeEnvironmentProfile (string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.WebSites.Models.KubeEnvironmentProfile : string * string * string -> Microsoft.Azure.Management.WebSites.Models.KubeEnvironmentProfile
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)

Parameters

id
String

Resource ID of the Kubernetes Environment.

name
String

Name of the Kubernetes Environment.

type
String

Resource type of the Kubernetes Environment.

Applies to