ContainersOperationsExtensions.Attach 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 die Ausgabe eines bestimmten Containers instance.
public static Microsoft.Azure.Management.ContainerInstance.Models.ContainerAttachResponse Attach (this Microsoft.Azure.Management.ContainerInstance.IContainersOperations operations, string resourceGroupName, string containerGroupName, string containerName);
static member Attach : Microsoft.Azure.Management.ContainerInstance.IContainersOperations * string * string * string -> Microsoft.Azure.Management.ContainerInstance.Models.ContainerAttachResponse
<Extension()>
Public Function Attach (operations As IContainersOperations, resourceGroupName As String, containerGroupName As String, containerName As String) As ContainerAttachResponse
Parameter
- operations
- IContainersOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe.
- containerGroupName
- String
Der Name der Containergruppe.
- containerName
- String
Der Name des Containers instance.
Gibt zurück
Hinweise
Anfügen an den Ausgabedatenstrom eines bestimmten Containers instance in einer angegebenen Ressourcengruppe und Containergruppe.
Gilt für:
Azure SDK for .NET