Skip to main content

publishing_profile_xml_with_secrets

Creates, updates, deletes, gets or lists a publishing_profile_xml_with_secrets resource.

Overview

Namepublishing_profile_xml_with_secrets
TypeResource
Idazure.app_service.publishing_profile_xml_with_secrets

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
listSELECTname, resourceGroupName, subscriptionIdDescription for Gets the publishing profile for an app (or deployment slot, if specified).

SELECT examples

Description for Gets the publishing profile for an app (or deployment slot, if specified).

SELECT

FROM azure.app_service.publishing_profile_xml_with_secrets
WHERE name = '{{ name }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';