Compartilhar via


ManagementGroupArtifactsExtensions.DeleteInManagementGroup Método

Definição

Exclua um artefato de Blueprint.

public static Microsoft.Azure.Management.Blueprint.Models.Artifact DeleteInManagementGroup (this Microsoft.Azure.Management.Blueprint.IArtifactsOperations operations, string managementGroupName, string blueprintName, string artifactName);
static member DeleteInManagementGroup : Microsoft.Azure.Management.Blueprint.IArtifactsOperations * string * string * string -> Microsoft.Azure.Management.Blueprint.Models.Artifact
<Extension()>
Public Function DeleteInManagementGroup (operations As IArtifactsOperations, managementGroupName As String, blueprintName As String, artifactName As String) As Artifact

Parâmetros

operations
IArtifactsOperations

O grupo de operações para esse método de extensão.

managementGroupName
String

azure managementGroup name, no qual salvamos o blueprint.

blueprintName
String

nome do blueprint.

artifactName
String

nome do artefato.

Retornos

Aplica-se a