ManagedNamespacesOperationsExtensions Class

Definition

Extension methods for ManagedNamespacesOperations

public static class ManagedNamespacesOperationsExtensions
type ManagedNamespacesOperationsExtensions = class
Public Module ManagedNamespacesOperationsExtensions
Inheritance
ManagedNamespacesOperationsExtensions

Methods

Name Description
BeginCreateOrUpdate(IManagedNamespacesOperations, String, String, String, ManagedNamespace)

Creates or updates a namespace managed by ARM for the specified managed cluster. Users can configure aspects like resource quotas, network ingress/egress policies, and more. See aka.ms/aks/managed-namespaces for more details.

BeginCreateOrUpdateAsync(IManagedNamespacesOperations, String, String, String, ManagedNamespace, CancellationToken)

Creates or updates a namespace managed by ARM for the specified managed cluster. Users can configure aspects like resource quotas, network ingress/egress policies, and more. See aka.ms/aks/managed-namespaces for more details.

BeginDelete(IManagedNamespacesOperations, String, String, String)

Deletes a namespace.

BeginDeleteAsync(IManagedNamespacesOperations, String, String, String, CancellationToken)

Deletes a namespace.

CreateOrUpdate(IManagedNamespacesOperations, String, String, String, ManagedNamespace)

Creates or updates a namespace managed by ARM for the specified managed cluster. Users can configure aspects like resource quotas, network ingress/egress policies, and more. See aka.ms/aks/managed-namespaces for more details.

CreateOrUpdateAsync(IManagedNamespacesOperations, String, String, String, ManagedNamespace, CancellationToken)

Creates or updates a namespace managed by ARM for the specified managed cluster. Users can configure aspects like resource quotas, network ingress/egress policies, and more. See aka.ms/aks/managed-namespaces for more details.

Delete(IManagedNamespacesOperations, String, String, String)

Deletes a namespace.

DeleteAsync(IManagedNamespacesOperations, String, String, String, CancellationToken)

Deletes a namespace.

Get(IManagedNamespacesOperations, String, String, String)

Gets the specified namespace of a managed cluster.

GetAsync(IManagedNamespacesOperations, String, String, String, CancellationToken)

Gets the specified namespace of a managed cluster.

ListByManagedCluster(IManagedNamespacesOperations, String, String)

Gets a list of managed namespaces in the specified managed cluster.

ListByManagedClusterAsync(IManagedNamespacesOperations, String, String, CancellationToken)

Gets a list of managed namespaces in the specified managed cluster.

ListByManagedClusterNext(IManagedNamespacesOperations, String)

Gets a list of managed namespaces in the specified managed cluster.

ListByManagedClusterNextAsync(IManagedNamespacesOperations, String, CancellationToken)

Gets a list of managed namespaces in the specified managed cluster.

ListCredential(IManagedNamespacesOperations, String, String, String)

Lists the credentials of a namespace.

ListCredentialAsync(IManagedNamespacesOperations, String, String, String, CancellationToken)

Lists the credentials of a namespace.

Update(IManagedNamespacesOperations, String, String, String, IDictionary<String,String>)

Updates tags on a managed namespace.

UpdateAsync(IManagedNamespacesOperations, String, String, String, IDictionary<String,String>, CancellationToken)

Updates tags on a managed namespace.

Applies to