Freigeben über


WorkloadNetworksOperationsExtensions.DeleteSegmentAsync Methode

Definition

Löschen Sie ein Segment nach ID in einem Workloadnetzwerk in der privaten Cloud.

public static System.Threading.Tasks.Task DeleteSegmentAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName, string segmentId, System.Threading.CancellationToken cancellationToken = default);
static member DeleteSegmentAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteSegmentAsync (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String, segmentId As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

operations
IWorkloadNetworksOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

privateCloudName
String

Name der privaten Cloud

segmentId
String

NSX-Segmentbezeichner. Im Allgemeinen identisch mit dem Anzeigenamen des Segments

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: