IManagedNamespacesOperations Interface

Definition

ManagedNamespacesOperations operations.

public interface IManagedNamespacesOperations
type IManagedNamespacesOperations = interface
Public Interface IManagedNamespacesOperations

Methods

Name Description
BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, ManagedNamespace, Dictionary<String,List<String>>, 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.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a namespace.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, ManagedNamespace, Dictionary<String,List<String>>, 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.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a namespace.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the specified namespace of a managed cluster.

ListByManagedClusterNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByManagedClusterWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListCredentialWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Lists the credentials of a namespace.

UpdateWithHttpMessagesAsync(String, String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Updates tags on a managed namespace.

Extension 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