Delen via


ManagementGroupPublishedBlueprintsExtensions.DeleteInManagementGroupAsync Methode

Definitie

Een gepubliceerde blauwdruk verwijderen.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Blueprint.Models.PublishedBlueprint> DeleteInManagementGroupAsync (this Microsoft.Azure.Management.Blueprint.IPublishedBlueprintsOperations operations, string managementGroupName, string blueprintName, string versionId, System.Threading.CancellationToken cancellationToken = default);
static member DeleteInManagementGroupAsync : Microsoft.Azure.Management.Blueprint.IPublishedBlueprintsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Blueprint.Models.PublishedBlueprint>
<Extension()>
Public Function DeleteInManagementGroupAsync (operations As IPublishedBlueprintsOperations, managementGroupName As String, blueprintName As String, versionId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PublishedBlueprint)

Parameters

operations
IPublishedBlueprintsOperations

De bewerkingsgroep voor deze extensiemethode.

managementGroupName
String

azure managementGroup-naam, waarin we de blauwdruk opslaan.

blueprintName
String

naam van de blauwdruk.

versionId
String

versie van de gepubliceerde blauwdruk.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op