Share via


ScopeCluster Constructors

Definition

Overloads

ScopeCluster()

Initializes a new instance of the ScopeCluster class.

ScopeCluster(String)

Initializes a new instance of the ScopeCluster class.

ScopeCluster()

Initializes a new instance of the ScopeCluster class.

public ScopeCluster ();
Public Sub New ()

Applies to

ScopeCluster(String)

Initializes a new instance of the ScopeCluster class.

public ScopeCluster (string releaseNamespace = default);
new Microsoft.Azure.Management.KubernetesConfiguration.Models.ScopeCluster : string -> Microsoft.Azure.Management.KubernetesConfiguration.Models.ScopeCluster
Public Sub New (Optional releaseNamespace As String = Nothing)

Parameters

releaseNamespace
String

Namespace where the extension Release must be placed, for a Cluster scoped extension. If this namespace does not exist, it will be created

Applies to