ContainerGroupResource.AttachContainerAsync(String, CancellationToken) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Anfügen an den Ausgabedatenstrom eines bestimmten Containers instance in einer angegebenen Ressourcengruppe und Containergruppe.
- Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerInstance/containerGroups/{containerGroupName}/containers/{containerName}/attach
- Vorgangs-IdContainers_Attach
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerInstance.Models.ContainerAttachResult>> AttachContainerAsync (string containerName, System.Threading.CancellationToken cancellationToken = default);
abstract member AttachContainerAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerInstance.Models.ContainerAttachResult>>
override this.AttachContainerAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerInstance.Models.ContainerAttachResult>>
Public Overridable Function AttachContainerAsync (containerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ContainerAttachResult))
Parameter
- containerName
- String
Der Name des Containers instance.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
containerName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
containerName
ist NULL.
Gilt für:
Azure SDK for .NET