Freigeben über


ManagedClusterSnapshotResource.Get(CancellationToken) Method

Definition

Gets a managed cluster snapshot.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to