PublishedBlueprintsOperationsExtensions.Delete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delete a published version of a blueprint definition.
public static Microsoft.Azure.Management.Blueprint.Models.PublishedBlueprint Delete (this Microsoft.Azure.Management.Blueprint.IPublishedBlueprintsOperations operations, string resourceScope, string blueprintName, string versionId);
static member Delete : Microsoft.Azure.Management.Blueprint.IPublishedBlueprintsOperations * string * string * string -> Microsoft.Azure.Management.Blueprint.Models.PublishedBlueprint
<Extension()>
Public Function Delete (operations As IPublishedBlueprintsOperations, resourceScope As String, blueprintName As String, versionId As String) As PublishedBlueprint
Parameters
- operations
- IPublishedBlueprintsOperations
The operations group for this extension method.
- resourceScope
- String
The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}').
- blueprintName
- String
Name of the blueprint definition.
- versionId
- String
Version of the published blueprint definition.
Returns
Applies to
Azure SDK for .NET