InputStream |
WebAppsClient.listPublishingProfileXmlWithSecrets(String resourceGroupName,
String name,
CsmPublishingProfileOptions publishingProfileOptions) |
Description for Gets the publishing profile for an app (or deployment slot, if specified).
|
Flux<ByteBuffer> |
WebAppsClient.listPublishingProfileXmlWithSecretsAsync(String resourceGroupName,
String name,
CsmPublishingProfileOptions publishingProfileOptions) |
Description for Gets the publishing profile for an app (or deployment slot, if specified).
|
InputStream |
WebAppsClient.listPublishingProfileXmlWithSecretsSlot(String resourceGroupName,
String name,
String slot,
CsmPublishingProfileOptions publishingProfileOptions) |
Description for Gets the publishing profile for an app (or deployment slot, if specified).
|
Flux<ByteBuffer> |
WebAppsClient.listPublishingProfileXmlWithSecretsSlotAsync(String resourceGroupName,
String name,
String slot,
CsmPublishingProfileOptions publishingProfileOptions) |
Description for Gets the publishing profile for an app (or deployment slot, if specified).
|
com.azure.core.http.rest.StreamResponse |
WebAppsClient.listPublishingProfileXmlWithSecretsSlotWithResponse(String resourceGroupName,
String name,
String slot,
CsmPublishingProfileOptions publishingProfileOptions,
com.azure.core.util.Context context) |
Description for Gets the publishing profile for an app (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.StreamResponse> |
WebAppsClient.listPublishingProfileXmlWithSecretsSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
CsmPublishingProfileOptions publishingProfileOptions) |
Description for Gets the publishing profile for an app (or deployment slot, if specified).
|
com.azure.core.http.rest.StreamResponse |
WebAppsClient.listPublishingProfileXmlWithSecretsWithResponse(String resourceGroupName,
String name,
CsmPublishingProfileOptions publishingProfileOptions,
com.azure.core.util.Context context) |
Description for Gets the publishing profile for an app (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.StreamResponse> |
WebAppsClient.listPublishingProfileXmlWithSecretsWithResponseAsync(String resourceGroupName,
String name,
CsmPublishingProfileOptions publishingProfileOptions) |
Description for Gets the publishing profile for an app (or deployment slot, if specified).
|