| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
| Modifier and Type | Method and Description |
|---|---|
CsmPublishingProfileOptions |
CsmPublishingProfileOptions.withFormat(PublishingProfileFormat format)
Set the format property: Name of the format.
|
CsmPublishingProfileOptions |
CsmPublishingProfileOptions.withIncludeDisasterRecoveryEndpoints(Boolean includeDisasterRecoveryEndpoints)
Set the includeDisasterRecoveryEndpoints property: Include the DisasterRecover endpoint if true.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.