Partilhar via


ArtifactsOperationsExtensions.Get Método

Definição

Obter um artefacto de esquema.

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

Parâmetros

operations
IArtifactsOperations

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

resourceScope
String

O âmbito do recurso. Os âmbitos válidos são: grupo de gestão (formato: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscrição (formato: '/subscriptions/{subscriptionId}').

blueprintName
String

Nome da definição do esquema.

artifactName
String

Nome do artefacto do esquema.

Devoluções

Aplica-se a