Deployments - Export Template At Scope
Hiermee exporteert u de sjabloon die wordt gebruikt voor de opgegeven implementatie.
POST https://management.azure.com/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}/exportTemplate?api-version=2021-04-01
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
deployment
|
path | True |
string |
De naam van de implementatie. Regex-patroon: |
scope
|
path | True |
string |
Het resourcebereik. |
api-version
|
query | True |
string |
De API-versie die voor deze bewerking moet worden gebruikt. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
OK: retourneert de sjabloon. |
|
Other Status Codes |
Foutreactie waarin wordt beschreven waarom de bewerking is mislukt. |
Beveiliging
azure_auth
Azure Active Directory OAuth2-stroom
Type:
oauth2
Stroom:
implicit
Autorisatie-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiken
Name | Description |
---|---|
user_impersonation | uw gebruikersaccount imiteren |
Definities
Name | Description |
---|---|
Cloud |
Een foutreactie voor een resourcebeheeraanvraag. |
Deployment |
Het exportresultaat van de implementatie. |
Error |
Aanvullende informatie over de resourcebeheerfout. |
Error |
Foutreactie |
CloudError
Een foutreactie voor een resourcebeheeraanvraag.
Name | Type | Description |
---|---|---|
error |
Foutreactie |
DeploymentExportResult
Het exportresultaat van de implementatie.
Name | Type | Description |
---|---|---|
template |
object |
De sjablooninhoud. |
ErrorAdditionalInfo
Aanvullende informatie over de resourcebeheerfout.
Name | Type | Description |
---|---|---|
info |
object |
De aanvullende informatie. |
type |
string |
Het type aanvullende informatie. |
ErrorResponse
Foutreactie
Name | Type | Description |
---|---|---|
additionalInfo |
Aanvullende informatie over de fout. |
|
code |
string |
De foutcode. |
details |
De foutdetails. |
|
message |
string |
Het foutbericht. |
target |
string |
Het foutdoel. |