Freigeben über


ManagedClusterNamespaceResource.Get(CancellationToken) Method

Definition

Gets the specified namespace of a managed cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/managedNamespaces/{managedNamespaceName}
  • Operation Id: ManagedNamespaces_Get
  • Default Api Version: 2025-10-01
  • Resource: ManagedClusterNamespaceResource
public virtual Azure.Response<Azure.ResourceManager.ContainerService.ManagedClusterNamespaceResource> Get(System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerService.ManagedClusterNamespaceResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerService.ManagedClusterNamespaceResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ManagedClusterNamespaceResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to