Uses of Class
com.azure.resourcemanager.appservice.models.CsmPublishingProfileOptions
Packages that use CsmPublishingProfileOptions
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of CsmPublishingProfileOptions in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type CsmPublishingProfileOptionsModifier and TypeMethodDescriptioncom.azure.core.util.BinaryDataWebAppsClient.listPublishingProfileXmlWithSecrets(String resourceGroupName, String name, CsmPublishingProfileOptions publishingProfileOptions) Gets the publishing profile for an app (or deployment slot, if specified).Mono<com.azure.core.util.BinaryData>WebAppsClient.listPublishingProfileXmlWithSecretsAsync(String resourceGroupName, String name, CsmPublishingProfileOptions publishingProfileOptions) Gets the publishing profile for an app (or deployment slot, if specified).com.azure.core.util.BinaryDataWebAppsClient.listPublishingProfileXmlWithSecretsSlot(String resourceGroupName, String name, String slot, CsmPublishingProfileOptions publishingProfileOptions) Gets the publishing profile for an app (or deployment slot, if specified).Mono<com.azure.core.util.BinaryData>WebAppsClient.listPublishingProfileXmlWithSecretsSlotAsync(String resourceGroupName, String name, String slot, CsmPublishingProfileOptions publishingProfileOptions) Gets the publishing profile for an app (or deployment slot, if specified).com.azure.core.http.rest.Response<com.azure.core.util.BinaryData>WebAppsClient.listPublishingProfileXmlWithSecretsSlotWithResponse(String resourceGroupName, String name, String slot, CsmPublishingProfileOptions publishingProfileOptions, com.azure.core.util.Context context) Gets the publishing profile for an app (or deployment slot, if specified).Mono<com.azure.core.http.rest.Response<com.azure.core.util.BinaryData>>WebAppsClient.listPublishingProfileXmlWithSecretsSlotWithResponseAsync(String resourceGroupName, String name, String slot, CsmPublishingProfileOptions publishingProfileOptions) Gets the publishing profile for an app (or deployment slot, if specified).com.azure.core.http.rest.Response<com.azure.core.util.BinaryData>WebAppsClient.listPublishingProfileXmlWithSecretsWithResponse(String resourceGroupName, String name, CsmPublishingProfileOptions publishingProfileOptions, com.azure.core.util.Context context) Gets the publishing profile for an app (or deployment slot, if specified).Mono<com.azure.core.http.rest.Response<com.azure.core.util.BinaryData>>WebAppsClient.listPublishingProfileXmlWithSecretsWithResponseAsync(String resourceGroupName, String name, CsmPublishingProfileOptions publishingProfileOptions) Gets the publishing profile for an app (or deployment slot, if specified). -
Uses of CsmPublishingProfileOptions in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return CsmPublishingProfileOptionsModifier and TypeMethodDescriptionCsmPublishingProfileOptions.withFormat(PublishingProfileFormat format) Set the format property: Name of the format.CsmPublishingProfileOptions.withIncludeDisasterRecoveryEndpoints(Boolean includeDisasterRecoveryEndpoints) Set the includeDisasterRecoveryEndpoints property: Include the DisasterRecover endpoint if true.