Freigeben über


ContainerAppReplicaResource.Get(CancellationToken) Methode

Definition

Rufen Sie ein Replikat für eine Container-App-Revision ab. Anforderungspfad: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{revisionName}/replicas/{replicaName} Vorgangs-ID: ContainerAppsRevisionReplicas_GetReplica

public virtual Azure.Response<Azure.ResourceManager.Applications.Containers.ContainerAppReplicaResource> Get(System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Applications.Containers.ContainerAppReplicaResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Applications.Containers.ContainerAppReplicaResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ContainerAppReplicaResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: