Partager via


DeploymentsOperationsExtensions.ExportTemplateAtScope Méthode

Définition

Exporte le modèle utilisé pour le déploiement spécifié.

public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult ExportTemplateAtScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName);
static member ExportTemplateAtScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentExportResult
<Extension()>
Public Function ExportTemplateAtScope (operations As IDeploymentsOperations, scope As String, deploymentName As String) As DeploymentExportResult

Paramètres

operations
IDeploymentsOperations

Groupe d’opérations pour cette méthode d’extension.

scope
String

Étendue de la ressource.

deploymentName
String

Le nom du déploiement.

Retours

S’applique à