ManagedNamespacesOperations interface
Interface representing a ManagedNamespaces operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
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 | |
| get | Gets the specified namespace of a managed cluster. |
| list |
Gets a list of managed namespaces in the specified managed cluster. |
| list |
Lists the credentials of a namespace. |
| update | Updates tags on a managed namespace. |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, resourceName: string, managedNamespaceName: string, parameters: ManagedNamespace, options?: ManagedNamespacesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ManagedNamespace>, ManagedNamespace>>
Property Value
(resourceGroupName: string, resourceName: string, managedNamespaceName: string, parameters: ManagedNamespace, options?: ManagedNamespacesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ManagedNamespace>, ManagedNamespace>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, resourceName: string, managedNamespaceName: string, parameters: ManagedNamespace, options?: ManagedNamespacesCreateOrUpdateOptionalParams) => Promise<ManagedNamespace>
Property Value
(resourceGroupName: string, resourceName: string, managedNamespaceName: string, parameters: ManagedNamespace, options?: ManagedNamespacesCreateOrUpdateOptionalParams) => Promise<ManagedNamespace>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, resourceName: string, managedNamespaceName: string, options?: ManagedNamespacesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, resourceName: string, managedNamespaceName: string, options?: ManagedNamespacesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, resourceName: string, managedNamespaceName: string, options?: ManagedNamespacesDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, resourceName: string, managedNamespaceName: string, options?: ManagedNamespacesDeleteOptionalParams) => Promise<void>
createOrUpdate
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.
createOrUpdate: (resourceGroupName: string, resourceName: string, managedNamespaceName: string, parameters: ManagedNamespace, options?: ManagedNamespacesCreateOrUpdateOptionalParams) => PollerLike<OperationState<ManagedNamespace>, ManagedNamespace>
Property Value
(resourceGroupName: string, resourceName: string, managedNamespaceName: string, parameters: ManagedNamespace, options?: ManagedNamespacesCreateOrUpdateOptionalParams) => PollerLike<OperationState<ManagedNamespace>, ManagedNamespace>
delete
delete: (resourceGroupName: string, resourceName: string, managedNamespaceName: string, options?: ManagedNamespacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, resourceName: string, managedNamespaceName: string, options?: ManagedNamespacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Gets the specified namespace of a managed cluster.
get: (resourceGroupName: string, resourceName: string, managedNamespaceName: string, options?: ManagedNamespacesGetOptionalParams) => Promise<ManagedNamespace>
Property Value
(resourceGroupName: string, resourceName: string, managedNamespaceName: string, options?: ManagedNamespacesGetOptionalParams) => Promise<ManagedNamespace>
listByManagedCluster
Gets a list of managed namespaces in the specified managed cluster.
listByManagedCluster: (resourceGroupName: string, resourceName: string, options?: ManagedNamespacesListByManagedClusterOptionalParams) => PagedAsyncIterableIterator<ManagedNamespace, ManagedNamespace[], PageSettings>
Property Value
(resourceGroupName: string, resourceName: string, options?: ManagedNamespacesListByManagedClusterOptionalParams) => PagedAsyncIterableIterator<ManagedNamespace, ManagedNamespace[], PageSettings>
listCredential
Lists the credentials of a namespace.
listCredential: (resourceGroupName: string, resourceName: string, managedNamespaceName: string, options?: ManagedNamespacesListCredentialOptionalParams) => Promise<CredentialResults>
Property Value
(resourceGroupName: string, resourceName: string, managedNamespaceName: string, options?: ManagedNamespacesListCredentialOptionalParams) => Promise<CredentialResults>
update
Updates tags on a managed namespace.
update: (resourceGroupName: string, resourceName: string, managedNamespaceName: string, parameters: TagsObject, options?: ManagedNamespacesUpdateOptionalParams) => Promise<ManagedNamespace>
Property Value
(resourceGroupName: string, resourceName: string, managedNamespaceName: string, parameters: TagsObject, options?: ManagedNamespacesUpdateOptionalParams) => Promise<ManagedNamespace>