ScopeCluster Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET