public interface WebAppsClient extends InnerSupportsGet<SiteInner>, InnerSupportsListing<SiteInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
PremierAddOnInner |
addPremierAddOn(String resourceGroupName,
String name,
String premierAddOnName,
PremierAddOnInner premierAddOn)
Description for Updates a named add-on of an app.
|
Mono<PremierAddOnInner> |
addPremierAddOnAsync(String resourceGroupName,
String name,
String premierAddOnName,
PremierAddOnInner premierAddOn)
Description for Updates a named add-on of an app.
|
PremierAddOnInner |
addPremierAddOnSlot(String resourceGroupName,
String name,
String premierAddOnName,
String slot,
PremierAddOnInner premierAddOn)
Description for Updates a named add-on of an app.
|
Mono<PremierAddOnInner> |
addPremierAddOnSlotAsync(String resourceGroupName,
String name,
String premierAddOnName,
String slot,
PremierAddOnInner premierAddOn)
Description for Updates a named add-on of an app.
|
com.azure.core.http.rest.Response<PremierAddOnInner> |
addPremierAddOnSlotWithResponse(String resourceGroupName,
String name,
String premierAddOnName,
String slot,
PremierAddOnInner premierAddOn,
com.azure.core.util.Context context)
Description for Updates a named add-on of an app.
|
Mono<com.azure.core.http.rest.Response<PremierAddOnInner>> |
addPremierAddOnSlotWithResponseAsync(String resourceGroupName,
String name,
String premierAddOnName,
String slot,
PremierAddOnInner premierAddOn)
Description for Updates a named add-on of an app.
|
com.azure.core.http.rest.Response<PremierAddOnInner> |
addPremierAddOnWithResponse(String resourceGroupName,
String name,
String premierAddOnName,
PremierAddOnInner premierAddOn,
com.azure.core.util.Context context)
Description for Updates a named add-on of an app.
|
Mono<com.azure.core.http.rest.Response<PremierAddOnInner>> |
addPremierAddOnWithResponseAsync(String resourceGroupName,
String name,
String premierAddOnName,
PremierAddOnInner premierAddOn)
Description for Updates a named add-on of an app.
|
CustomHostnameAnalysisResultInner |
analyzeCustomHostname(String resourceGroupName,
String name)
Description for Analyze a custom hostname.
|
Mono<CustomHostnameAnalysisResultInner> |
analyzeCustomHostnameAsync(String resourceGroupName,
String name)
Description for Analyze a custom hostname.
|
Mono<CustomHostnameAnalysisResultInner> |
analyzeCustomHostnameAsync(String resourceGroupName,
String name,
String hostname)
Description for Analyze a custom hostname.
|
CustomHostnameAnalysisResultInner |
analyzeCustomHostnameSlot(String resourceGroupName,
String name,
String slot)
Description for Analyze a custom hostname.
|
Mono<CustomHostnameAnalysisResultInner> |
analyzeCustomHostnameSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Analyze a custom hostname.
|
Mono<CustomHostnameAnalysisResultInner> |
analyzeCustomHostnameSlotAsync(String resourceGroupName,
String name,
String slot,
String hostname)
Description for Analyze a custom hostname.
|
com.azure.core.http.rest.Response<CustomHostnameAnalysisResultInner> |
analyzeCustomHostnameSlotWithResponse(String resourceGroupName,
String name,
String slot,
String hostname,
com.azure.core.util.Context context)
Description for Analyze a custom hostname.
|
Mono<com.azure.core.http.rest.Response<CustomHostnameAnalysisResultInner>> |
analyzeCustomHostnameSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
String hostname)
Description for Analyze a custom hostname.
|
com.azure.core.http.rest.Response<CustomHostnameAnalysisResultInner> |
analyzeCustomHostnameWithResponse(String resourceGroupName,
String name,
String hostname,
com.azure.core.util.Context context)
Description for Analyze a custom hostname.
|
Mono<com.azure.core.http.rest.Response<CustomHostnameAnalysisResultInner>> |
analyzeCustomHostnameWithResponseAsync(String resourceGroupName,
String name,
String hostname)
Description for Analyze a custom hostname.
|
void |
applySlotConfigToProduction(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity)
Description for Applies the configuration settings from the target slot onto the current slot.
|
Mono<Void> |
applySlotConfigToProductionAsync(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity)
Description for Applies the configuration settings from the target slot onto the current slot.
|
com.azure.core.http.rest.Response<Void> |
applySlotConfigToProductionWithResponse(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity,
com.azure.core.util.Context context)
Description for Applies the configuration settings from the target slot onto the current slot.
|
Mono<com.azure.core.http.rest.Response<Void>> |
applySlotConfigToProductionWithResponseAsync(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity)
Description for Applies the configuration settings from the target slot onto the current slot.
|
void |
applySlotConfigurationSlot(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity)
Description for Applies the configuration settings from the target slot onto the current slot.
|
Mono<Void> |
applySlotConfigurationSlotAsync(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity)
Description for Applies the configuration settings from the target slot onto the current slot.
|
com.azure.core.http.rest.Response<Void> |
applySlotConfigurationSlotWithResponse(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity,
com.azure.core.util.Context context)
Description for Applies the configuration settings from the target slot onto the current slot.
|
Mono<com.azure.core.http.rest.Response<Void>> |
applySlotConfigurationSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity)
Description for Applies the configuration settings from the target slot onto the current slot.
|
RemotePrivateEndpointConnectionArmResourceInner |
approveOrRejectPrivateEndpointConnection(String resourceGroupName,
String name,
String privateEndpointConnectionName,
PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper)
Description for Approves or rejects a private endpoint connection.
|
RemotePrivateEndpointConnectionArmResourceInner |
approveOrRejectPrivateEndpointConnection(String resourceGroupName,
String name,
String privateEndpointConnectionName,
PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper,
com.azure.core.util.Context context)
Description for Approves or rejects a private endpoint connection.
|
Mono<RemotePrivateEndpointConnectionArmResourceInner> |
approveOrRejectPrivateEndpointConnectionAsync(String resourceGroupName,
String name,
String privateEndpointConnectionName,
PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper)
Description for Approves or rejects a private endpoint connection.
|
RemotePrivateEndpointConnectionArmResourceInner |
approveOrRejectPrivateEndpointConnectionSlot(String resourceGroupName,
String name,
String privateEndpointConnectionName,
String slot,
PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper)
Description for Approves or rejects a private endpoint connection.
|
RemotePrivateEndpointConnectionArmResourceInner |
approveOrRejectPrivateEndpointConnectionSlot(String resourceGroupName,
String name,
String privateEndpointConnectionName,
String slot,
PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper,
com.azure.core.util.Context context)
Description for Approves or rejects a private endpoint connection.
|
Mono<RemotePrivateEndpointConnectionArmResourceInner> |
approveOrRejectPrivateEndpointConnectionSlotAsync(String resourceGroupName,
String name,
String privateEndpointConnectionName,
String slot,
PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper)
Description for Approves or rejects a private endpoint connection.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
approveOrRejectPrivateEndpointConnectionSlotWithResponseAsync(String resourceGroupName,
String name,
String privateEndpointConnectionName,
String slot,
PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper)
Description for Approves or rejects a private endpoint connection.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
approveOrRejectPrivateEndpointConnectionWithResponseAsync(String resourceGroupName,
String name,
String privateEndpointConnectionName,
PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper)
Description for Approves or rejects a private endpoint connection.
|
BackupItemInner |
backup(String resourceGroupName,
String name,
BackupRequestInner request)
Description for Creates a backup of an app.
|
Mono<BackupItemInner> |
backupAsync(String resourceGroupName,
String name,
BackupRequestInner request)
Description for Creates a backup of an app.
|
BackupItemInner |
backupSlot(String resourceGroupName,
String name,
String slot,
BackupRequestInner request)
Description for Creates a backup of an app.
|
Mono<BackupItemInner> |
backupSlotAsync(String resourceGroupName,
String name,
String slot,
BackupRequestInner request)
Description for Creates a backup of an app.
|
com.azure.core.http.rest.Response<BackupItemInner> |
backupSlotWithResponse(String resourceGroupName,
String name,
String slot,
BackupRequestInner request,
com.azure.core.util.Context context)
Description for Creates a backup of an app.
|
Mono<com.azure.core.http.rest.Response<BackupItemInner>> |
backupSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
BackupRequestInner request)
Description for Creates a backup of an app.
|
com.azure.core.http.rest.Response<BackupItemInner> |
backupWithResponse(String resourceGroupName,
String name,
BackupRequestInner request,
com.azure.core.util.Context context)
Description for Creates a backup of an app.
|
Mono<com.azure.core.http.rest.Response<BackupItemInner>> |
backupWithResponseAsync(String resourceGroupName,
String name,
BackupRequestInner request)
Description for Creates a backup of an app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RemotePrivateEndpointConnectionArmResourceInner>,RemotePrivateEndpointConnectionArmResourceInner> |
beginApproveOrRejectPrivateEndpointConnection(String resourceGroupName,
String name,
String privateEndpointConnectionName,
PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper)
Description for Approves or rejects a private endpoint connection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RemotePrivateEndpointConnectionArmResourceInner>,RemotePrivateEndpointConnectionArmResourceInner> |
beginApproveOrRejectPrivateEndpointConnection(String resourceGroupName,
String name,
String privateEndpointConnectionName,
PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper,
com.azure.core.util.Context context)
Description for Approves or rejects a private endpoint connection.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RemotePrivateEndpointConnectionArmResourceInner>,RemotePrivateEndpointConnectionArmResourceInner> |
beginApproveOrRejectPrivateEndpointConnectionAsync(String resourceGroupName,
String name,
String privateEndpointConnectionName,
PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper)
Description for Approves or rejects a private endpoint connection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RemotePrivateEndpointConnectionArmResourceInner>,RemotePrivateEndpointConnectionArmResourceInner> |
beginApproveOrRejectPrivateEndpointConnectionSlot(String resourceGroupName,
String name,
String privateEndpointConnectionName,
String slot,
PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper)
Description for Approves or rejects a private endpoint connection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RemotePrivateEndpointConnectionArmResourceInner>,RemotePrivateEndpointConnectionArmResourceInner> |
beginApproveOrRejectPrivateEndpointConnectionSlot(String resourceGroupName,
String name,
String privateEndpointConnectionName,
String slot,
PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper,
com.azure.core.util.Context context)
Description for Approves or rejects a private endpoint connection.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RemotePrivateEndpointConnectionArmResourceInner>,RemotePrivateEndpointConnectionArmResourceInner> |
beginApproveOrRejectPrivateEndpointConnectionSlotAsync(String resourceGroupName,
String name,
String privateEndpointConnectionName,
String slot,
PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper)
Description for Approves or rejects a private endpoint connection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FunctionEnvelopeInner>,FunctionEnvelopeInner> |
beginCreateFunction(String resourceGroupName,
String name,
String functionName,
FunctionEnvelopeInner functionEnvelope)
Description for Create function for web site, or a deployment slot.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FunctionEnvelopeInner>,FunctionEnvelopeInner> |
beginCreateFunction(String resourceGroupName,
String name,
String functionName,
FunctionEnvelopeInner functionEnvelope,
com.azure.core.util.Context context)
Description for Create function for web site, or a deployment slot.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<FunctionEnvelopeInner>,FunctionEnvelopeInner> |
beginCreateFunctionAsync(String resourceGroupName,
String name,
String functionName,
FunctionEnvelopeInner functionEnvelope)
Description for Create function for web site, or a deployment slot.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FunctionEnvelopeInner>,FunctionEnvelopeInner> |
beginCreateInstanceFunctionSlot(String resourceGroupName,
String name,
String functionName,
String slot,
FunctionEnvelopeInner functionEnvelope)
Description for Create function for web site, or a deployment slot.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FunctionEnvelopeInner>,FunctionEnvelopeInner> |
beginCreateInstanceFunctionSlot(String resourceGroupName,
String name,
String functionName,
String slot,
FunctionEnvelopeInner functionEnvelope,
com.azure.core.util.Context context)
Description for Create function for web site, or a deployment slot.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<FunctionEnvelopeInner>,FunctionEnvelopeInner> |
beginCreateInstanceFunctionSlotAsync(String resourceGroupName,
String name,
String functionName,
String slot,
FunctionEnvelopeInner functionEnvelope)
Description for Create function for web site, or a deployment slot.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MSDeployStatusInner>,MSDeployStatusInner> |
beginCreateInstanceMSDeployOperation(String resourceGroupName,
String name,
String instanceId,
MSDeploy mSDeploy)
Description for Invoke the MSDeploy web app extension.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MSDeployStatusInner>,MSDeployStatusInner> |
beginCreateInstanceMSDeployOperation(String resourceGroupName,
String name,
String instanceId,
MSDeploy mSDeploy,
com.azure.core.util.Context context)
Description for Invoke the MSDeploy web app extension.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<MSDeployStatusInner>,MSDeployStatusInner> |
beginCreateInstanceMSDeployOperationAsync(String resourceGroupName,
String name,
String instanceId,
MSDeploy mSDeploy)
Description for Invoke the MSDeploy web app extension.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MSDeployStatusInner>,MSDeployStatusInner> |
beginCreateInstanceMSDeployOperationSlot(String resourceGroupName,
String name,
String slot,
String instanceId,
MSDeploy mSDeploy)
Description for Invoke the MSDeploy web app extension.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MSDeployStatusInner>,MSDeployStatusInner> |
beginCreateInstanceMSDeployOperationSlot(String resourceGroupName,
String name,
String slot,
String instanceId,
MSDeploy mSDeploy,
com.azure.core.util.Context context)
Description for Invoke the MSDeploy web app extension.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<MSDeployStatusInner>,MSDeployStatusInner> |
beginCreateInstanceMSDeployOperationSlotAsync(String resourceGroupName,
String name,
String slot,
String instanceId,
MSDeploy mSDeploy)
Description for Invoke the MSDeploy web app extension.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MSDeployStatusInner>,MSDeployStatusInner> |
beginCreateMSDeployOperation(String resourceGroupName,
String name,
MSDeploy mSDeploy)
Description for Invoke the MSDeploy web app extension.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MSDeployStatusInner>,MSDeployStatusInner> |
beginCreateMSDeployOperation(String resourceGroupName,
String name,
MSDeploy mSDeploy,
com.azure.core.util.Context context)
Description for Invoke the MSDeploy web app extension.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<MSDeployStatusInner>,MSDeployStatusInner> |
beginCreateMSDeployOperationAsync(String resourceGroupName,
String name,
MSDeploy mSDeploy)
Description for Invoke the MSDeploy web app extension.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MSDeployStatusInner>,MSDeployStatusInner> |
beginCreateMSDeployOperationSlot(String resourceGroupName,
String name,
String slot,
MSDeploy mSDeploy)
Description for Invoke the MSDeploy web app extension.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MSDeployStatusInner>,MSDeployStatusInner> |
beginCreateMSDeployOperationSlot(String resourceGroupName,
String name,
String slot,
MSDeploy mSDeploy,
com.azure.core.util.Context context)
Description for Invoke the MSDeploy web app extension.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<MSDeployStatusInner>,MSDeployStatusInner> |
beginCreateMSDeployOperationSlotAsync(String resourceGroupName,
String name,
String slot,
MSDeploy mSDeploy)
Description for Invoke the MSDeploy web app extension.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteInner>,SiteInner> |
beginCreateOrUpdate(String resourceGroupName,
String name,
SiteInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteInner>,SiteInner> |
beginCreateOrUpdate(String resourceGroupName,
String name,
SiteInner siteEnvelope,
com.azure.core.util.Context context)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SiteInner>,SiteInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String name,
SiteInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteInner>,SiteInner> |
beginCreateOrUpdateSlot(String resourceGroupName,
String name,
String slot,
SiteInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteInner>,SiteInner> |
beginCreateOrUpdateSlot(String resourceGroupName,
String name,
String slot,
SiteInner siteEnvelope,
com.azure.core.util.Context context)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SiteInner>,SiteInner> |
beginCreateOrUpdateSlotAsync(String resourceGroupName,
String name,
String slot,
SiteInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteSourceControlInner>,SiteSourceControlInner> |
beginCreateOrUpdateSourceControl(String resourceGroupName,
String name,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteSourceControlInner>,SiteSourceControlInner> |
beginCreateOrUpdateSourceControl(String resourceGroupName,
String name,
SiteSourceControlInner siteSourceControl,
com.azure.core.util.Context context)
Description for Updates the source control configuration of an app.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SiteSourceControlInner>,SiteSourceControlInner> |
beginCreateOrUpdateSourceControlAsync(String resourceGroupName,
String name,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteSourceControlInner>,SiteSourceControlInner> |
beginCreateOrUpdateSourceControlSlot(String resourceGroupName,
String name,
String slot,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteSourceControlInner>,SiteSourceControlInner> |
beginCreateOrUpdateSourceControlSlot(String resourceGroupName,
String name,
String slot,
SiteSourceControlInner siteSourceControl,
com.azure.core.util.Context context)
Description for Updates the source control configuration of an app.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SiteSourceControlInner>,SiteSourceControlInner> |
beginCreateOrUpdateSourceControlSlotAsync(String resourceGroupName,
String name,
String slot,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Object>,Object> |
beginDeletePrivateEndpointConnection(String resourceGroupName,
String name,
String privateEndpointConnectionName)
Description for Deletes a private endpoint connection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Object>,Object> |
beginDeletePrivateEndpointConnection(String resourceGroupName,
String name,
String privateEndpointConnectionName,
com.azure.core.util.Context context)
Description for Deletes a private endpoint connection.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Object>,Object> |
beginDeletePrivateEndpointConnectionAsync(String resourceGroupName,
String name,
String privateEndpointConnectionName)
Description for Deletes a private endpoint connection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Object>,Object> |
beginDeletePrivateEndpointConnectionSlot(String resourceGroupName,
String name,
String privateEndpointConnectionName,
String slot)
Description for Deletes a private endpoint connection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Object>,Object> |
beginDeletePrivateEndpointConnectionSlot(String resourceGroupName,
String name,
String privateEndpointConnectionName,
String slot,
com.azure.core.util.Context context)
Description for Deletes a private endpoint connection.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Object>,Object> |
beginDeletePrivateEndpointConnectionSlotAsync(String resourceGroupName,
String name,
String privateEndpointConnectionName,
String slot)
Description for Deletes a private endpoint connection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteExtensionInfoInner>,SiteExtensionInfoInner> |
beginInstallSiteExtension(String resourceGroupName,
String name,
String siteExtensionId)
Description for Install site extension on a web site, or a deployment slot.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteExtensionInfoInner>,SiteExtensionInfoInner> |
beginInstallSiteExtension(String resourceGroupName,
String name,
String siteExtensionId,
com.azure.core.util.Context context)
Description for Install site extension on a web site, or a deployment slot.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SiteExtensionInfoInner>,SiteExtensionInfoInner> |
beginInstallSiteExtensionAsync(String resourceGroupName,
String name,
String siteExtensionId)
Description for Install site extension on a web site, or a deployment slot.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteExtensionInfoInner>,SiteExtensionInfoInner> |
beginInstallSiteExtensionSlot(String resourceGroupName,
String name,
String siteExtensionId,
String slot)
Description for Install site extension on a web site, or a deployment slot.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteExtensionInfoInner>,SiteExtensionInfoInner> |
beginInstallSiteExtensionSlot(String resourceGroupName,
String name,
String siteExtensionId,
String slot,
com.azure.core.util.Context context)
Description for Install site extension on a web site, or a deployment slot.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SiteExtensionInfoInner>,SiteExtensionInfoInner> |
beginInstallSiteExtensionSlotAsync(String resourceGroupName,
String name,
String siteExtensionId,
String slot)
Description for Install site extension on a web site, or a deployment slot.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<UserInner>,UserInner> |
beginListPublishingCredentials(String resourceGroupName,
String name)
Description for Gets the Git/FTP publishing credentials of an app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<UserInner>,UserInner> |
beginListPublishingCredentials(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets the Git/FTP publishing credentials of an app.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<UserInner>,UserInner> |
beginListPublishingCredentialsAsync(String resourceGroupName,
String name)
Description for Gets the Git/FTP publishing credentials of an app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<UserInner>,UserInner> |
beginListPublishingCredentialsSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the Git/FTP publishing credentials of an app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<UserInner>,UserInner> |
beginListPublishingCredentialsSlot(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets the Git/FTP publishing credentials of an app.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<UserInner>,UserInner> |
beginListPublishingCredentialsSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the Git/FTP publishing credentials of an app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationInner>,OperationInner> |
beginMigrateMySql(String resourceGroupName,
String name,
MigrateMySqlRequest migrationRequestEnvelope)
Description for Migrates a local (in-app) MySql database to a remote MySql database.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationInner>,OperationInner> |
beginMigrateMySql(String resourceGroupName,
String name,
MigrateMySqlRequest migrationRequestEnvelope,
com.azure.core.util.Context context)
Description for Migrates a local (in-app) MySql database to a remote MySql database.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<OperationInner>,OperationInner> |
beginMigrateMySqlAsync(String resourceGroupName,
String name,
MigrateMySqlRequest migrationRequestEnvelope)
Description for Migrates a local (in-app) MySql database to a remote MySql database.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StorageMigrationResponseInner>,StorageMigrationResponseInner> |
beginMigrateStorage(String subscriptionName,
String resourceGroupName,
String name,
StorageMigrationOptions migrationOptions)
Description for Restores a web app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StorageMigrationResponseInner>,StorageMigrationResponseInner> |
beginMigrateStorage(String subscriptionName,
String resourceGroupName,
String name,
StorageMigrationOptions migrationOptions,
com.azure.core.util.Context context)
Description for Restores a web app.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<StorageMigrationResponseInner>,StorageMigrationResponseInner> |
beginMigrateStorageAsync(String subscriptionName,
String resourceGroupName,
String name,
StorageMigrationOptions migrationOptions)
Description for Restores a web app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestore(String resourceGroupName,
String name,
String backupId,
RestoreRequestInner request)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestore(String resourceGroupName,
String name,
String backupId,
RestoreRequestInner request,
com.azure.core.util.Context context)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestoreAsync(String resourceGroupName,
String name,
String backupId,
RestoreRequestInner request)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestoreFromBackupBlob(String resourceGroupName,
String name,
RestoreRequestInner request)
Description for Restores an app from a backup blob in Azure Storage.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestoreFromBackupBlob(String resourceGroupName,
String name,
RestoreRequestInner request,
com.azure.core.util.Context context)
Description for Restores an app from a backup blob in Azure Storage.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestoreFromBackupBlobAsync(String resourceGroupName,
String name,
RestoreRequestInner request)
Description for Restores an app from a backup blob in Azure Storage.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestoreFromBackupBlobSlot(String resourceGroupName,
String name,
String slot,
RestoreRequestInner request)
Description for Restores an app from a backup blob in Azure Storage.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestoreFromBackupBlobSlot(String resourceGroupName,
String name,
String slot,
RestoreRequestInner request,
com.azure.core.util.Context context)
Description for Restores an app from a backup blob in Azure Storage.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestoreFromBackupBlobSlotAsync(String resourceGroupName,
String name,
String slot,
RestoreRequestInner request)
Description for Restores an app from a backup blob in Azure Storage.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestoreFromDeletedApp(String resourceGroupName,
String name,
DeletedAppRestoreRequest restoreRequest)
Description for Restores a deleted web app to this web app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestoreFromDeletedApp(String resourceGroupName,
String name,
DeletedAppRestoreRequest restoreRequest,
com.azure.core.util.Context context)
Description for Restores a deleted web app to this web app.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestoreFromDeletedAppAsync(String resourceGroupName,
String name,
DeletedAppRestoreRequest restoreRequest)
Description for Restores a deleted web app to this web app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestoreFromDeletedAppSlot(String resourceGroupName,
String name,
String slot,
DeletedAppRestoreRequest restoreRequest)
Description for Restores a deleted web app to this web app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestoreFromDeletedAppSlot(String resourceGroupName,
String name,
String slot,
DeletedAppRestoreRequest restoreRequest,
com.azure.core.util.Context context)
Description for Restores a deleted web app to this web app.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestoreFromDeletedAppSlotAsync(String resourceGroupName,
String name,
String slot,
DeletedAppRestoreRequest restoreRequest)
Description for Restores a deleted web app to this web app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestoreSlot(String resourceGroupName,
String name,
String backupId,
String slot,
RestoreRequestInner request)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestoreSlot(String resourceGroupName,
String name,
String backupId,
String slot,
RestoreRequestInner request,
com.azure.core.util.Context context)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestoreSlotAsync(String resourceGroupName,
String name,
String backupId,
String slot,
RestoreRequestInner request)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestoreSnapshot(String resourceGroupName,
String name,
SnapshotRestoreRequest restoreRequest)
Description for Restores a web app from a snapshot.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestoreSnapshot(String resourceGroupName,
String name,
SnapshotRestoreRequest restoreRequest,
com.azure.core.util.Context context)
Description for Restores a web app from a snapshot.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestoreSnapshotAsync(String resourceGroupName,
String name,
SnapshotRestoreRequest restoreRequest)
Description for Restores a web app from a snapshot.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestoreSnapshotSlot(String resourceGroupName,
String name,
String slot,
SnapshotRestoreRequest restoreRequest)
Description for Restores a web app from a snapshot.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestoreSnapshotSlot(String resourceGroupName,
String name,
String slot,
SnapshotRestoreRequest restoreRequest,
com.azure.core.util.Context context)
Description for Restores a web app from a snapshot.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRestoreSnapshotSlotAsync(String resourceGroupName,
String name,
String slot,
SnapshotRestoreRequest restoreRequest)
Description for Restores a web app from a snapshot.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Object>,Object> |
beginStartNetworkTrace(String resourceGroupName,
String name,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl)
Description for Start capturing network packets for the site.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Object>,Object> |
beginStartNetworkTrace(String resourceGroupName,
String name,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl,
com.azure.core.util.Context context)
Description for Start capturing network packets for the site.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Object>,Object> |
beginStartNetworkTraceAsync(String resourceGroupName,
String name,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl)
Description for Start capturing network packets for the site.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Object>,Object> |
beginStartNetworkTraceSlot(String resourceGroupName,
String name,
String slot,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl)
Description for Start capturing network packets for the site.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Object>,Object> |
beginStartNetworkTraceSlot(String resourceGroupName,
String name,
String slot,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl,
com.azure.core.util.Context context)
Description for Start capturing network packets for the site.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Object>,Object> |
beginStartNetworkTraceSlotAsync(String resourceGroupName,
String name,
String slot,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl)
Description for Start capturing network packets for the site.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Object>,Object> |
beginStartWebSiteNetworkTraceOperation(String resourceGroupName,
String name,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl)
Description for Start capturing network packets for the site.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Object>,Object> |
beginStartWebSiteNetworkTraceOperation(String resourceGroupName,
String name,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl,
com.azure.core.util.Context context)
Description for Start capturing network packets for the site.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Object>,Object> |
beginStartWebSiteNetworkTraceOperationAsync(String resourceGroupName,
String name,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl)
Description for Start capturing network packets for the site.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Object>,Object> |
beginStartWebSiteNetworkTraceOperationSlot(String resourceGroupName,
String name,
String slot,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl)
Description for Start capturing network packets for the site.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Object>,Object> |
beginStartWebSiteNetworkTraceOperationSlot(String resourceGroupName,
String name,
String slot,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl,
com.azure.core.util.Context context)
Description for Start capturing network packets for the site.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Object>,Object> |
beginStartWebSiteNetworkTraceOperationSlotAsync(String resourceGroupName,
String name,
String slot,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl)
Description for Start capturing network packets for the site.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginSwapSlot(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity)
Description for Swaps two deployment slots of an app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginSwapSlot(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity,
com.azure.core.util.Context context)
Description for Swaps two deployment slots of an app.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginSwapSlotAsync(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity)
Description for Swaps two deployment slots of an app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginSwapSlotWithProduction(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity)
Description for Swaps two deployment slots of an app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginSwapSlotWithProduction(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity,
com.azure.core.util.Context context)
Description for Swaps two deployment slots of an app.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginSwapSlotWithProductionAsync(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity)
Description for Swaps two deployment slots of an app.
|
DeploymentInner |
createDeployment(String resourceGroupName,
String name,
String id,
DeploymentInner deployment)
Description for Create a deployment for an app, or a deployment slot.
|
Mono<DeploymentInner> |
createDeploymentAsync(String resourceGroupName,
String name,
String id,
DeploymentInner deployment)
Description for Create a deployment for an app, or a deployment slot.
|
DeploymentInner |
createDeploymentSlot(String resourceGroupName,
String name,
String id,
String slot,
DeploymentInner deployment)
Description for Create a deployment for an app, or a deployment slot.
|
Mono<DeploymentInner> |
createDeploymentSlotAsync(String resourceGroupName,
String name,
String id,
String slot,
DeploymentInner deployment)
Description for Create a deployment for an app, or a deployment slot.
|
com.azure.core.http.rest.Response<DeploymentInner> |
createDeploymentSlotWithResponse(String resourceGroupName,
String name,
String id,
String slot,
DeploymentInner deployment,
com.azure.core.util.Context context)
Description for Create a deployment for an app, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<DeploymentInner>> |
createDeploymentSlotWithResponseAsync(String resourceGroupName,
String name,
String id,
String slot,
DeploymentInner deployment)
Description for Create a deployment for an app, or a deployment slot.
|
com.azure.core.http.rest.Response<DeploymentInner> |
createDeploymentWithResponse(String resourceGroupName,
String name,
String id,
DeploymentInner deployment,
com.azure.core.util.Context context)
Description for Create a deployment for an app, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<DeploymentInner>> |
createDeploymentWithResponseAsync(String resourceGroupName,
String name,
String id,
DeploymentInner deployment)
Description for Create a deployment for an app, or a deployment slot.
|
FunctionEnvelopeInner |
createFunction(String resourceGroupName,
String name,
String functionName,
FunctionEnvelopeInner functionEnvelope)
Description for Create function for web site, or a deployment slot.
|
FunctionEnvelopeInner |
createFunction(String resourceGroupName,
String name,
String functionName,
FunctionEnvelopeInner functionEnvelope,
com.azure.core.util.Context context)
Description for Create function for web site, or a deployment slot.
|
Mono<FunctionEnvelopeInner> |
createFunctionAsync(String resourceGroupName,
String name,
String functionName,
FunctionEnvelopeInner functionEnvelope)
Description for Create function for web site, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createFunctionWithResponseAsync(String resourceGroupName,
String name,
String functionName,
FunctionEnvelopeInner functionEnvelope)
Description for Create function for web site, or a deployment slot.
|
FunctionEnvelopeInner |
createInstanceFunctionSlot(String resourceGroupName,
String name,
String functionName,
String slot,
FunctionEnvelopeInner functionEnvelope)
Description for Create function for web site, or a deployment slot.
|
FunctionEnvelopeInner |
createInstanceFunctionSlot(String resourceGroupName,
String name,
String functionName,
String slot,
FunctionEnvelopeInner functionEnvelope,
com.azure.core.util.Context context)
Description for Create function for web site, or a deployment slot.
|
Mono<FunctionEnvelopeInner> |
createInstanceFunctionSlotAsync(String resourceGroupName,
String name,
String functionName,
String slot,
FunctionEnvelopeInner functionEnvelope)
Description for Create function for web site, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createInstanceFunctionSlotWithResponseAsync(String resourceGroupName,
String name,
String functionName,
String slot,
FunctionEnvelopeInner functionEnvelope)
Description for Create function for web site, or a deployment slot.
|
MSDeployStatusInner |
createInstanceMSDeployOperation(String resourceGroupName,
String name,
String instanceId,
MSDeploy mSDeploy)
Description for Invoke the MSDeploy web app extension.
|
MSDeployStatusInner |
createInstanceMSDeployOperation(String resourceGroupName,
String name,
String instanceId,
MSDeploy mSDeploy,
com.azure.core.util.Context context)
Description for Invoke the MSDeploy web app extension.
|
Mono<MSDeployStatusInner> |
createInstanceMSDeployOperationAsync(String resourceGroupName,
String name,
String instanceId,
MSDeploy mSDeploy)
Description for Invoke the MSDeploy web app extension.
|
MSDeployStatusInner |
createInstanceMSDeployOperationSlot(String resourceGroupName,
String name,
String slot,
String instanceId,
MSDeploy mSDeploy)
Description for Invoke the MSDeploy web app extension.
|
MSDeployStatusInner |
createInstanceMSDeployOperationSlot(String resourceGroupName,
String name,
String slot,
String instanceId,
MSDeploy mSDeploy,
com.azure.core.util.Context context)
Description for Invoke the MSDeploy web app extension.
|
Mono<MSDeployStatusInner> |
createInstanceMSDeployOperationSlotAsync(String resourceGroupName,
String name,
String slot,
String instanceId,
MSDeploy mSDeploy)
Description for Invoke the MSDeploy web app extension.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createInstanceMSDeployOperationSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
String instanceId,
MSDeploy mSDeploy)
Description for Invoke the MSDeploy web app extension.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createInstanceMSDeployOperationWithResponseAsync(String resourceGroupName,
String name,
String instanceId,
MSDeploy mSDeploy)
Description for Invoke the MSDeploy web app extension.
|
MSDeployStatusInner |
createMSDeployOperation(String resourceGroupName,
String name,
MSDeploy mSDeploy)
Description for Invoke the MSDeploy web app extension.
|
MSDeployStatusInner |
createMSDeployOperation(String resourceGroupName,
String name,
MSDeploy mSDeploy,
com.azure.core.util.Context context)
Description for Invoke the MSDeploy web app extension.
|
Mono<MSDeployStatusInner> |
createMSDeployOperationAsync(String resourceGroupName,
String name,
MSDeploy mSDeploy)
Description for Invoke the MSDeploy web app extension.
|
MSDeployStatusInner |
createMSDeployOperationSlot(String resourceGroupName,
String name,
String slot,
MSDeploy mSDeploy)
Description for Invoke the MSDeploy web app extension.
|
MSDeployStatusInner |
createMSDeployOperationSlot(String resourceGroupName,
String name,
String slot,
MSDeploy mSDeploy,
com.azure.core.util.Context context)
Description for Invoke the MSDeploy web app extension.
|
Mono<MSDeployStatusInner> |
createMSDeployOperationSlotAsync(String resourceGroupName,
String name,
String slot,
MSDeploy mSDeploy)
Description for Invoke the MSDeploy web app extension.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createMSDeployOperationSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
MSDeploy mSDeploy)
Description for Invoke the MSDeploy web app extension.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createMSDeployOperationWithResponseAsync(String resourceGroupName,
String name,
MSDeploy mSDeploy)
Description for Invoke the MSDeploy web app extension.
|
SiteInner |
createOrUpdate(String resourceGroupName,
String name,
SiteInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
SiteInner |
createOrUpdate(String resourceGroupName,
String name,
SiteInner siteEnvelope,
com.azure.core.util.Context context)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
Mono<SiteInner> |
createOrUpdateAsync(String resourceGroupName,
String name,
SiteInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
SiteConfigResourceInner |
createOrUpdateConfiguration(String resourceGroupName,
String name,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
Mono<SiteConfigResourceInner> |
createOrUpdateConfigurationAsync(String resourceGroupName,
String name,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
SiteConfigResourceInner |
createOrUpdateConfigurationSlot(String resourceGroupName,
String name,
String slot,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
Mono<SiteConfigResourceInner> |
createOrUpdateConfigurationSlotAsync(String resourceGroupName,
String name,
String slot,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
com.azure.core.http.rest.Response<SiteConfigResourceInner> |
createOrUpdateConfigurationSlotWithResponse(String resourceGroupName,
String name,
String slot,
SiteConfigResourceInner siteConfig,
com.azure.core.util.Context context)
Description for Updates the configuration of an app.
|
Mono<com.azure.core.http.rest.Response<SiteConfigResourceInner>> |
createOrUpdateConfigurationSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
com.azure.core.http.rest.Response<SiteConfigResourceInner> |
createOrUpdateConfigurationWithResponse(String resourceGroupName,
String name,
SiteConfigResourceInner siteConfig,
com.azure.core.util.Context context)
Description for Updates the configuration of an app.
|
Mono<com.azure.core.http.rest.Response<SiteConfigResourceInner>> |
createOrUpdateConfigurationWithResponseAsync(String resourceGroupName,
String name,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
IdentifierInner |
createOrUpdateDomainOwnershipIdentifier(String resourceGroupName,
String name,
String domainOwnershipIdentifierName,
IdentifierInner domainOwnershipIdentifier)
Description for Creates a domain ownership identifier for web app, or updates an existing ownership identifier.
|
Mono<IdentifierInner> |
createOrUpdateDomainOwnershipIdentifierAsync(String resourceGroupName,
String name,
String domainOwnershipIdentifierName,
IdentifierInner domainOwnershipIdentifier)
Description for Creates a domain ownership identifier for web app, or updates an existing ownership identifier.
|
IdentifierInner |
createOrUpdateDomainOwnershipIdentifierSlot(String resourceGroupName,
String name,
String domainOwnershipIdentifierName,
String slot,
IdentifierInner domainOwnershipIdentifier)
Description for Creates a domain ownership identifier for web app, or updates an existing ownership identifier.
|
Mono<IdentifierInner> |
createOrUpdateDomainOwnershipIdentifierSlotAsync(String resourceGroupName,
String name,
String domainOwnershipIdentifierName,
String slot,
IdentifierInner domainOwnershipIdentifier)
Description for Creates a domain ownership identifier for web app, or updates an existing ownership identifier.
|
com.azure.core.http.rest.Response<IdentifierInner> |
createOrUpdateDomainOwnershipIdentifierSlotWithResponse(String resourceGroupName,
String name,
String domainOwnershipIdentifierName,
String slot,
IdentifierInner domainOwnershipIdentifier,
com.azure.core.util.Context context)
Description for Creates a domain ownership identifier for web app, or updates an existing ownership identifier.
|
Mono<com.azure.core.http.rest.Response<IdentifierInner>> |
createOrUpdateDomainOwnershipIdentifierSlotWithResponseAsync(String resourceGroupName,
String name,
String domainOwnershipIdentifierName,
String slot,
IdentifierInner domainOwnershipIdentifier)
Description for Creates a domain ownership identifier for web app, or updates an existing ownership identifier.
|
com.azure.core.http.rest.Response<IdentifierInner> |
createOrUpdateDomainOwnershipIdentifierWithResponse(String resourceGroupName,
String name,
String domainOwnershipIdentifierName,
IdentifierInner domainOwnershipIdentifier,
com.azure.core.util.Context context)
Description for Creates a domain ownership identifier for web app, or updates an existing ownership identifier.
|
Mono<com.azure.core.http.rest.Response<IdentifierInner>> |
createOrUpdateDomainOwnershipIdentifierWithResponseAsync(String resourceGroupName,
String name,
String domainOwnershipIdentifierName,
IdentifierInner domainOwnershipIdentifier)
Description for Creates a domain ownership identifier for web app, or updates an existing ownership identifier.
|
KeyInfoInner |
createOrUpdateFunctionSecret(String resourceGroupName,
String name,
String functionName,
String keyName,
KeyInfoInner key)
Description for Add or update a function secret.
|
Mono<KeyInfoInner> |
createOrUpdateFunctionSecretAsync(String resourceGroupName,
String name,
String functionName,
String keyName,
KeyInfoInner key)
Description for Add or update a function secret.
|
KeyInfoInner |
createOrUpdateFunctionSecretSlot(String resourceGroupName,
String name,
String functionName,
String keyName,
String slot,
KeyInfoInner key)
Description for Add or update a function secret.
|
Mono<KeyInfoInner> |
createOrUpdateFunctionSecretSlotAsync(String resourceGroupName,
String name,
String functionName,
String keyName,
String slot,
KeyInfoInner key)
Description for Add or update a function secret.
|
com.azure.core.http.rest.Response<KeyInfoInner> |
createOrUpdateFunctionSecretSlotWithResponse(String resourceGroupName,
String name,
String functionName,
String keyName,
String slot,
KeyInfoInner key,
com.azure.core.util.Context context)
Description for Add or update a function secret.
|
Mono<com.azure.core.http.rest.Response<KeyInfoInner>> |
createOrUpdateFunctionSecretSlotWithResponseAsync(String resourceGroupName,
String name,
String functionName,
String keyName,
String slot,
KeyInfoInner key)
Description for Add or update a function secret.
|
com.azure.core.http.rest.Response<KeyInfoInner> |
createOrUpdateFunctionSecretWithResponse(String resourceGroupName,
String name,
String functionName,
String keyName,
KeyInfoInner key,
com.azure.core.util.Context context)
Description for Add or update a function secret.
|
Mono<com.azure.core.http.rest.Response<KeyInfoInner>> |
createOrUpdateFunctionSecretWithResponseAsync(String resourceGroupName,
String name,
String functionName,
String keyName,
KeyInfoInner key)
Description for Add or update a function secret.
|
HostnameBindingInner |
createOrUpdateHostnameBinding(String resourceGroupName,
String name,
String hostname,
HostnameBindingInner hostnameBinding)
Description for Creates a hostname binding for an app.
|
Mono<HostnameBindingInner> |
createOrUpdateHostnameBindingAsync(String resourceGroupName,
String name,
String hostname,
HostnameBindingInner hostnameBinding)
Description for Creates a hostname binding for an app.
|
HostnameBindingInner |
createOrUpdateHostnameBindingSlot(String resourceGroupName,
String name,
String hostname,
String slot,
HostnameBindingInner hostnameBinding)
Description for Creates a hostname binding for an app.
|
Mono<HostnameBindingInner> |
createOrUpdateHostnameBindingSlotAsync(String resourceGroupName,
String name,
String hostname,
String slot,
HostnameBindingInner hostnameBinding)
Description for Creates a hostname binding for an app.
|
com.azure.core.http.rest.Response<HostnameBindingInner> |
createOrUpdateHostnameBindingSlotWithResponse(String resourceGroupName,
String name,
String hostname,
String slot,
HostnameBindingInner hostnameBinding,
com.azure.core.util.Context context)
Description for Creates a hostname binding for an app.
|
Mono<com.azure.core.http.rest.Response<HostnameBindingInner>> |
createOrUpdateHostnameBindingSlotWithResponseAsync(String resourceGroupName,
String name,
String hostname,
String slot,
HostnameBindingInner hostnameBinding)
Description for Creates a hostname binding for an app.
|
com.azure.core.http.rest.Response<HostnameBindingInner> |
createOrUpdateHostnameBindingWithResponse(String resourceGroupName,
String name,
String hostname,
HostnameBindingInner hostnameBinding,
com.azure.core.util.Context context)
Description for Creates a hostname binding for an app.
|
Mono<com.azure.core.http.rest.Response<HostnameBindingInner>> |
createOrUpdateHostnameBindingWithResponseAsync(String resourceGroupName,
String name,
String hostname,
HostnameBindingInner hostnameBinding)
Description for Creates a hostname binding for an app.
|
KeyInfoInner |
createOrUpdateHostSecret(String resourceGroupName,
String name,
String keyType,
String keyName,
KeyInfoInner key)
Description for Add or update a host level secret.
|
Mono<KeyInfoInner> |
createOrUpdateHostSecretAsync(String resourceGroupName,
String name,
String keyType,
String keyName,
KeyInfoInner key)
Description for Add or update a host level secret.
|
KeyInfoInner |
createOrUpdateHostSecretSlot(String resourceGroupName,
String name,
String keyType,
String keyName,
String slot,
KeyInfoInner key)
Description for Add or update a host level secret.
|
Mono<KeyInfoInner> |
createOrUpdateHostSecretSlotAsync(String resourceGroupName,
String name,
String keyType,
String keyName,
String slot,
KeyInfoInner key)
Description for Add or update a host level secret.
|
com.azure.core.http.rest.Response<KeyInfoInner> |
createOrUpdateHostSecretSlotWithResponse(String resourceGroupName,
String name,
String keyType,
String keyName,
String slot,
KeyInfoInner key,
com.azure.core.util.Context context)
Description for Add or update a host level secret.
|
Mono<com.azure.core.http.rest.Response<KeyInfoInner>> |
createOrUpdateHostSecretSlotWithResponseAsync(String resourceGroupName,
String name,
String keyType,
String keyName,
String slot,
KeyInfoInner key)
Description for Add or update a host level secret.
|
com.azure.core.http.rest.Response<KeyInfoInner> |
createOrUpdateHostSecretWithResponse(String resourceGroupName,
String name,
String keyType,
String keyName,
KeyInfoInner key,
com.azure.core.util.Context context)
Description for Add or update a host level secret.
|
Mono<com.azure.core.http.rest.Response<KeyInfoInner>> |
createOrUpdateHostSecretWithResponseAsync(String resourceGroupName,
String name,
String keyType,
String keyName,
KeyInfoInner key)
Description for Add or update a host level secret.
|
HybridConnectionInner |
createOrUpdateHybridConnection(String resourceGroupName,
String name,
String namespaceName,
String relayName,
HybridConnectionInner connectionEnvelope)
Description for Creates a new Hybrid Connection using a Service Bus relay.
|
Mono<HybridConnectionInner> |
createOrUpdateHybridConnectionAsync(String resourceGroupName,
String name,
String namespaceName,
String relayName,
HybridConnectionInner connectionEnvelope)
Description for Creates a new Hybrid Connection using a Service Bus relay.
|
HybridConnectionInner |
createOrUpdateHybridConnectionSlot(String resourceGroupName,
String name,
String namespaceName,
String relayName,
String slot,
HybridConnectionInner connectionEnvelope)
Description for Creates a new Hybrid Connection using a Service Bus relay.
|
Mono<HybridConnectionInner> |
createOrUpdateHybridConnectionSlotAsync(String resourceGroupName,
String name,
String namespaceName,
String relayName,
String slot,
HybridConnectionInner connectionEnvelope)
Description for Creates a new Hybrid Connection using a Service Bus relay.
|
com.azure.core.http.rest.Response<HybridConnectionInner> |
createOrUpdateHybridConnectionSlotWithResponse(String resourceGroupName,
String name,
String namespaceName,
String relayName,
String slot,
HybridConnectionInner connectionEnvelope,
com.azure.core.util.Context context)
Description for Creates a new Hybrid Connection using a Service Bus relay.
|
Mono<com.azure.core.http.rest.Response<HybridConnectionInner>> |
createOrUpdateHybridConnectionSlotWithResponseAsync(String resourceGroupName,
String name,
String namespaceName,
String relayName,
String slot,
HybridConnectionInner connectionEnvelope)
Description for Creates a new Hybrid Connection using a Service Bus relay.
|
com.azure.core.http.rest.Response<HybridConnectionInner> |
createOrUpdateHybridConnectionWithResponse(String resourceGroupName,
String name,
String namespaceName,
String relayName,
HybridConnectionInner connectionEnvelope,
com.azure.core.util.Context context)
Description for Creates a new Hybrid Connection using a Service Bus relay.
|
Mono<com.azure.core.http.rest.Response<HybridConnectionInner>> |
createOrUpdateHybridConnectionWithResponseAsync(String resourceGroupName,
String name,
String namespaceName,
String relayName,
HybridConnectionInner connectionEnvelope)
Description for Creates a new Hybrid Connection using a Service Bus relay.
|
PublicCertificateInner |
createOrUpdatePublicCertificate(String resourceGroupName,
String name,
String publicCertificateName,
PublicCertificateInner publicCertificate)
Description for Creates a hostname binding for an app.
|
Mono<PublicCertificateInner> |
createOrUpdatePublicCertificateAsync(String resourceGroupName,
String name,
String publicCertificateName,
PublicCertificateInner publicCertificate)
Description for Creates a hostname binding for an app.
|
PublicCertificateInner |
createOrUpdatePublicCertificateSlot(String resourceGroupName,
String name,
String publicCertificateName,
String slot,
PublicCertificateInner publicCertificate)
Description for Creates a hostname binding for an app.
|
Mono<PublicCertificateInner> |
createOrUpdatePublicCertificateSlotAsync(String resourceGroupName,
String name,
String publicCertificateName,
String slot,
PublicCertificateInner publicCertificate)
Description for Creates a hostname binding for an app.
|
com.azure.core.http.rest.Response<PublicCertificateInner> |
createOrUpdatePublicCertificateSlotWithResponse(String resourceGroupName,
String name,
String publicCertificateName,
String slot,
PublicCertificateInner publicCertificate,
com.azure.core.util.Context context)
Description for Creates a hostname binding for an app.
|
Mono<com.azure.core.http.rest.Response<PublicCertificateInner>> |
createOrUpdatePublicCertificateSlotWithResponseAsync(String resourceGroupName,
String name,
String publicCertificateName,
String slot,
PublicCertificateInner publicCertificate)
Description for Creates a hostname binding for an app.
|
com.azure.core.http.rest.Response<PublicCertificateInner> |
createOrUpdatePublicCertificateWithResponse(String resourceGroupName,
String name,
String publicCertificateName,
PublicCertificateInner publicCertificate,
com.azure.core.util.Context context)
Description for Creates a hostname binding for an app.
|
Mono<com.azure.core.http.rest.Response<PublicCertificateInner>> |
createOrUpdatePublicCertificateWithResponseAsync(String resourceGroupName,
String name,
String publicCertificateName,
PublicCertificateInner publicCertificate)
Description for Creates a hostname binding for an app.
|
RelayServiceConnectionEntityInner |
createOrUpdateRelayServiceConnection(String resourceGroupName,
String name,
String entityName,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
Mono<RelayServiceConnectionEntityInner> |
createOrUpdateRelayServiceConnectionAsync(String resourceGroupName,
String name,
String entityName,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
RelayServiceConnectionEntityInner |
createOrUpdateRelayServiceConnectionSlot(String resourceGroupName,
String name,
String entityName,
String slot,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
Mono<RelayServiceConnectionEntityInner> |
createOrUpdateRelayServiceConnectionSlotAsync(String resourceGroupName,
String name,
String entityName,
String slot,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner> |
createOrUpdateRelayServiceConnectionSlotWithResponse(String resourceGroupName,
String name,
String entityName,
String slot,
RelayServiceConnectionEntityInner connectionEnvelope,
com.azure.core.util.Context context)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
Mono<com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner>> |
createOrUpdateRelayServiceConnectionSlotWithResponseAsync(String resourceGroupName,
String name,
String entityName,
String slot,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner> |
createOrUpdateRelayServiceConnectionWithResponse(String resourceGroupName,
String name,
String entityName,
RelayServiceConnectionEntityInner connectionEnvelope,
com.azure.core.util.Context context)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
Mono<com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner>> |
createOrUpdateRelayServiceConnectionWithResponseAsync(String resourceGroupName,
String name,
String entityName,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
SiteInner |
createOrUpdateSlot(String resourceGroupName,
String name,
String slot,
SiteInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
SiteInner |
createOrUpdateSlot(String resourceGroupName,
String name,
String slot,
SiteInner siteEnvelope,
com.azure.core.util.Context context)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
Mono<SiteInner> |
createOrUpdateSlotAsync(String resourceGroupName,
String name,
String slot,
SiteInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
SiteInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
SiteSourceControlInner |
createOrUpdateSourceControl(String resourceGroupName,
String name,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
SiteSourceControlInner |
createOrUpdateSourceControl(String resourceGroupName,
String name,
SiteSourceControlInner siteSourceControl,
com.azure.core.util.Context context)
Description for Updates the source control configuration of an app.
|
Mono<SiteSourceControlInner> |
createOrUpdateSourceControlAsync(String resourceGroupName,
String name,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
SiteSourceControlInner |
createOrUpdateSourceControlSlot(String resourceGroupName,
String name,
String slot,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
SiteSourceControlInner |
createOrUpdateSourceControlSlot(String resourceGroupName,
String name,
String slot,
SiteSourceControlInner siteSourceControl,
com.azure.core.util.Context context)
Description for Updates the source control configuration of an app.
|
Mono<SiteSourceControlInner> |
createOrUpdateSourceControlSlotAsync(String resourceGroupName,
String name,
String slot,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateSourceControlSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateSourceControlWithResponseAsync(String resourceGroupName,
String name,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
VnetInfoInner |
createOrUpdateVnetConnection(String resourceGroupName,
String name,
String vnetName,
VnetInfoInner connectionEnvelope)
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
Mono<VnetInfoInner> |
createOrUpdateVnetConnectionAsync(String resourceGroupName,
String name,
String vnetName,
VnetInfoInner connectionEnvelope)
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
VnetGatewayInner |
createOrUpdateVnetConnectionGateway(String resourceGroupName,
String name,
String vnetName,
String gatewayName,
VnetGatewayInner connectionEnvelope)
Description for Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).
|
Mono<VnetGatewayInner> |
createOrUpdateVnetConnectionGatewayAsync(String resourceGroupName,
String name,
String vnetName,
String gatewayName,
VnetGatewayInner connectionEnvelope)
Description for Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).
|
VnetGatewayInner |
createOrUpdateVnetConnectionGatewaySlot(String resourceGroupName,
String name,
String vnetName,
String gatewayName,
String slot,
VnetGatewayInner connectionEnvelope)
Description for Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).
|
Mono<VnetGatewayInner> |
createOrUpdateVnetConnectionGatewaySlotAsync(String resourceGroupName,
String name,
String vnetName,
String gatewayName,
String slot,
VnetGatewayInner connectionEnvelope)
Description for Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).
|
com.azure.core.http.rest.Response<VnetGatewayInner> |
createOrUpdateVnetConnectionGatewaySlotWithResponse(String resourceGroupName,
String name,
String vnetName,
String gatewayName,
String slot,
VnetGatewayInner connectionEnvelope,
com.azure.core.util.Context context)
Description for Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).
|
Mono<com.azure.core.http.rest.Response<VnetGatewayInner>> |
createOrUpdateVnetConnectionGatewaySlotWithResponseAsync(String resourceGroupName,
String name,
String vnetName,
String gatewayName,
String slot,
VnetGatewayInner connectionEnvelope)
Description for Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).
|
com.azure.core.http.rest.Response<VnetGatewayInner> |
createOrUpdateVnetConnectionGatewayWithResponse(String resourceGroupName,
String name,
String vnetName,
String gatewayName,
VnetGatewayInner connectionEnvelope,
com.azure.core.util.Context context)
Description for Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).
|
Mono<com.azure.core.http.rest.Response<VnetGatewayInner>> |
createOrUpdateVnetConnectionGatewayWithResponseAsync(String resourceGroupName,
String name,
String vnetName,
String gatewayName,
VnetGatewayInner connectionEnvelope)
Description for Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).
|
VnetInfoInner |
createOrUpdateVnetConnectionSlot(String resourceGroupName,
String name,
String vnetName,
String slot,
VnetInfoInner connectionEnvelope)
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
Mono<VnetInfoInner> |
createOrUpdateVnetConnectionSlotAsync(String resourceGroupName,
String name,
String vnetName,
String slot,
VnetInfoInner connectionEnvelope)
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
com.azure.core.http.rest.Response<VnetInfoInner> |
createOrUpdateVnetConnectionSlotWithResponse(String resourceGroupName,
String name,
String vnetName,
String slot,
VnetInfoInner connectionEnvelope,
com.azure.core.util.Context context)
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
Mono<com.azure.core.http.rest.Response<VnetInfoInner>> |
createOrUpdateVnetConnectionSlotWithResponseAsync(String resourceGroupName,
String name,
String vnetName,
String slot,
VnetInfoInner connectionEnvelope)
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
com.azure.core.http.rest.Response<VnetInfoInner> |
createOrUpdateVnetConnectionWithResponse(String resourceGroupName,
String name,
String vnetName,
VnetInfoInner connectionEnvelope,
com.azure.core.util.Context context)
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
Mono<com.azure.core.http.rest.Response<VnetInfoInner>> |
createOrUpdateVnetConnectionWithResponseAsync(String resourceGroupName,
String name,
String vnetName,
VnetInfoInner connectionEnvelope)
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String name,
SiteInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
void |
delete(String resourceGroupName,
String name)
Description for Deletes a web, mobile, or API app, or one of the deployment slots.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String name)
Description for Deletes a web, mobile, or API app, or one of the deployment slots.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String name,
Boolean deleteMetrics,
Boolean deleteEmptyServerFarm)
Description for Deletes a web, mobile, or API app, or one of the deployment slots.
|
void |
deleteBackup(String resourceGroupName,
String name,
String backupId)
Description for Deletes a backup of an app by its ID.
|
Mono<Void> |
deleteBackupAsync(String resourceGroupName,
String name,
String backupId)
Description for Deletes a backup of an app by its ID.
|
void |
deleteBackupConfiguration(String resourceGroupName,
String name)
Description for Deletes the backup configuration of an app.
|
Mono<Void> |
deleteBackupConfigurationAsync(String resourceGroupName,
String name)
Description for Deletes the backup configuration of an app.
|
void |
deleteBackupConfigurationSlot(String resourceGroupName,
String name,
String slot)
Description for Deletes the backup configuration of an app.
|
Mono<Void> |
deleteBackupConfigurationSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Deletes the backup configuration of an app.
|
com.azure.core.http.rest.Response<Void> |
deleteBackupConfigurationSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Deletes the backup configuration of an app.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteBackupConfigurationSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Deletes the backup configuration of an app.
|
com.azure.core.http.rest.Response<Void> |
deleteBackupConfigurationWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Deletes the backup configuration of an app.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteBackupConfigurationWithResponseAsync(String resourceGroupName,
String name)
Description for Deletes the backup configuration of an app.
|
void |
deleteBackupSlot(String resourceGroupName,
String name,
String backupId,
String slot)
Description for Deletes a backup of an app by its ID.
|
Mono<Void> |
deleteBackupSlotAsync(String resourceGroupName,
String name,
String backupId,
String slot)
Description for Deletes a backup of an app by its ID.
|
com.azure.core.http.rest.Response<Void> |
deleteBackupSlotWithResponse(String resourceGroupName,
String name,
String backupId,
String slot,
com.azure.core.util.Context context)
Description for Deletes a backup of an app by its ID.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteBackupSlotWithResponseAsync(String resourceGroupName,
String name,
String backupId,
String slot)
Description for Deletes a backup of an app by its ID.
|
com.azure.core.http.rest.Response<Void> |
deleteBackupWithResponse(String resourceGroupName,
String name,
String backupId,
com.azure.core.util.Context context)
Description for Deletes a backup of an app by its ID.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteBackupWithResponseAsync(String resourceGroupName,
String name,
String backupId)
Description for Deletes a backup of an app by its ID.
|
void |
deleteContinuousWebJob(String resourceGroupName,
String name,
String webJobName)
Description for Delete a continuous web job by its ID for an app, or a deployment slot.
|
Mono<Void> |
deleteContinuousWebJobAsync(String resourceGroupName,
String name,
String webJobName)
Description for Delete a continuous web job by its ID for an app, or a deployment slot.
|
void |
deleteContinuousWebJobSlot(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for Delete a continuous web job by its ID for an app, or a deployment slot.
|
Mono<Void> |
deleteContinuousWebJobSlotAsync(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for Delete a continuous web job by its ID for an app, or a deployment slot.
|
com.azure.core.http.rest.Response<Void> |
deleteContinuousWebJobSlotWithResponse(String resourceGroupName,
String name,
String webJobName,
String slot,
com.azure.core.util.Context context)
Description for Delete a continuous web job by its ID for an app, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteContinuousWebJobSlotWithResponseAsync(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for Delete a continuous web job by its ID for an app, or a deployment slot.
|
com.azure.core.http.rest.Response<Void> |
deleteContinuousWebJobWithResponse(String resourceGroupName,
String name,
String webJobName,
com.azure.core.util.Context context)
Description for Delete a continuous web job by its ID for an app, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteContinuousWebJobWithResponseAsync(String resourceGroupName,
String name,
String webJobName)
Description for Delete a continuous web job by its ID for an app, or a deployment slot.
|
void |
deleteDeployment(String resourceGroupName,
String name,
String id)
Description for Delete a deployment by its ID for an app, or a deployment slot.
|
Mono<Void> |
deleteDeploymentAsync(String resourceGroupName,
String name,
String id)
Description for Delete a deployment by its ID for an app, or a deployment slot.
|
void |
deleteDeploymentSlot(String resourceGroupName,
String name,
String id,
String slot)
Description for Delete a deployment by its ID for an app, or a deployment slot.
|
Mono<Void> |
deleteDeploymentSlotAsync(String resourceGroupName,
String name,
String id,
String slot)
Description for Delete a deployment by its ID for an app, or a deployment slot.
|
com.azure.core.http.rest.Response<Void> |
deleteDeploymentSlotWithResponse(String resourceGroupName,
String name,
String id,
String slot,
com.azure.core.util.Context context)
Description for Delete a deployment by its ID for an app, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteDeploymentSlotWithResponseAsync(String resourceGroupName,
String name,
String id,
String slot)
Description for Delete a deployment by its ID for an app, or a deployment slot.
|
com.azure.core.http.rest.Response<Void> |
deleteDeploymentWithResponse(String resourceGroupName,
String name,
String id,
com.azure.core.util.Context context)
Description for Delete a deployment by its ID for an app, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteDeploymentWithResponseAsync(String resourceGroupName,
String name,
String id)
Description for Delete a deployment by its ID for an app, or a deployment slot.
|
void |
deleteDomainOwnershipIdentifier(String resourceGroupName,
String name,
String domainOwnershipIdentifierName)
Description for Deletes a domain ownership identifier for a web app.
|
Mono<Void> |
deleteDomainOwnershipIdentifierAsync(String resourceGroupName,
String name,
String domainOwnershipIdentifierName)
Description for Deletes a domain ownership identifier for a web app.
|
void |
deleteDomainOwnershipIdentifierSlot(String resourceGroupName,
String name,
String domainOwnershipIdentifierName,
String slot)
Description for Deletes a domain ownership identifier for a web app.
|
Mono<Void> |
deleteDomainOwnershipIdentifierSlotAsync(String resourceGroupName,
String name,
String domainOwnershipIdentifierName,
String slot)
Description for Deletes a domain ownership identifier for a web app.
|
com.azure.core.http.rest.Response<Void> |
deleteDomainOwnershipIdentifierSlotWithResponse(String resourceGroupName,
String name,
String domainOwnershipIdentifierName,
String slot,
com.azure.core.util.Context context)
Description for Deletes a domain ownership identifier for a web app.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteDomainOwnershipIdentifierSlotWithResponseAsync(String resourceGroupName,
String name,
String domainOwnershipIdentifierName,
String slot)
Description for Deletes a domain ownership identifier for a web app.
|
com.azure.core.http.rest.Response<Void> |
deleteDomainOwnershipIdentifierWithResponse(String resourceGroupName,
String name,
String domainOwnershipIdentifierName,
com.azure.core.util.Context context)
Description for Deletes a domain ownership identifier for a web app.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteDomainOwnershipIdentifierWithResponseAsync(String resourceGroupName,
String name,
String domainOwnershipIdentifierName)
Description for Deletes a domain ownership identifier for a web app.
|
void |
deleteFunction(String resourceGroupName,
String name,
String functionName)
Description for Delete a function for web site, or a deployment slot.
|
Mono<Void> |
deleteFunctionAsync(String resourceGroupName,
String name,
String functionName)
Description for Delete a function for web site, or a deployment slot.
|
void |
deleteFunctionSecret(String resourceGroupName,
String name,
String functionName,
String keyName)
Description for Delete a function secret.
|
Mono<Void> |
deleteFunctionSecretAsync(String resourceGroupName,
String name,
String functionName,
String keyName)
Description for Delete a function secret.
|
void |
deleteFunctionSecretSlot(String resourceGroupName,
String name,
String functionName,
String keyName,
String slot)
Description for Delete a function secret.
|
Mono<Void> |
deleteFunctionSecretSlotAsync(String resourceGroupName,
String name,
String functionName,
String keyName,
String slot)
Description for Delete a function secret.
|
com.azure.core.http.rest.Response<Void> |
deleteFunctionSecretSlotWithResponse(String resourceGroupName,
String name,
String functionName,
String keyName,
String slot,
com.azure.core.util.Context context)
Description for Delete a function secret.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteFunctionSecretSlotWithResponseAsync(String resourceGroupName,
String name,
String functionName,
String keyName,
String slot)
Description for Delete a function secret.
|
com.azure.core.http.rest.Response<Void> |
deleteFunctionSecretWithResponse(String resourceGroupName,
String name,
String functionName,
String keyName,
com.azure.core.util.Context context)
Description for Delete a function secret.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteFunctionSecretWithResponseAsync(String resourceGroupName,
String name,
String functionName,
String keyName)
Description for Delete a function secret.
|
com.azure.core.http.rest.Response<Void> |
deleteFunctionWithResponse(String resourceGroupName,
String name,
String functionName,
com.azure.core.util.Context context)
Description for Delete a function for web site, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteFunctionWithResponseAsync(String resourceGroupName,
String name,
String functionName)
Description for Delete a function for web site, or a deployment slot.
|
void |
deleteHostnameBinding(String resourceGroupName,
String name,
String hostname)
Description for Deletes a hostname binding for an app.
|
Mono<Void> |
deleteHostnameBindingAsync(String resourceGroupName,
String name,
String hostname)
Description for Deletes a hostname binding for an app.
|
void |
deleteHostnameBindingSlot(String resourceGroupName,
String name,
String slot,
String hostname)
Description for Deletes a hostname binding for an app.
|
Mono<Void> |
deleteHostnameBindingSlotAsync(String resourceGroupName,
String name,
String slot,
String hostname)
Description for Deletes a hostname binding for an app.
|
com.azure.core.http.rest.Response<Void> |
deleteHostnameBindingSlotWithResponse(String resourceGroupName,
String name,
String slot,
String hostname,
com.azure.core.util.Context context)
Description for Deletes a hostname binding for an app.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteHostnameBindingSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
String hostname)
Description for Deletes a hostname binding for an app.
|
com.azure.core.http.rest.Response<Void> |
deleteHostnameBindingWithResponse(String resourceGroupName,
String name,
String hostname,
com.azure.core.util.Context context)
Description for Deletes a hostname binding for an app.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteHostnameBindingWithResponseAsync(String resourceGroupName,
String name,
String hostname)
Description for Deletes a hostname binding for an app.
|
void |
deleteHostSecret(String resourceGroupName,
String name,
String keyType,
String keyName)
Description for Delete a host level secret.
|
Mono<Void> |
deleteHostSecretAsync(String resourceGroupName,
String name,
String keyType,
String keyName)
Description for Delete a host level secret.
|
void |
deleteHostSecretSlot(String resourceGroupName,
String name,
String keyType,
String keyName,
String slot)
Description for Delete a host level secret.
|
Mono<Void> |
deleteHostSecretSlotAsync(String resourceGroupName,
String name,
String keyType,
String keyName,
String slot)
Description for Delete a host level secret.
|
com.azure.core.http.rest.Response<Void> |
deleteHostSecretSlotWithResponse(String resourceGroupName,
String name,
String keyType,
String keyName,
String slot,
com.azure.core.util.Context context)
Description for Delete a host level secret.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteHostSecretSlotWithResponseAsync(String resourceGroupName,
String name,
String keyType,
String keyName,
String slot)
Description for Delete a host level secret.
|
com.azure.core.http.rest.Response<Void> |
deleteHostSecretWithResponse(String resourceGroupName,
String name,
String keyType,
String keyName,
com.azure.core.util.Context context)
Description for Delete a host level secret.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteHostSecretWithResponseAsync(String resourceGroupName,
String name,
String keyType,
String keyName)
Description for Delete a host level secret.
|
void |
deleteHybridConnection(String resourceGroupName,
String name,
String namespaceName,
String relayName)
Description for Removes a Hybrid Connection from this site.
|
Mono<Void> |
deleteHybridConnectionAsync(String resourceGroupName,
String name,
String namespaceName,
String relayName)
Description for Removes a Hybrid Connection from this site.
|
void |
deleteHybridConnectionSlot(String resourceGroupName,
String name,
String namespaceName,
String relayName,
String slot)
Description for Removes a Hybrid Connection from this site.
|
Mono<Void> |
deleteHybridConnectionSlotAsync(String resourceGroupName,
String name,
String namespaceName,
String relayName,
String slot)
Description for Removes a Hybrid Connection from this site.
|
com.azure.core.http.rest.Response<Void> |
deleteHybridConnectionSlotWithResponse(String resourceGroupName,
String name,
String namespaceName,
String relayName,
String slot,
com.azure.core.util.Context context)
Description for Removes a Hybrid Connection from this site.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteHybridConnectionSlotWithResponseAsync(String resourceGroupName,
String name,
String namespaceName,
String relayName,
String slot)
Description for Removes a Hybrid Connection from this site.
|
com.azure.core.http.rest.Response<Void> |
deleteHybridConnectionWithResponse(String resourceGroupName,
String name,
String namespaceName,
String relayName,
com.azure.core.util.Context context)
Description for Removes a Hybrid Connection from this site.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteHybridConnectionWithResponseAsync(String resourceGroupName,
String name,
String namespaceName,
String relayName)
Description for Removes a Hybrid Connection from this site.
|
void |
deleteInstanceFunctionSlot(String resourceGroupName,
String name,
String functionName,
String slot)
Description for Delete a function for web site, or a deployment slot.
|
Mono<Void> |
deleteInstanceFunctionSlotAsync(String resourceGroupName,
String name,
String functionName,
String slot)
Description for Delete a function for web site, or a deployment slot.
|
com.azure.core.http.rest.Response<Void> |
deleteInstanceFunctionSlotWithResponse(String resourceGroupName,
String name,
String functionName,
String slot,
com.azure.core.util.Context context)
Description for Delete a function for web site, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteInstanceFunctionSlotWithResponseAsync(String resourceGroupName,
String name,
String functionName,
String slot)
Description for Delete a function for web site, or a deployment slot.
|
void |
deleteInstanceProcess(String resourceGroupName,
String name,
String processId,
String instanceId)
Description for Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out
instance in a web site.
|
Mono<Void> |
deleteInstanceProcessAsync(String resourceGroupName,
String name,
String processId,
String instanceId)
Description for Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out
instance in a web site.
|
void |
deleteInstanceProcessSlot(String resourceGroupName,
String name,
String processId,
String slot,
String instanceId)
Description for Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out
instance in a web site.
|
Mono<Void> |
deleteInstanceProcessSlotAsync(String resourceGroupName,
String name,
String processId,
String slot,
String instanceId)
Description for Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out
instance in a web site.
|
com.azure.core.http.rest.Response<Void> |
deleteInstanceProcessSlotWithResponse(String resourceGroupName,
String name,
String processId,
String slot,
String instanceId,
com.azure.core.util.Context context)
Description for Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out
instance in a web site.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteInstanceProcessSlotWithResponseAsync(String resourceGroupName,
String name,
String processId,
String slot,
String instanceId)
Description for Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out
instance in a web site.
|
com.azure.core.http.rest.Response<Void> |
deleteInstanceProcessWithResponse(String resourceGroupName,
String name,
String processId,
String instanceId,
com.azure.core.util.Context context)
Description for Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out
instance in a web site.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteInstanceProcessWithResponseAsync(String resourceGroupName,
String name,
String processId,
String instanceId)
Description for Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out
instance in a web site.
|
void |
deletePremierAddOn(String resourceGroupName,
String name,
String premierAddOnName)
Description for Delete a premier add-on from an app.
|
Mono<Void> |
deletePremierAddOnAsync(String resourceGroupName,
String name,
String premierAddOnName)
Description for Delete a premier add-on from an app.
|
void |
deletePremierAddOnSlot(String resourceGroupName,
String name,
String premierAddOnName,
String slot)
Description for Delete a premier add-on from an app.
|
Mono<Void> |
deletePremierAddOnSlotAsync(String resourceGroupName,
String name,
String premierAddOnName,
String slot)
Description for Delete a premier add-on from an app.
|
com.azure.core.http.rest.Response<Void> |
deletePremierAddOnSlotWithResponse(String resourceGroupName,
String name,
String premierAddOnName,
String slot,
com.azure.core.util.Context context)
Description for Delete a premier add-on from an app.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deletePremierAddOnSlotWithResponseAsync(String resourceGroupName,
String name,
String premierAddOnName,
String slot)
Description for Delete a premier add-on from an app.
|
com.azure.core.http.rest.Response<Void> |
deletePremierAddOnWithResponse(String resourceGroupName,
String name,
String premierAddOnName,
com.azure.core.util.Context context)
Description for Delete a premier add-on from an app.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deletePremierAddOnWithResponseAsync(String resourceGroupName,
String name,
String premierAddOnName)
Description for Delete a premier add-on from an app.
|
Object |
deletePrivateEndpointConnection(String resourceGroupName,
String name,
String privateEndpointConnectionName)
Description for Deletes a private endpoint connection.
|
Object |
deletePrivateEndpointConnection(String resourceGroupName,
String name,
String privateEndpointConnectionName,
com.azure.core.util.Context context)
Description for Deletes a private endpoint connection.
|
Mono<Object> |
deletePrivateEndpointConnectionAsync(String resourceGroupName,
String name,
String privateEndpointConnectionName)
Description for Deletes a private endpoint connection.
|
Object |
deletePrivateEndpointConnectionSlot(String resourceGroupName,
String name,
String privateEndpointConnectionName,
String slot)
Description for Deletes a private endpoint connection.
|
Object |
deletePrivateEndpointConnectionSlot(String resourceGroupName,
String name,
String privateEndpointConnectionName,
String slot,
com.azure.core.util.Context context)
Description for Deletes a private endpoint connection.
|
Mono<Object> |
deletePrivateEndpointConnectionSlotAsync(String resourceGroupName,
String name,
String privateEndpointConnectionName,
String slot)
Description for Deletes a private endpoint connection.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deletePrivateEndpointConnectionSlotWithResponseAsync(String resourceGroupName,
String name,
String privateEndpointConnectionName,
String slot)
Description for Deletes a private endpoint connection.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deletePrivateEndpointConnectionWithResponseAsync(String resourceGroupName,
String name,
String privateEndpointConnectionName)
Description for Deletes a private endpoint connection.
|
void |
deleteProcess(String resourceGroupName,
String name,
String processId)
Description for Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out
instance in a web site.
|
Mono<Void> |
deleteProcessAsync(String resourceGroupName,
String name,
String processId)
Description for Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out
instance in a web site.
|
void |
deleteProcessSlot(String resourceGroupName,
String name,
String processId,
String slot)
Description for Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out
instance in a web site.
|
Mono<Void> |
deleteProcessSlotAsync(String resourceGroupName,
String name,
String processId,
String slot)
Description for Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out
instance in a web site.
|
com.azure.core.http.rest.Response<Void> |
deleteProcessSlotWithResponse(String resourceGroupName,
String name,
String processId,
String slot,
com.azure.core.util.Context context)
Description for Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out
instance in a web site.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteProcessSlotWithResponseAsync(String resourceGroupName,
String name,
String processId,
String slot)
Description for Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out
instance in a web site.
|
com.azure.core.http.rest.Response<Void> |
deleteProcessWithResponse(String resourceGroupName,
String name,
String processId,
com.azure.core.util.Context context)
Description for Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out
instance in a web site.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteProcessWithResponseAsync(String resourceGroupName,
String name,
String processId)
Description for Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out
instance in a web site.
|
void |
deletePublicCertificate(String resourceGroupName,
String name,
String publicCertificateName)
Description for Deletes a hostname binding for an app.
|
Mono<Void> |
deletePublicCertificateAsync(String resourceGroupName,
String name,
String publicCertificateName)
Description for Deletes a hostname binding for an app.
|
void |
deletePublicCertificateSlot(String resourceGroupName,
String name,
String slot,
String publicCertificateName)
Description for Deletes a hostname binding for an app.
|
Mono<Void> |
deletePublicCertificateSlotAsync(String resourceGroupName,
String name,
String slot,
String publicCertificateName)
Description for Deletes a hostname binding for an app.
|
com.azure.core.http.rest.Response<Void> |
deletePublicCertificateSlotWithResponse(String resourceGroupName,
String name,
String slot,
String publicCertificateName,
com.azure.core.util.Context context)
Description for Deletes a hostname binding for an app.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deletePublicCertificateSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
String publicCertificateName)
Description for Deletes a hostname binding for an app.
|
com.azure.core.http.rest.Response<Void> |
deletePublicCertificateWithResponse(String resourceGroupName,
String name,
String publicCertificateName,
com.azure.core.util.Context context)
Description for Deletes a hostname binding for an app.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deletePublicCertificateWithResponseAsync(String resourceGroupName,
String name,
String publicCertificateName)
Description for Deletes a hostname binding for an app.
|
void |
deleteRelayServiceConnection(String resourceGroupName,
String name,
String entityName)
Description for Deletes a relay service connection by its name.
|
Mono<Void> |
deleteRelayServiceConnectionAsync(String resourceGroupName,
String name,
String entityName)
Description for Deletes a relay service connection by its name.
|
void |
deleteRelayServiceConnectionSlot(String resourceGroupName,
String name,
String entityName,
String slot)
Description for Deletes a relay service connection by its name.
|
Mono<Void> |
deleteRelayServiceConnectionSlotAsync(String resourceGroupName,
String name,
String entityName,
String slot)
Description for Deletes a relay service connection by its name.
|
com.azure.core.http.rest.Response<Void> |
deleteRelayServiceConnectionSlotWithResponse(String resourceGroupName,
String name,
String entityName,
String slot,
com.azure.core.util.Context context)
Description for Deletes a relay service connection by its name.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteRelayServiceConnectionSlotWithResponseAsync(String resourceGroupName,
String name,
String entityName,
String slot)
Description for Deletes a relay service connection by its name.
|
com.azure.core.http.rest.Response<Void> |
deleteRelayServiceConnectionWithResponse(String resourceGroupName,
String name,
String entityName,
com.azure.core.util.Context context)
Description for Deletes a relay service connection by its name.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteRelayServiceConnectionWithResponseAsync(String resourceGroupName,
String name,
String entityName)
Description for Deletes a relay service connection by its name.
|
void |
deleteSiteExtension(String resourceGroupName,
String name,
String siteExtensionId)
Description for Remove a site extension from a web site, or a deployment slot.
|
Mono<Void> |
deleteSiteExtensionAsync(String resourceGroupName,
String name,
String siteExtensionId)
Description for Remove a site extension from a web site, or a deployment slot.
|
void |
deleteSiteExtensionSlot(String resourceGroupName,
String name,
String siteExtensionId,
String slot)
Description for Remove a site extension from a web site, or a deployment slot.
|
Mono<Void> |
deleteSiteExtensionSlotAsync(String resourceGroupName,
String name,
String siteExtensionId,
String slot)
Description for Remove a site extension from a web site, or a deployment slot.
|
com.azure.core.http.rest.Response<Void> |
deleteSiteExtensionSlotWithResponse(String resourceGroupName,
String name,
String siteExtensionId,
String slot,
com.azure.core.util.Context context)
Description for Remove a site extension from a web site, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteSiteExtensionSlotWithResponseAsync(String resourceGroupName,
String name,
String siteExtensionId,
String slot)
Description for Remove a site extension from a web site, or a deployment slot.
|
com.azure.core.http.rest.Response<Void> |
deleteSiteExtensionWithResponse(String resourceGroupName,
String name,
String siteExtensionId,
com.azure.core.util.Context context)
Description for Remove a site extension from a web site, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteSiteExtensionWithResponseAsync(String resourceGroupName,
String name,
String siteExtensionId)
Description for Remove a site extension from a web site, or a deployment slot.
|
void |
deleteSlot(String resourceGroupName,
String name,
String slot)
Description for Deletes a web, mobile, or API app, or one of the deployment slots.
|
Mono<Void> |
deleteSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Deletes a web, mobile, or API app, or one of the deployment slots.
|
Mono<Void> |
deleteSlotAsync(String resourceGroupName,
String name,
String slot,
Boolean deleteMetrics,
Boolean deleteEmptyServerFarm)
Description for Deletes a web, mobile, or API app, or one of the deployment slots.
|
com.azure.core.http.rest.Response<Void> |
deleteSlotWithResponse(String resourceGroupName,
String name,
String slot,
Boolean deleteMetrics,
Boolean deleteEmptyServerFarm,
com.azure.core.util.Context context)
Description for Deletes a web, mobile, or API app, or one of the deployment slots.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
Boolean deleteMetrics,
Boolean deleteEmptyServerFarm)
Description for Deletes a web, mobile, or API app, or one of the deployment slots.
|
void |
deleteSourceControl(String resourceGroupName,
String name)
Description for Deletes the source control configuration of an app.
|
Mono<Void> |
deleteSourceControlAsync(String resourceGroupName,
String name)
Description for Deletes the source control configuration of an app.
|
Mono<Void> |
deleteSourceControlAsync(String resourceGroupName,
String name,
String additionalFlags)
Description for Deletes the source control configuration of an app.
|
void |
deleteSourceControlSlot(String resourceGroupName,
String name,
String slot)
Description for Deletes the source control configuration of an app.
|
Mono<Void> |
deleteSourceControlSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Deletes the source control configuration of an app.
|
Mono<Void> |
deleteSourceControlSlotAsync(String resourceGroupName,
String name,
String slot,
String additionalFlags)
Description for Deletes the source control configuration of an app.
|
com.azure.core.http.rest.Response<Void> |
deleteSourceControlSlotWithResponse(String resourceGroupName,
String name,
String slot,
String additionalFlags,
com.azure.core.util.Context context)
Description for Deletes the source control configuration of an app.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteSourceControlSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
String additionalFlags)
Description for Deletes the source control configuration of an app.
|
com.azure.core.http.rest.Response<Void> |
deleteSourceControlWithResponse(String resourceGroupName,
String name,
String additionalFlags,
com.azure.core.util.Context context)
Description for Deletes the source control configuration of an app.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteSourceControlWithResponseAsync(String resourceGroupName,
String name,
String additionalFlags)
Description for Deletes the source control configuration of an app.
|
void |
deleteSwiftVirtualNetwork(String resourceGroupName,
String name)
Description for Deletes a Swift Virtual Network connection from an app (or deployment slot).
|
Mono<Void> |
deleteSwiftVirtualNetworkAsync(String resourceGroupName,
String name)
Description for Deletes a Swift Virtual Network connection from an app (or deployment slot).
|
void |
deleteSwiftVirtualNetworkSlot(String resourceGroupName,
String name,
String slot)
Description for Deletes a Swift Virtual Network connection from an app (or deployment slot).
|
Mono<Void> |
deleteSwiftVirtualNetworkSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Deletes a Swift Virtual Network connection from an app (or deployment slot).
|
com.azure.core.http.rest.Response<Void> |
deleteSwiftVirtualNetworkSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Deletes a Swift Virtual Network connection from an app (or deployment slot).
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteSwiftVirtualNetworkSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Deletes a Swift Virtual Network connection from an app (or deployment slot).
|
com.azure.core.http.rest.Response<Void> |
deleteSwiftVirtualNetworkWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Deletes a Swift Virtual Network connection from an app (or deployment slot).
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteSwiftVirtualNetworkWithResponseAsync(String resourceGroupName,
String name)
Description for Deletes a Swift Virtual Network connection from an app (or deployment slot).
|
void |
deleteTriggeredWebJob(String resourceGroupName,
String name,
String webJobName)
Description for Delete a triggered web job by its ID for an app, or a deployment slot.
|
Mono<Void> |
deleteTriggeredWebJobAsync(String resourceGroupName,
String name,
String webJobName)
Description for Delete a triggered web job by its ID for an app, or a deployment slot.
|
void |
deleteTriggeredWebJobSlot(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for Delete a triggered web job by its ID for an app, or a deployment slot.
|
Mono<Void> |
deleteTriggeredWebJobSlotAsync(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for Delete a triggered web job by its ID for an app, or a deployment slot.
|
com.azure.core.http.rest.Response<Void> |
deleteTriggeredWebJobSlotWithResponse(String resourceGroupName,
String name,
String webJobName,
String slot,
com.azure.core.util.Context context)
Description for Delete a triggered web job by its ID for an app, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteTriggeredWebJobSlotWithResponseAsync(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for Delete a triggered web job by its ID for an app, or a deployment slot.
|
com.azure.core.http.rest.Response<Void> |
deleteTriggeredWebJobWithResponse(String resourceGroupName,
String name,
String webJobName,
com.azure.core.util.Context context)
Description for Delete a triggered web job by its ID for an app, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteTriggeredWebJobWithResponseAsync(String resourceGroupName,
String name,
String webJobName)
Description for Delete a triggered web job by its ID for an app, or a deployment slot.
|
void |
deleteVnetConnection(String resourceGroupName,
String name,
String vnetName)
Description for Deletes a connection from an app (or deployment slot to a named virtual network.
|
Mono<Void> |
deleteVnetConnectionAsync(String resourceGroupName,
String name,
String vnetName)
Description for Deletes a connection from an app (or deployment slot to a named virtual network.
|
void |
deleteVnetConnectionSlot(String resourceGroupName,
String name,
String vnetName,
String slot)
Description for Deletes a connection from an app (or deployment slot to a named virtual network.
|
Mono<Void> |
deleteVnetConnectionSlotAsync(String resourceGroupName,
String name,
String vnetName,
String slot)
Description for Deletes a connection from an app (or deployment slot to a named virtual network.
|
com.azure.core.http.rest.Response<Void> |
deleteVnetConnectionSlotWithResponse(String resourceGroupName,
String name,
String vnetName,
String slot,
com.azure.core.util.Context context)
Description for Deletes a connection from an app (or deployment slot to a named virtual network.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteVnetConnectionSlotWithResponseAsync(String resourceGroupName,
String name,
String vnetName,
String slot)
Description for Deletes a connection from an app (or deployment slot to a named virtual network.
|
com.azure.core.http.rest.Response<Void> |
deleteVnetConnectionWithResponse(String resourceGroupName,
String name,
String vnetName,
com.azure.core.util.Context context)
Description for Deletes a connection from an app (or deployment slot to a named virtual network.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteVnetConnectionWithResponseAsync(String resourceGroupName,
String name,
String vnetName)
Description for Deletes a connection from an app (or deployment slot to a named virtual network.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String name,
Boolean deleteMetrics,
Boolean deleteEmptyServerFarm,
com.azure.core.util.Context context)
Description for Deletes a web, mobile, or API app, or one of the deployment slots.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String name,
Boolean deleteMetrics,
Boolean deleteEmptyServerFarm)
Description for Deletes a web, mobile, or API app, or one of the deployment slots.
|
RestoreRequestInner |
discoverBackup(String resourceGroupName,
String name,
RestoreRequestInner request)
Description for Discovers an existing app backup that can be restored from a blob in Azure storage.
|
Mono<RestoreRequestInner> |
discoverBackupAsync(String resourceGroupName,
String name,
RestoreRequestInner request)
Description for Discovers an existing app backup that can be restored from a blob in Azure storage.
|
RestoreRequestInner |
discoverBackupSlot(String resourceGroupName,
String name,
String slot,
RestoreRequestInner request)
Description for Discovers an existing app backup that can be restored from a blob in Azure storage.
|
Mono<RestoreRequestInner> |
discoverBackupSlotAsync(String resourceGroupName,
String name,
String slot,
RestoreRequestInner request)
Description for Discovers an existing app backup that can be restored from a blob in Azure storage.
|
com.azure.core.http.rest.Response<RestoreRequestInner> |
discoverBackupSlotWithResponse(String resourceGroupName,
String name,
String slot,
RestoreRequestInner request,
com.azure.core.util.Context context)
Description for Discovers an existing app backup that can be restored from a blob in Azure storage.
|
Mono<com.azure.core.http.rest.Response<RestoreRequestInner>> |
discoverBackupSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
RestoreRequestInner request)
Description for Discovers an existing app backup that can be restored from a blob in Azure storage.
|
com.azure.core.http.rest.Response<RestoreRequestInner> |
discoverBackupWithResponse(String resourceGroupName,
String name,
RestoreRequestInner request,
com.azure.core.util.Context context)
Description for Discovers an existing app backup that can be restored from a blob in Azure storage.
|
Mono<com.azure.core.http.rest.Response<RestoreRequestInner>> |
discoverBackupWithResponseAsync(String resourceGroupName,
String name,
RestoreRequestInner request)
Description for Discovers an existing app backup that can be restored from a blob in Azure storage.
|
void |
generateNewSitePublishingPassword(String resourceGroupName,
String name)
Description for Generates a new publishing password for an app (or deployment slot, if specified).
|
Mono<Void> |
generateNewSitePublishingPasswordAsync(String resourceGroupName,
String name)
Description for Generates a new publishing password for an app (or deployment slot, if specified).
|
void |
generateNewSitePublishingPasswordSlot(String resourceGroupName,
String name,
String slot)
Description for Generates a new publishing password for an app (or deployment slot, if specified).
|
Mono<Void> |
generateNewSitePublishingPasswordSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Generates a new publishing password for an app (or deployment slot, if specified).
|
com.azure.core.http.rest.Response<Void> |
generateNewSitePublishingPasswordSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Generates a new publishing password for an app (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<Void>> |
generateNewSitePublishingPasswordSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Generates a new publishing password for an app (or deployment slot, if specified).
|
com.azure.core.http.rest.Response<Void> |
generateNewSitePublishingPasswordWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Generates a new publishing password for an app (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<Void>> |
generateNewSitePublishingPasswordWithResponseAsync(String resourceGroupName,
String name)
Description for Generates a new publishing password for an app (or deployment slot, if specified).
|
ApiKVReferenceInner |
getAppSettingKeyVaultReference(String resourceGroupName,
String name,
String appSettingKey)
Description for Gets the config reference and status of an app.
|
Mono<ApiKVReferenceInner> |
getAppSettingKeyVaultReferenceAsync(String resourceGroupName,
String name,
String appSettingKey)
Description for Gets the config reference and status of an app.
|
ApiKVReferenceInner |
getAppSettingKeyVaultReferenceSlot(String resourceGroupName,
String name,
String appSettingKey,
String slot)
Description for Gets the config reference and status of an app.
|
Mono<ApiKVReferenceInner> |
getAppSettingKeyVaultReferenceSlotAsync(String resourceGroupName,
String name,
String appSettingKey,
String slot)
Description for Gets the config reference and status of an app.
|
com.azure.core.http.rest.Response<ApiKVReferenceInner> |
getAppSettingKeyVaultReferenceSlotWithResponse(String resourceGroupName,
String name,
String appSettingKey,
String slot,
com.azure.core.util.Context context)
Description for Gets the config reference and status of an app.
|
Mono<com.azure.core.http.rest.Response<ApiKVReferenceInner>> |
getAppSettingKeyVaultReferenceSlotWithResponseAsync(String resourceGroupName,
String name,
String appSettingKey,
String slot)
Description for Gets the config reference and status of an app.
|
com.azure.core.http.rest.Response<ApiKVReferenceInner> |
getAppSettingKeyVaultReferenceWithResponse(String resourceGroupName,
String name,
String appSettingKey,
com.azure.core.util.Context context)
Description for Gets the config reference and status of an app.
|
Mono<com.azure.core.http.rest.Response<ApiKVReferenceInner>> |
getAppSettingKeyVaultReferenceWithResponseAsync(String resourceGroupName,
String name,
String appSettingKey)
Description for Gets the config reference and status of an app.
|
com.azure.core.http.rest.PagedIterable<ApiKVReferenceInner> |
getAppSettingsKeyVaultReferences(String resourceGroupName,
String name)
Description for Gets the config reference app settings and status of an app.
|
com.azure.core.http.rest.PagedIterable<ApiKVReferenceInner> |
getAppSettingsKeyVaultReferences(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets the config reference app settings and status of an app.
|
com.azure.core.http.rest.PagedFlux<ApiKVReferenceInner> |
getAppSettingsKeyVaultReferencesAsync(String resourceGroupName,
String name)
Description for Gets the config reference app settings and status of an app.
|
com.azure.core.http.rest.PagedIterable<ApiKVReferenceInner> |
getAppSettingsKeyVaultReferencesSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the config reference app settings and status of an app.
|
com.azure.core.http.rest.PagedIterable<ApiKVReferenceInner> |
getAppSettingsKeyVaultReferencesSlot(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets the config reference app settings and status of an app.
|
com.azure.core.http.rest.PagedFlux<ApiKVReferenceInner> |
getAppSettingsKeyVaultReferencesSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the config reference app settings and status of an app.
|
SiteAuthSettingsInner |
getAuthSettings(String resourceGroupName,
String name)
Description for Gets the Authentication/Authorization settings of an app.
|
Mono<SiteAuthSettingsInner> |
getAuthSettingsAsync(String resourceGroupName,
String name)
Description for Gets the Authentication/Authorization settings of an app.
|
SiteAuthSettingsInner |
getAuthSettingsSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the Authentication/Authorization settings of an app.
|
Mono<SiteAuthSettingsInner> |
getAuthSettingsSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the Authentication/Authorization settings of an app.
|
com.azure.core.http.rest.Response<SiteAuthSettingsInner> |
getAuthSettingsSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets the Authentication/Authorization settings of an app.
|
Mono<com.azure.core.http.rest.Response<SiteAuthSettingsInner>> |
getAuthSettingsSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the Authentication/Authorization settings of an app.
|
SiteAuthSettingsV2Inner |
getAuthSettingsV2(String resourceGroupName,
String name)
Description for Gets site's Authentication / Authorization settings for apps via the V2 format.
|
Mono<SiteAuthSettingsV2Inner> |
getAuthSettingsV2Async(String resourceGroupName,
String name)
Description for Gets site's Authentication / Authorization settings for apps via the V2 format.
|
SiteAuthSettingsV2Inner |
getAuthSettingsV2Slot(String resourceGroupName,
String name,
String slot)
Description for Gets site's Authentication / Authorization settings for apps via the V2 format.
|
Mono<SiteAuthSettingsV2Inner> |
getAuthSettingsV2SlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets site's Authentication / Authorization settings for apps via the V2 format.
|
com.azure.core.http.rest.Response<SiteAuthSettingsV2Inner> |
getAuthSettingsV2SlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets site's Authentication / Authorization settings for apps via the V2 format.
|
Mono<com.azure.core.http.rest.Response<SiteAuthSettingsV2Inner>> |
getAuthSettingsV2SlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Gets site's Authentication / Authorization settings for apps via the V2 format.
|
com.azure.core.http.rest.Response<SiteAuthSettingsV2Inner> |
getAuthSettingsV2WithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets site's Authentication / Authorization settings for apps via the V2 format.
|
Mono<com.azure.core.http.rest.Response<SiteAuthSettingsV2Inner>> |
getAuthSettingsV2WithResponseAsync(String resourceGroupName,
String name)
Description for Gets site's Authentication / Authorization settings for apps via the V2 format.
|
com.azure.core.http.rest.Response<SiteAuthSettingsInner> |
getAuthSettingsWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets the Authentication/Authorization settings of an app.
|
Mono<com.azure.core.http.rest.Response<SiteAuthSettingsInner>> |
getAuthSettingsWithResponseAsync(String resourceGroupName,
String name)
Description for Gets the Authentication/Authorization settings of an app.
|
BackupRequestInner |
getBackupConfiguration(String resourceGroupName,
String name)
Description for Gets the backup configuration of an app.
|
Mono<BackupRequestInner> |
getBackupConfigurationAsync(String resourceGroupName,
String name)
Description for Gets the backup configuration of an app.
|
BackupRequestInner |
getBackupConfigurationSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the backup configuration of an app.
|
Mono<BackupRequestInner> |
getBackupConfigurationSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the backup configuration of an app.
|
com.azure.core.http.rest.Response<BackupRequestInner> |
getBackupConfigurationSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets the backup configuration of an app.
|
Mono<com.azure.core.http.rest.Response<BackupRequestInner>> |
getBackupConfigurationSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the backup configuration of an app.
|
com.azure.core.http.rest.Response<BackupRequestInner> |
getBackupConfigurationWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets the backup configuration of an app.
|
Mono<com.azure.core.http.rest.Response<BackupRequestInner>> |
getBackupConfigurationWithResponseAsync(String resourceGroupName,
String name)
Description for Gets the backup configuration of an app.
|
BackupItemInner |
getBackupStatus(String resourceGroupName,
String name,
String backupId)
Description for Gets a backup of an app by its ID.
|
Mono<BackupItemInner> |
getBackupStatusAsync(String resourceGroupName,
String name,
String backupId)
Description for Gets a backup of an app by its ID.
|
BackupItemInner |
getBackupStatusSlot(String resourceGroupName,
String name,
String backupId,
String slot)
Description for Gets a backup of an app by its ID.
|
Mono<BackupItemInner> |
getBackupStatusSlotAsync(String resourceGroupName,
String name,
String backupId,
String slot)
Description for Gets a backup of an app by its ID.
|
com.azure.core.http.rest.Response<BackupItemInner> |
getBackupStatusSlotWithResponse(String resourceGroupName,
String name,
String backupId,
String slot,
com.azure.core.util.Context context)
Description for Gets a backup of an app by its ID.
|
Mono<com.azure.core.http.rest.Response<BackupItemInner>> |
getBackupStatusSlotWithResponseAsync(String resourceGroupName,
String name,
String backupId,
String slot)
Description for Gets a backup of an app by its ID.
|
com.azure.core.http.rest.Response<BackupItemInner> |
getBackupStatusWithResponse(String resourceGroupName,
String name,
String backupId,
com.azure.core.util.Context context)
Description for Gets a backup of an app by its ID.
|
Mono<com.azure.core.http.rest.Response<BackupItemInner>> |
getBackupStatusWithResponseAsync(String resourceGroupName,
String name,
String backupId)
Description for Gets a backup of an app by its ID.
|
CsmPublishingCredentialsPoliciesCollectionInner |
getBasicPublishingCredentialsPolicies(String resourceGroupName,
String name)
Description for Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given site.
|
Mono<CsmPublishingCredentialsPoliciesCollectionInner> |
getBasicPublishingCredentialsPoliciesAsync(String resourceGroupName,
String name)
Description for Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given site.
|
CsmPublishingCredentialsPoliciesCollectionInner |
getBasicPublishingCredentialsPoliciesSlot(String resourceGroupName,
String name,
String slot)
Description for Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given site.
|
Mono<CsmPublishingCredentialsPoliciesCollectionInner> |
getBasicPublishingCredentialsPoliciesSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given site.
|
com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesCollectionInner> |
getBasicPublishingCredentialsPoliciesSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given site.
|
Mono<com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesCollectionInner>> |
getBasicPublishingCredentialsPoliciesSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given site.
|
com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesCollectionInner> |
getBasicPublishingCredentialsPoliciesWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given site.
|
Mono<com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesCollectionInner>> |
getBasicPublishingCredentialsPoliciesWithResponseAsync(String resourceGroupName,
String name)
Description for Returns whether Scm basic auth is allowed and whether Ftp is allowed for a given site.
|
SiteInner |
getByResourceGroup(String resourceGroupName,
String name)
Description for Gets the details of a web, mobile, or API app.
|
Mono<SiteInner> |
getByResourceGroupAsync(String resourceGroupName,
String name)
Description for Gets the details of a web, mobile, or API app.
|
com.azure.core.http.rest.Response<SiteInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets the details of a web, mobile, or API app.
|
Mono<com.azure.core.http.rest.Response<SiteInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String name)
Description for Gets the details of a web, mobile, or API app.
|
SiteConfigResourceInner |
getConfiguration(String resourceGroupName,
String name)
Description for Gets the configuration of an app, such as platform version and bitness, default documents,
virtual applications, Always On, etc.
|
Mono<SiteConfigResourceInner> |
getConfigurationAsync(String resourceGroupName,
String name)
Description for Gets the configuration of an app, such as platform version and bitness, default documents,
virtual applications, Always On, etc.
|
SiteConfigResourceInner |
getConfigurationSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the configuration of an app, such as platform version and bitness, default documents,
virtual applications, Always On, etc.
|
Mono<SiteConfigResourceInner> |
getConfigurationSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the configuration of an app, such as platform version and bitness, default documents,
virtual applications, Always On, etc.
|
com.azure.core.http.rest.Response<SiteConfigResourceInner> |
getConfigurationSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets the configuration of an app, such as platform version and bitness, default documents,
virtual applications, Always On, etc.
|
Mono<com.azure.core.http.rest.Response<SiteConfigResourceInner>> |
getConfigurationSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the configuration of an app, such as platform version and bitness, default documents,
virtual applications, Always On, etc.
|
SiteConfigResourceInner |
getConfigurationSnapshot(String resourceGroupName,
String name,
String snapshotId)
Description for Gets a snapshot of the configuration of an app at a previous point in time.
|
Mono<SiteConfigResourceInner> |
getConfigurationSnapshotAsync(String resourceGroupName,
String name,
String snapshotId)
Description for Gets a snapshot of the configuration of an app at a previous point in time.
|
SiteConfigResourceInner |
getConfigurationSnapshotSlot(String resourceGroupName,
String name,
String snapshotId,
String slot)
Description for Gets a snapshot of the configuration of an app at a previous point in time.
|
Mono<SiteConfigResourceInner> |
getConfigurationSnapshotSlotAsync(String resourceGroupName,
String name,
String snapshotId,
String slot)
Description for Gets a snapshot of the configuration of an app at a previous point in time.
|
com.azure.core.http.rest.Response<SiteConfigResourceInner> |
getConfigurationSnapshotSlotWithResponse(String resourceGroupName,
String name,
String snapshotId,
String slot,
com.azure.core.util.Context context)
Description for Gets a snapshot of the configuration of an app at a previous point in time.
|
Mono<com.azure.core.http.rest.Response<SiteConfigResourceInner>> |
getConfigurationSnapshotSlotWithResponseAsync(String resourceGroupName,
String name,
String snapshotId,
String slot)
Description for Gets a snapshot of the configuration of an app at a previous point in time.
|
com.azure.core.http.rest.Response<SiteConfigResourceInner> |
getConfigurationSnapshotWithResponse(String resourceGroupName,
String name,
String snapshotId,
com.azure.core.util.Context context)
Description for Gets a snapshot of the configuration of an app at a previous point in time.
|
Mono<com.azure.core.http.rest.Response<SiteConfigResourceInner>> |
getConfigurationSnapshotWithResponseAsync(String resourceGroupName,
String name,
String snapshotId)
Description for Gets a snapshot of the configuration of an app at a previous point in time.
|
com.azure.core.http.rest.Response<SiteConfigResourceInner> |
getConfigurationWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets the configuration of an app, such as platform version and bitness, default documents,
virtual applications, Always On, etc.
|
Mono<com.azure.core.http.rest.Response<SiteConfigResourceInner>> |
getConfigurationWithResponseAsync(String resourceGroupName,
String name)
Description for Gets the configuration of an app, such as platform version and bitness, default documents,
virtual applications, Always On, etc.
|
InputStream |
getContainerLogsZip(String resourceGroupName,
String name)
Description for Gets the ZIP archived docker log files for the given site.
|
Flux<ByteBuffer> |
getContainerLogsZipAsync(String resourceGroupName,
String name)
Description for Gets the ZIP archived docker log files for the given site.
|
InputStream |
getContainerLogsZipSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the ZIP archived docker log files for the given site.
|
Flux<ByteBuffer> |
getContainerLogsZipSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the ZIP archived docker log files for the given site.
|
com.azure.core.http.rest.StreamResponse |
getContainerLogsZipSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets the ZIP archived docker log files for the given site.
|
Mono<com.azure.core.http.rest.StreamResponse> |
getContainerLogsZipSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the ZIP archived docker log files for the given site.
|
com.azure.core.http.rest.StreamResponse |
getContainerLogsZipWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets the ZIP archived docker log files for the given site.
|
Mono<com.azure.core.http.rest.StreamResponse> |
getContainerLogsZipWithResponseAsync(String resourceGroupName,
String name)
Description for Gets the ZIP archived docker log files for the given site.
|
ContinuousWebJobInner |
getContinuousWebJob(String resourceGroupName,
String name,
String webJobName)
Description for Gets a continuous web job by its ID for an app, or a deployment slot.
|
Mono<ContinuousWebJobInner> |
getContinuousWebJobAsync(String resourceGroupName,
String name,
String webJobName)
Description for Gets a continuous web job by its ID for an app, or a deployment slot.
|
ContinuousWebJobInner |
getContinuousWebJobSlot(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for Gets a continuous web job by its ID for an app, or a deployment slot.
|
Mono<ContinuousWebJobInner> |
getContinuousWebJobSlotAsync(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for Gets a continuous web job by its ID for an app, or a deployment slot.
|
com.azure.core.http.rest.Response<ContinuousWebJobInner> |
getContinuousWebJobSlotWithResponse(String resourceGroupName,
String name,
String webJobName,
String slot,
com.azure.core.util.Context context)
Description for Gets a continuous web job by its ID for an app, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<ContinuousWebJobInner>> |
getContinuousWebJobSlotWithResponseAsync(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for Gets a continuous web job by its ID for an app, or a deployment slot.
|
com.azure.core.http.rest.Response<ContinuousWebJobInner> |
getContinuousWebJobWithResponse(String resourceGroupName,
String name,
String webJobName,
com.azure.core.util.Context context)
Description for Gets a continuous web job by its ID for an app, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<ContinuousWebJobInner>> |
getContinuousWebJobWithResponseAsync(String resourceGroupName,
String name,
String webJobName)
Description for Gets a continuous web job by its ID for an app, or a deployment slot.
|
DeploymentInner |
getDeployment(String resourceGroupName,
String name,
String id)
Description for Get a deployment by its ID for an app, or a deployment slot.
|
Mono<DeploymentInner> |
getDeploymentAsync(String resourceGroupName,
String name,
String id)
Description for Get a deployment by its ID for an app, or a deployment slot.
|
DeploymentInner |
getDeploymentSlot(String resourceGroupName,
String name,
String id,
String slot)
Description for Get a deployment by its ID for an app, or a deployment slot.
|
Mono<DeploymentInner> |
getDeploymentSlotAsync(String resourceGroupName,
String name,
String id,
String slot)
Description for Get a deployment by its ID for an app, or a deployment slot.
|
com.azure.core.http.rest.Response<DeploymentInner> |
getDeploymentSlotWithResponse(String resourceGroupName,
String name,
String id,
String slot,
com.azure.core.util.Context context)
Description for Get a deployment by its ID for an app, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<DeploymentInner>> |
getDeploymentSlotWithResponseAsync(String resourceGroupName,
String name,
String id,
String slot)
Description for Get a deployment by its ID for an app, or a deployment slot.
|
com.azure.core.http.rest.Response<DeploymentInner> |
getDeploymentWithResponse(String resourceGroupName,
String name,
String id,
com.azure.core.util.Context context)
Description for Get a deployment by its ID for an app, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<DeploymentInner>> |
getDeploymentWithResponseAsync(String resourceGroupName,
String name,
String id)
Description for Get a deployment by its ID for an app, or a deployment slot.
|
SiteLogsConfigInner |
getDiagnosticLogsConfiguration(String resourceGroupName,
String name)
Description for Gets the logging configuration of an app.
|
Mono<SiteLogsConfigInner> |
getDiagnosticLogsConfigurationAsync(String resourceGroupName,
String name)
Description for Gets the logging configuration of an app.
|
SiteLogsConfigInner |
getDiagnosticLogsConfigurationSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the logging configuration of an app.
|
Mono<SiteLogsConfigInner> |
getDiagnosticLogsConfigurationSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the logging configuration of an app.
|
com.azure.core.http.rest.Response<SiteLogsConfigInner> |
getDiagnosticLogsConfigurationSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets the logging configuration of an app.
|
Mono<com.azure.core.http.rest.Response<SiteLogsConfigInner>> |
getDiagnosticLogsConfigurationSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the logging configuration of an app.
|
com.azure.core.http.rest.Response<SiteLogsConfigInner> |
getDiagnosticLogsConfigurationWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets the logging configuration of an app.
|
Mono<com.azure.core.http.rest.Response<SiteLogsConfigInner>> |
getDiagnosticLogsConfigurationWithResponseAsync(String resourceGroupName,
String name)
Description for Gets the logging configuration of an app.
|
IdentifierInner |
getDomainOwnershipIdentifier(String resourceGroupName,
String name,
String domainOwnershipIdentifierName)
Description for Get domain ownership identifier for web app.
|
Mono<IdentifierInner> |
getDomainOwnershipIdentifierAsync(String resourceGroupName,
String name,
String domainOwnershipIdentifierName)
Description for Get domain ownership identifier for web app.
|
IdentifierInner |
getDomainOwnershipIdentifierSlot(String resourceGroupName,
String name,
String domainOwnershipIdentifierName,
String slot)
Description for Get domain ownership identifier for web app.
|
Mono<IdentifierInner> |
getDomainOwnershipIdentifierSlotAsync(String resourceGroupName,
String name,
String domainOwnershipIdentifierName,
String slot)
Description for Get domain ownership identifier for web app.
|
com.azure.core.http.rest.Response<IdentifierInner> |
getDomainOwnershipIdentifierSlotWithResponse(String resourceGroupName,
String name,
String domainOwnershipIdentifierName,
String slot,
com.azure.core.util.Context context)
Description for Get domain ownership identifier for web app.
|
Mono<com.azure.core.http.rest.Response<IdentifierInner>> |
getDomainOwnershipIdentifierSlotWithResponseAsync(String resourceGroupName,
String name,
String domainOwnershipIdentifierName,
String slot)
Description for Get domain ownership identifier for web app.
|
com.azure.core.http.rest.Response<IdentifierInner> |
getDomainOwnershipIdentifierWithResponse(String resourceGroupName,
String name,
String domainOwnershipIdentifierName,
com.azure.core.util.Context context)
Description for Get domain ownership identifier for web app.
|
Mono<com.azure.core.http.rest.Response<IdentifierInner>> |
getDomainOwnershipIdentifierWithResponseAsync(String resourceGroupName,
String name,
String domainOwnershipIdentifierName)
Description for Get domain ownership identifier for web app.
|
CsmPublishingCredentialsPoliciesEntityInner |
getFtpAllowed(String resourceGroupName,
String name)
Description for Returns whether FTP is allowed on the site or not.
|
Mono<CsmPublishingCredentialsPoliciesEntityInner> |
getFtpAllowedAsync(String resourceGroupName,
String name)
Description for Returns whether FTP is allowed on the site or not.
|
CsmPublishingCredentialsPoliciesEntityInner |
getFtpAllowedSlot(String resourceGroupName,
String name,
String slot)
Description for Returns whether FTP is allowed on the site or not.
|
Mono<CsmPublishingCredentialsPoliciesEntityInner> |
getFtpAllowedSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Returns whether FTP is allowed on the site or not.
|
com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner> |
getFtpAllowedSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Returns whether FTP is allowed on the site or not.
|
Mono<com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner>> |
getFtpAllowedSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Returns whether FTP is allowed on the site or not.
|
com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner> |
getFtpAllowedWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Returns whether FTP is allowed on the site or not.
|
Mono<com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner>> |
getFtpAllowedWithResponseAsync(String resourceGroupName,
String name)
Description for Returns whether FTP is allowed on the site or not.
|
FunctionEnvelopeInner |
getFunction(String resourceGroupName,
String name,
String functionName)
Description for Get function information by its ID for web site, or a deployment slot.
|
Mono<FunctionEnvelopeInner> |
getFunctionAsync(String resourceGroupName,
String name,
String functionName)
Description for Get function information by its ID for web site, or a deployment slot.
|
String |
getFunctionsAdminToken(String resourceGroupName,
String name)
Description for Fetch a short lived token that can be exchanged for a master key.
|
Mono<String> |
getFunctionsAdminTokenAsync(String resourceGroupName,
String name)
Description for Fetch a short lived token that can be exchanged for a master key.
|
String |
getFunctionsAdminTokenSlot(String resourceGroupName,
String name,
String slot)
Description for Fetch a short lived token that can be exchanged for a master key.
|
Mono<String> |
getFunctionsAdminTokenSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Fetch a short lived token that can be exchanged for a master key.
|
com.azure.core.http.rest.Response<String> |
getFunctionsAdminTokenSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Fetch a short lived token that can be exchanged for a master key.
|
Mono<com.azure.core.http.rest.Response<String>> |
getFunctionsAdminTokenSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Fetch a short lived token that can be exchanged for a master key.
|
com.azure.core.http.rest.Response<String> |
getFunctionsAdminTokenWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Fetch a short lived token that can be exchanged for a master key.
|
Mono<com.azure.core.http.rest.Response<String>> |
getFunctionsAdminTokenWithResponseAsync(String resourceGroupName,
String name)
Description for Fetch a short lived token that can be exchanged for a master key.
|
com.azure.core.http.rest.Response<FunctionEnvelopeInner> |
getFunctionWithResponse(String resourceGroupName,
String name,
String functionName,
com.azure.core.util.Context context)
Description for Get function information by its ID for web site, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<FunctionEnvelopeInner>> |
getFunctionWithResponseAsync(String resourceGroupName,
String name,
String functionName)
Description for Get function information by its ID for web site, or a deployment slot.
|
HostnameBindingInner |
getHostnameBinding(String resourceGroupName,
String name,
String hostname)
Description for Get the named hostname binding for an app (or deployment slot, if specified).
|
Mono<HostnameBindingInner> |
getHostnameBindingAsync(String resourceGroupName,
String name,
String hostname)
Description for Get the named hostname binding for an app (or deployment slot, if specified).
|
HostnameBindingInner |
getHostnameBindingSlot(String resourceGroupName,
String name,
String slot,
String hostname)
Description for Get the named hostname binding for an app (or deployment slot, if specified).
|
Mono<HostnameBindingInner> |
getHostnameBindingSlotAsync(String resourceGroupName,
String name,
String slot,
String hostname)
Description for Get the named hostname binding for an app (or deployment slot, if specified).
|
com.azure.core.http.rest.Response<HostnameBindingInner> |
getHostnameBindingSlotWithResponse(String resourceGroupName,
String name,
String slot,
String hostname,
com.azure.core.util.Context context)
Description for Get the named hostname binding for an app (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<HostnameBindingInner>> |
getHostnameBindingSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
String hostname)
Description for Get the named hostname binding for an app (or deployment slot, if specified).
|
com.azure.core.http.rest.Response<HostnameBindingInner> |
getHostnameBindingWithResponse(String resourceGroupName,
String name,
String hostname,
com.azure.core.util.Context context)
Description for Get the named hostname binding for an app (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<HostnameBindingInner>> |
getHostnameBindingWithResponseAsync(String resourceGroupName,
String name,
String hostname)
Description for Get the named hostname binding for an app (or deployment slot, if specified).
|
HybridConnectionInner |
getHybridConnection(String resourceGroupName,
String name,
String namespaceName,
String relayName)
Description for Retrieves a specific Service Bus Hybrid Connection used by this Web App.
|
Mono<HybridConnectionInner> |
getHybridConnectionAsync(String resourceGroupName,
String name,
String namespaceName,
String relayName)
Description for Retrieves a specific Service Bus Hybrid Connection used by this Web App.
|
HybridConnectionInner |
getHybridConnectionSlot(String resourceGroupName,
String name,
String namespaceName,
String relayName,
String slot)
Description for Retrieves a specific Service Bus Hybrid Connection used by this Web App.
|
Mono<HybridConnectionInner> |
getHybridConnectionSlotAsync(String resourceGroupName,
String name,
String namespaceName,
String relayName,
String slot)
Description for Retrieves a specific Service Bus Hybrid Connection used by this Web App.
|
com.azure.core.http.rest.Response<HybridConnectionInner> |
getHybridConnectionSlotWithResponse(String resourceGroupName,
String name,
String namespaceName,
String relayName,
String slot,
com.azure.core.util.Context context)
Description for Retrieves a specific Service Bus Hybrid Connection used by this Web App.
|
Mono<com.azure.core.http.rest.Response<HybridConnectionInner>> |
getHybridConnectionSlotWithResponseAsync(String resourceGroupName,
String name,
String namespaceName,
String relayName,
String slot)
Description for Retrieves a specific Service Bus Hybrid Connection used by this Web App.
|
com.azure.core.http.rest.Response<HybridConnectionInner> |
getHybridConnectionWithResponse(String resourceGroupName,
String name,
String namespaceName,
String relayName,
com.azure.core.util.Context context)
Description for Retrieves a specific Service Bus Hybrid Connection used by this Web App.
|
Mono<com.azure.core.http.rest.Response<HybridConnectionInner>> |
getHybridConnectionWithResponseAsync(String resourceGroupName,
String name,
String namespaceName,
String relayName)
Description for Retrieves a specific Service Bus Hybrid Connection used by this Web App.
|
FunctionEnvelopeInner |
getInstanceFunctionSlot(String resourceGroupName,
String name,
String functionName,
String slot)
Description for Get function information by its ID for web site, or a deployment slot.
|
Mono<FunctionEnvelopeInner> |
getInstanceFunctionSlotAsync(String resourceGroupName,
String name,
String functionName,
String slot)
Description for Get function information by its ID for web site, or a deployment slot.
|
com.azure.core.http.rest.Response<FunctionEnvelopeInner> |
getInstanceFunctionSlotWithResponse(String resourceGroupName,
String name,
String functionName,
String slot,
com.azure.core.util.Context context)
Description for Get function information by its ID for web site, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<FunctionEnvelopeInner>> |
getInstanceFunctionSlotWithResponseAsync(String resourceGroupName,
String name,
String functionName,
String slot)
Description for Get function information by its ID for web site, or a deployment slot.
|
WebSiteInstanceStatusInner |
getInstanceInfo(String resourceGroupName,
String name,
String instanceId)
Description for Gets all scale-out instances of an app.
|
Mono<WebSiteInstanceStatusInner> |
getInstanceInfoAsync(String resourceGroupName,
String name,
String instanceId)
Description for Gets all scale-out instances of an app.
|
WebSiteInstanceStatusInner |
getInstanceInfoSlot(String resourceGroupName,
String name,
String instanceId,
String slot)
Description for Gets all scale-out instances of an app.
|
Mono<WebSiteInstanceStatusInner> |
getInstanceInfoSlotAsync(String resourceGroupName,
String name,
String instanceId,
String slot)
Description for Gets all scale-out instances of an app.
|
com.azure.core.http.rest.Response<WebSiteInstanceStatusInner> |
getInstanceInfoSlotWithResponse(String resourceGroupName,
String name,
String instanceId,
String slot,
com.azure.core.util.Context context)
Description for Gets all scale-out instances of an app.
|
Mono<com.azure.core.http.rest.Response<WebSiteInstanceStatusInner>> |
getInstanceInfoSlotWithResponseAsync(String resourceGroupName,
String name,
String instanceId,
String slot)
Description for Gets all scale-out instances of an app.
|
com.azure.core.http.rest.Response<WebSiteInstanceStatusInner> |
getInstanceInfoWithResponse(String resourceGroupName,
String name,
String instanceId,
com.azure.core.util.Context context)
Description for Gets all scale-out instances of an app.
|
Mono<com.azure.core.http.rest.Response<WebSiteInstanceStatusInner>> |
getInstanceInfoWithResponseAsync(String resourceGroupName,
String name,
String instanceId)
Description for Gets all scale-out instances of an app.
|
MSDeployLogInner |
getInstanceMSDeployLog(String resourceGroupName,
String name,
String instanceId)
Description for Get the MSDeploy Log for the last MSDeploy operation.
|
Mono<MSDeployLogInner> |
getInstanceMSDeployLogAsync(String resourceGroupName,
String name,
String instanceId)
Description for Get the MSDeploy Log for the last MSDeploy operation.
|
MSDeployLogInner |
getInstanceMSDeployLogSlot(String resourceGroupName,
String name,
String slot,
String instanceId)
Description for Get the MSDeploy Log for the last MSDeploy operation.
|
Mono<MSDeployLogInner> |
getInstanceMSDeployLogSlotAsync(String resourceGroupName,
String name,
String slot,
String instanceId)
Description for Get the MSDeploy Log for the last MSDeploy operation.
|
com.azure.core.http.rest.Response<MSDeployLogInner> |
getInstanceMSDeployLogSlotWithResponse(String resourceGroupName,
String name,
String slot,
String instanceId,
com.azure.core.util.Context context)
Description for Get the MSDeploy Log for the last MSDeploy operation.
|
Mono<com.azure.core.http.rest.Response<MSDeployLogInner>> |
getInstanceMSDeployLogSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
String instanceId)
Description for Get the MSDeploy Log for the last MSDeploy operation.
|
com.azure.core.http.rest.Response<MSDeployLogInner> |
getInstanceMSDeployLogWithResponse(String resourceGroupName,
String name,
String instanceId,
com.azure.core.util.Context context)
Description for Get the MSDeploy Log for the last MSDeploy operation.
|
Mono<com.azure.core.http.rest.Response<MSDeployLogInner>> |
getInstanceMSDeployLogWithResponseAsync(String resourceGroupName,
String name,
String instanceId)
Description for Get the MSDeploy Log for the last MSDeploy operation.
|
MSDeployStatusInner |
getInstanceMsDeployStatus(String resourceGroupName,
String name,
String instanceId)
Description for Get the status of the last MSDeploy operation.
|
Mono<MSDeployStatusInner> |
getInstanceMsDeployStatusAsync(String resourceGroupName,
String name,
String instanceId)
Description for Get the status of the last MSDeploy operation.
|
MSDeployStatusInner |
getInstanceMsDeployStatusSlot(String resourceGroupName,
String name,
String slot,
String instanceId)
Description for Get the status of the last MSDeploy operation.
|
Mono<MSDeployStatusInner> |
getInstanceMsDeployStatusSlotAsync(String resourceGroupName,
String name,
String slot,
String instanceId)
Description for Get the status of the last MSDeploy operation.
|
com.azure.core.http.rest.Response<MSDeployStatusInner> |
getInstanceMsDeployStatusSlotWithResponse(String resourceGroupName,
String name,
String slot,
String instanceId,
com.azure.core.util.Context context)
Description for Get the status of the last MSDeploy operation.
|
Mono<com.azure.core.http.rest.Response<MSDeployStatusInner>> |
getInstanceMsDeployStatusSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
String instanceId)
Description for Get the status of the last MSDeploy operation.
|
com.azure.core.http.rest.Response<MSDeployStatusInner> |
getInstanceMsDeployStatusWithResponse(String resourceGroupName,
String name,
String instanceId,
com.azure.core.util.Context context)
Description for Get the status of the last MSDeploy operation.
|
Mono<com.azure.core.http.rest.Response<MSDeployStatusInner>> |
getInstanceMsDeployStatusWithResponseAsync(String resourceGroupName,
String name,
String instanceId)
Description for Get the status of the last MSDeploy operation.
|
ProcessInfoInner |
getInstanceProcess(String resourceGroupName,
String name,
String processId,
String instanceId)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
Mono<ProcessInfoInner> |
getInstanceProcessAsync(String resourceGroupName,
String name,
String processId,
String instanceId)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
InputStream |
getInstanceProcessDump(String resourceGroupName,
String name,
String processId,
String instanceId)
Description for Get a memory dump of a process by its ID for a specific scaled-out instance in a web site.
|
Flux<ByteBuffer> |
getInstanceProcessDumpAsync(String resourceGroupName,
String name,
String processId,
String instanceId)
Description for Get a memory dump of a process by its ID for a specific scaled-out instance in a web site.
|
InputStream |
getInstanceProcessDumpSlot(String resourceGroupName,
String name,
String processId,
String slot,
String instanceId)
Description for Get a memory dump of a process by its ID for a specific scaled-out instance in a web site.
|
Flux<ByteBuffer> |
getInstanceProcessDumpSlotAsync(String resourceGroupName,
String name,
String processId,
String slot,
String instanceId)
Description for Get a memory dump of a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.StreamResponse |
getInstanceProcessDumpSlotWithResponse(String resourceGroupName,
String name,
String processId,
String slot,
String instanceId,
com.azure.core.util.Context context)
Description for Get a memory dump of a process by its ID for a specific scaled-out instance in a web site.
|
Mono<com.azure.core.http.rest.StreamResponse> |
getInstanceProcessDumpSlotWithResponseAsync(String resourceGroupName,
String name,
String processId,
String slot,
String instanceId)
Description for Get a memory dump of a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.StreamResponse |
getInstanceProcessDumpWithResponse(String resourceGroupName,
String name,
String processId,
String instanceId,
com.azure.core.util.Context context)
Description for Get a memory dump of a process by its ID for a specific scaled-out instance in a web site.
|
Mono<com.azure.core.http.rest.StreamResponse> |
getInstanceProcessDumpWithResponseAsync(String resourceGroupName,
String name,
String processId,
String instanceId)
Description for Get a memory dump of a process by its ID for a specific scaled-out instance in a web site.
|
ProcessModuleInfoInner |
getInstanceProcessModule(String resourceGroupName,
String name,
String processId,
String baseAddress,
String instanceId)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
Mono<ProcessModuleInfoInner> |
getInstanceProcessModuleAsync(String resourceGroupName,
String name,
String processId,
String baseAddress,
String instanceId)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
ProcessModuleInfoInner |
getInstanceProcessModuleSlot(String resourceGroupName,
String name,
String processId,
String baseAddress,
String slot,
String instanceId)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
Mono<ProcessModuleInfoInner> |
getInstanceProcessModuleSlotAsync(String resourceGroupName,
String name,
String processId,
String baseAddress,
String slot,
String instanceId)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.Response<ProcessModuleInfoInner> |
getInstanceProcessModuleSlotWithResponse(String resourceGroupName,
String name,
String processId,
String baseAddress,
String slot,
String instanceId,
com.azure.core.util.Context context)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
Mono<com.azure.core.http.rest.Response<ProcessModuleInfoInner>> |
getInstanceProcessModuleSlotWithResponseAsync(String resourceGroupName,
String name,
String processId,
String baseAddress,
String slot,
String instanceId)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.Response<ProcessModuleInfoInner> |
getInstanceProcessModuleWithResponse(String resourceGroupName,
String name,
String processId,
String baseAddress,
String instanceId,
com.azure.core.util.Context context)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
Mono<com.azure.core.http.rest.Response<ProcessModuleInfoInner>> |
getInstanceProcessModuleWithResponseAsync(String resourceGroupName,
String name,
String processId,
String baseAddress,
String instanceId)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
ProcessInfoInner |
getInstanceProcessSlot(String resourceGroupName,
String name,
String processId,
String slot,
String instanceId)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
Mono<ProcessInfoInner> |
getInstanceProcessSlotAsync(String resourceGroupName,
String name,
String processId,
String slot,
String instanceId)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.Response<ProcessInfoInner> |
getInstanceProcessSlotWithResponse(String resourceGroupName,
String name,
String processId,
String slot,
String instanceId,
com.azure.core.util.Context context)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
Mono<com.azure.core.http.rest.Response<ProcessInfoInner>> |
getInstanceProcessSlotWithResponseAsync(String resourceGroupName,
String name,
String processId,
String slot,
String instanceId)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.Response<ProcessInfoInner> |
getInstanceProcessWithResponse(String resourceGroupName,
String name,
String processId,
String instanceId,
com.azure.core.util.Context context)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
Mono<com.azure.core.http.rest.Response<ProcessInfoInner>> |
getInstanceProcessWithResponseAsync(String resourceGroupName,
String name,
String processId,
String instanceId)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
MigrateMySqlStatusInner |
getMigrateMySqlStatus(String resourceGroupName,
String name)
Description for Returns the status of MySql in app migration, if one is active, and whether or not MySql in app
is enabled.
|
Mono<MigrateMySqlStatusInner> |
getMigrateMySqlStatusAsync(String resourceGroupName,
String name)
Description for Returns the status of MySql in app migration, if one is active, and whether or not MySql in app
is enabled.
|
MigrateMySqlStatusInner |
getMigrateMySqlStatusSlot(String resourceGroupName,
String name,
String slot)
Description for Returns the status of MySql in app migration, if one is active, and whether or not MySql in app
is enabled.
|
Mono<MigrateMySqlStatusInner> |
getMigrateMySqlStatusSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Returns the status of MySql in app migration, if one is active, and whether or not MySql in app
is enabled.
|
com.azure.core.http.rest.Response<MigrateMySqlStatusInner> |
getMigrateMySqlStatusSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Returns the status of MySql in app migration, if one is active, and whether or not MySql in app
is enabled.
|
Mono<com.azure.core.http.rest.Response<MigrateMySqlStatusInner>> |
getMigrateMySqlStatusSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Returns the status of MySql in app migration, if one is active, and whether or not MySql in app
is enabled.
|
com.azure.core.http.rest.Response<MigrateMySqlStatusInner> |
getMigrateMySqlStatusWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Returns the status of MySql in app migration, if one is active, and whether or not MySql in app
is enabled.
|
Mono<com.azure.core.http.rest.Response<MigrateMySqlStatusInner>> |
getMigrateMySqlStatusWithResponseAsync(String resourceGroupName,
String name)
Description for Returns the status of MySql in app migration, if one is active, and whether or not MySql in app
is enabled.
|
MSDeployLogInner |
getMSDeployLog(String resourceGroupName,
String name)
Description for Get the MSDeploy Log for the last MSDeploy operation.
|
Mono<MSDeployLogInner> |
getMSDeployLogAsync(String resourceGroupName,
String name)
Description for Get the MSDeploy Log for the last MSDeploy operation.
|
MSDeployLogInner |
getMSDeployLogSlot(String resourceGroupName,
String name,
String slot)
Description for Get the MSDeploy Log for the last MSDeploy operation.
|
Mono<MSDeployLogInner> |
getMSDeployLogSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Get the MSDeploy Log for the last MSDeploy operation.
|
com.azure.core.http.rest.Response<MSDeployLogInner> |
getMSDeployLogSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Get the MSDeploy Log for the last MSDeploy operation.
|
Mono<com.azure.core.http.rest.Response<MSDeployLogInner>> |
getMSDeployLogSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Get the MSDeploy Log for the last MSDeploy operation.
|
com.azure.core.http.rest.Response<MSDeployLogInner> |
getMSDeployLogWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Get the MSDeploy Log for the last MSDeploy operation.
|
Mono<com.azure.core.http.rest.Response<MSDeployLogInner>> |
getMSDeployLogWithResponseAsync(String resourceGroupName,
String name)
Description for Get the MSDeploy Log for the last MSDeploy operation.
|
MSDeployStatusInner |
getMSDeployStatus(String resourceGroupName,
String name)
Description for Get the status of the last MSDeploy operation.
|
Mono<MSDeployStatusInner> |
getMSDeployStatusAsync(String resourceGroupName,
String name)
Description for Get the status of the last MSDeploy operation.
|
MSDeployStatusInner |
getMSDeployStatusSlot(String resourceGroupName,
String name,
String slot)
Description for Get the status of the last MSDeploy operation.
|
Mono<MSDeployStatusInner> |
getMSDeployStatusSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Get the status of the last MSDeploy operation.
|
com.azure.core.http.rest.Response<MSDeployStatusInner> |
getMSDeployStatusSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Get the status of the last MSDeploy operation.
|
Mono<com.azure.core.http.rest.Response<MSDeployStatusInner>> |
getMSDeployStatusSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Get the status of the last MSDeploy operation.
|
com.azure.core.http.rest.Response<MSDeployStatusInner> |
getMSDeployStatusWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Get the status of the last MSDeploy operation.
|
Mono<com.azure.core.http.rest.Response<MSDeployStatusInner>> |
getMSDeployStatusWithResponseAsync(String resourceGroupName,
String name)
Description for Get the status of the last MSDeploy operation.
|
Object |
getNetworkTraceOperation(String resourceGroupName,
String name,
String operationId)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
Mono<Object> |
getNetworkTraceOperationAsync(String resourceGroupName,
String name,
String operationId)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
Object |
getNetworkTraceOperationSlot(String resourceGroupName,
String name,
String operationId,
String slot)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
Mono<Object> |
getNetworkTraceOperationSlotAsync(String resourceGroupName,
String name,
String operationId,
String slot)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
Object |
getNetworkTraceOperationSlotV2(String resourceGroupName,
String name,
String operationId,
String slot)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
Mono<Object> |
getNetworkTraceOperationSlotV2Async(String resourceGroupName,
String name,
String operationId,
String slot)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
com.azure.core.http.rest.Response<Object> |
getNetworkTraceOperationSlotV2WithResponse(String resourceGroupName,
String name,
String operationId,
String slot,
com.azure.core.util.Context context)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<Object>> |
getNetworkTraceOperationSlotV2WithResponseAsync(String resourceGroupName,
String name,
String operationId,
String slot)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
com.azure.core.http.rest.Response<Object> |
getNetworkTraceOperationSlotWithResponse(String resourceGroupName,
String name,
String operationId,
String slot,
com.azure.core.util.Context context)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<Object>> |
getNetworkTraceOperationSlotWithResponseAsync(String resourceGroupName,
String name,
String operationId,
String slot)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
Object |
getNetworkTraceOperationV2(String resourceGroupName,
String name,
String operationId)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
Mono<Object> |
getNetworkTraceOperationV2Async(String resourceGroupName,
String name,
String operationId)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
com.azure.core.http.rest.Response<Object> |
getNetworkTraceOperationV2WithResponse(String resourceGroupName,
String name,
String operationId,
com.azure.core.util.Context context)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<Object>> |
getNetworkTraceOperationV2WithResponseAsync(String resourceGroupName,
String name,
String operationId)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
com.azure.core.http.rest.Response<Object> |
getNetworkTraceOperationWithResponse(String resourceGroupName,
String name,
String operationId,
com.azure.core.util.Context context)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<Object>> |
getNetworkTraceOperationWithResponseAsync(String resourceGroupName,
String name,
String operationId)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
List<NetworkTraceInner> |
getNetworkTraces(String resourceGroupName,
String name,
String operationId)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
Mono<List<NetworkTraceInner>> |
getNetworkTracesAsync(String resourceGroupName,
String name,
String operationId)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
List<NetworkTraceInner> |
getNetworkTracesSlot(String resourceGroupName,
String name,
String operationId,
String slot)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
Mono<List<NetworkTraceInner>> |
getNetworkTracesSlotAsync(String resourceGroupName,
String name,
String operationId,
String slot)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
List<NetworkTraceInner> |
getNetworkTracesSlotV2(String resourceGroupName,
String name,
String operationId,
String slot)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
Mono<List<NetworkTraceInner>> |
getNetworkTracesSlotV2Async(String resourceGroupName,
String name,
String operationId,
String slot)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
com.azure.core.http.rest.Response<List<NetworkTraceInner>> |
getNetworkTracesSlotV2WithResponse(String resourceGroupName,
String name,
String operationId,
String slot,
com.azure.core.util.Context context)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<List<NetworkTraceInner>>> |
getNetworkTracesSlotV2WithResponseAsync(String resourceGroupName,
String name,
String operationId,
String slot)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
com.azure.core.http.rest.Response<List<NetworkTraceInner>> |
getNetworkTracesSlotWithResponse(String resourceGroupName,
String name,
String operationId,
String slot,
com.azure.core.util.Context context)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<List<NetworkTraceInner>>> |
getNetworkTracesSlotWithResponseAsync(String resourceGroupName,
String name,
String operationId,
String slot)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
List<NetworkTraceInner> |
getNetworkTracesV2(String resourceGroupName,
String name,
String operationId)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
Mono<List<NetworkTraceInner>> |
getNetworkTracesV2Async(String resourceGroupName,
String name,
String operationId)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
com.azure.core.http.rest.Response<List<NetworkTraceInner>> |
getNetworkTracesV2WithResponse(String resourceGroupName,
String name,
String operationId,
com.azure.core.util.Context context)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<List<NetworkTraceInner>>> |
getNetworkTracesV2WithResponseAsync(String resourceGroupName,
String name,
String operationId)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
com.azure.core.http.rest.Response<List<NetworkTraceInner>> |
getNetworkTracesWithResponse(String resourceGroupName,
String name,
String operationId,
com.azure.core.util.Context context)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<List<NetworkTraceInner>>> |
getNetworkTracesWithResponseAsync(String resourceGroupName,
String name,
String operationId)
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
|
PremierAddOnInner |
getPremierAddOn(String resourceGroupName,
String name,
String premierAddOnName)
Description for Gets a named add-on of an app.
|
Mono<PremierAddOnInner> |
getPremierAddOnAsync(String resourceGroupName,
String name,
String premierAddOnName)
Description for Gets a named add-on of an app.
|
PremierAddOnInner |
getPremierAddOnSlot(String resourceGroupName,
String name,
String premierAddOnName,
String slot)
Description for Gets a named add-on of an app.
|
Mono<PremierAddOnInner> |
getPremierAddOnSlotAsync(String resourceGroupName,
String name,
String premierAddOnName,
String slot)
Description for Gets a named add-on of an app.
|
com.azure.core.http.rest.Response<PremierAddOnInner> |
getPremierAddOnSlotWithResponse(String resourceGroupName,
String name,
String premierAddOnName,
String slot,
com.azure.core.util.Context context)
Description for Gets a named add-on of an app.
|
Mono<com.azure.core.http.rest.Response<PremierAddOnInner>> |
getPremierAddOnSlotWithResponseAsync(String resourceGroupName,
String name,
String premierAddOnName,
String slot)
Description for Gets a named add-on of an app.
|
com.azure.core.http.rest.Response<PremierAddOnInner> |
getPremierAddOnWithResponse(String resourceGroupName,
String name,
String premierAddOnName,
com.azure.core.util.Context context)
Description for Gets a named add-on of an app.
|
Mono<com.azure.core.http.rest.Response<PremierAddOnInner>> |
getPremierAddOnWithResponseAsync(String resourceGroupName,
String name,
String premierAddOnName)
Description for Gets a named add-on of an app.
|
PrivateAccessInner |
getPrivateAccess(String resourceGroupName,
String name)
Description for Gets data around private site access enablement and authorized Virtual Networks that can access
the site.
|
Mono<PrivateAccessInner> |
getPrivateAccessAsync(String resourceGroupName,
String name)
Description for Gets data around private site access enablement and authorized Virtual Networks that can access
the site.
|
PrivateAccessInner |
getPrivateAccessSlot(String resourceGroupName,
String name,
String slot)
Description for Gets data around private site access enablement and authorized Virtual Networks that can access
the site.
|
Mono<PrivateAccessInner> |
getPrivateAccessSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets data around private site access enablement and authorized Virtual Networks that can access
the site.
|
com.azure.core.http.rest.Response<PrivateAccessInner> |
getPrivateAccessSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets data around private site access enablement and authorized Virtual Networks that can access
the site.
|
Mono<com.azure.core.http.rest.Response<PrivateAccessInner>> |
getPrivateAccessSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Gets data around private site access enablement and authorized Virtual Networks that can access
the site.
|
com.azure.core.http.rest.Response<PrivateAccessInner> |
getPrivateAccessWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets data around private site access enablement and authorized Virtual Networks that can access
the site.
|
Mono<com.azure.core.http.rest.Response<PrivateAccessInner>> |
getPrivateAccessWithResponseAsync(String resourceGroupName,
String name)
Description for Gets data around private site access enablement and authorized Virtual Networks that can access
the site.
|
RemotePrivateEndpointConnectionArmResourceInner |
getPrivateEndpointConnection(String resourceGroupName,
String name,
String privateEndpointConnectionName)
Description for Gets a private endpoint connection.
|
Mono<RemotePrivateEndpointConnectionArmResourceInner> |
getPrivateEndpointConnectionAsync(String resourceGroupName,
String name,
String privateEndpointConnectionName)
Description for Gets a private endpoint connection.
|
com.azure.core.http.rest.PagedIterable<RemotePrivateEndpointConnectionArmResourceInner> |
getPrivateEndpointConnectionList(String resourceGroupName,
String name)
Description for Gets the list of private endpoint connections associated with a site.
|
com.azure.core.http.rest.PagedIterable<RemotePrivateEndpointConnectionArmResourceInner> |
getPrivateEndpointConnectionList(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets the list of private endpoint connections associated with a site.
|
com.azure.core.http.rest.PagedFlux<RemotePrivateEndpointConnectionArmResourceInner> |
getPrivateEndpointConnectionListAsync(String resourceGroupName,
String name)
Description for Gets the list of private endpoint connections associated with a site.
|
com.azure.core.http.rest.PagedIterable<RemotePrivateEndpointConnectionArmResourceInner> |
getPrivateEndpointConnectionListSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the list of private endpoint connections associated with a site.
|
com.azure.core.http.rest.PagedIterable<RemotePrivateEndpointConnectionArmResourceInner> |
getPrivateEndpointConnectionListSlot(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets the list of private endpoint connections associated with a site.
|
com.azure.core.http.rest.PagedFlux<RemotePrivateEndpointConnectionArmResourceInner> |
getPrivateEndpointConnectionListSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the list of private endpoint connections associated with a site.
|
RemotePrivateEndpointConnectionArmResourceInner |
getPrivateEndpointConnectionSlot(String resourceGroupName,
String name,
String privateEndpointConnectionName,
String slot)
Description for Gets a private endpoint connection.
|
Mono<RemotePrivateEndpointConnectionArmResourceInner> |
getPrivateEndpointConnectionSlotAsync(String resourceGroupName,
String name,
String privateEndpointConnectionName,
String slot)
Description for Gets a private endpoint connection.
|
com.azure.core.http.rest.Response<RemotePrivateEndpointConnectionArmResourceInner> |
getPrivateEndpointConnectionSlotWithResponse(String resourceGroupName,
String name,
String privateEndpointConnectionName,
String slot,
com.azure.core.util.Context context)
Description for Gets a private endpoint connection.
|
Mono<com.azure.core.http.rest.Response<RemotePrivateEndpointConnectionArmResourceInner>> |
getPrivateEndpointConnectionSlotWithResponseAsync(String resourceGroupName,
String name,
String privateEndpointConnectionName,
String slot)
Description for Gets a private endpoint connection.
|
com.azure.core.http.rest.Response<RemotePrivateEndpointConnectionArmResourceInner> |
getPrivateEndpointConnectionWithResponse(String resourceGroupName,
String name,
String privateEndpointConnectionName,
com.azure.core.util.Context context)
Description for Gets a private endpoint connection.
|
Mono<com.azure.core.http.rest.Response<RemotePrivateEndpointConnectionArmResourceInner>> |
getPrivateEndpointConnectionWithResponseAsync(String resourceGroupName,
String name,
String privateEndpointConnectionName)
Description for Gets a private endpoint connection.
|
PrivateLinkResourcesWrapperInner |
getPrivateLinkResources(String resourceGroupName,
String name)
Description for Gets the private link resources.
|
Mono<PrivateLinkResourcesWrapperInner> |
getPrivateLinkResourcesAsync(String resourceGroupName,
String name)
Description for Gets the private link resources.
|
PrivateLinkResourcesWrapperInner |
getPrivateLinkResourcesSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the private link resources.
|
Mono<PrivateLinkResourcesWrapperInner> |
getPrivateLinkResourcesSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the private link resources.
|
com.azure.core.http.rest.Response<PrivateLinkResourcesWrapperInner> |
getPrivateLinkResourcesSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets the private link resources.
|
Mono<com.azure.core.http.rest.Response<PrivateLinkResourcesWrapperInner>> |
getPrivateLinkResourcesSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the private link resources.
|
com.azure.core.http.rest.Response<PrivateLinkResourcesWrapperInner> |
getPrivateLinkResourcesWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets the private link resources.
|
Mono<com.azure.core.http.rest.Response<PrivateLinkResourcesWrapperInner>> |
getPrivateLinkResourcesWithResponseAsync(String resourceGroupName,
String name)
Description for Gets the private link resources.
|
ProcessInfoInner |
getProcess(String resourceGroupName,
String name,
String processId)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
Mono<ProcessInfoInner> |
getProcessAsync(String resourceGroupName,
String name,
String processId)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
InputStream |
getProcessDump(String resourceGroupName,
String name,
String processId)
Description for Get a memory dump of a process by its ID for a specific scaled-out instance in a web site.
|
Flux<ByteBuffer> |
getProcessDumpAsync(String resourceGroupName,
String name,
String processId)
Description for Get a memory dump of a process by its ID for a specific scaled-out instance in a web site.
|
InputStream |
getProcessDumpSlot(String resourceGroupName,
String name,
String processId,
String slot)
Description for Get a memory dump of a process by its ID for a specific scaled-out instance in a web site.
|
Flux<ByteBuffer> |
getProcessDumpSlotAsync(String resourceGroupName,
String name,
String processId,
String slot)
Description for Get a memory dump of a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.StreamResponse |
getProcessDumpSlotWithResponse(String resourceGroupName,
String name,
String processId,
String slot,
com.azure.core.util.Context context)
Description for Get a memory dump of a process by its ID for a specific scaled-out instance in a web site.
|
Mono<com.azure.core.http.rest.StreamResponse> |
getProcessDumpSlotWithResponseAsync(String resourceGroupName,
String name,
String processId,
String slot)
Description for Get a memory dump of a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.StreamResponse |
getProcessDumpWithResponse(String resourceGroupName,
String name,
String processId,
com.azure.core.util.Context context)
Description for Get a memory dump of a process by its ID for a specific scaled-out instance in a web site.
|
Mono<com.azure.core.http.rest.StreamResponse> |
getProcessDumpWithResponseAsync(String resourceGroupName,
String name,
String processId)
Description for Get a memory dump of a process by its ID for a specific scaled-out instance in a web site.
|
ProcessModuleInfoInner |
getProcessModule(String resourceGroupName,
String name,
String processId,
String baseAddress)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
Mono<ProcessModuleInfoInner> |
getProcessModuleAsync(String resourceGroupName,
String name,
String processId,
String baseAddress)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
ProcessModuleInfoInner |
getProcessModuleSlot(String resourceGroupName,
String name,
String processId,
String baseAddress,
String slot)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
Mono<ProcessModuleInfoInner> |
getProcessModuleSlotAsync(String resourceGroupName,
String name,
String processId,
String baseAddress,
String slot)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.Response<ProcessModuleInfoInner> |
getProcessModuleSlotWithResponse(String resourceGroupName,
String name,
String processId,
String baseAddress,
String slot,
com.azure.core.util.Context context)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
Mono<com.azure.core.http.rest.Response<ProcessModuleInfoInner>> |
getProcessModuleSlotWithResponseAsync(String resourceGroupName,
String name,
String processId,
String baseAddress,
String slot)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.Response<ProcessModuleInfoInner> |
getProcessModuleWithResponse(String resourceGroupName,
String name,
String processId,
String baseAddress,
com.azure.core.util.Context context)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
Mono<com.azure.core.http.rest.Response<ProcessModuleInfoInner>> |
getProcessModuleWithResponseAsync(String resourceGroupName,
String name,
String processId,
String baseAddress)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
ProcessInfoInner |
getProcessSlot(String resourceGroupName,
String name,
String processId,
String slot)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
Mono<ProcessInfoInner> |
getProcessSlotAsync(String resourceGroupName,
String name,
String processId,
String slot)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.Response<ProcessInfoInner> |
getProcessSlotWithResponse(String resourceGroupName,
String name,
String processId,
String slot,
com.azure.core.util.Context context)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
Mono<com.azure.core.http.rest.Response<ProcessInfoInner>> |
getProcessSlotWithResponseAsync(String resourceGroupName,
String name,
String processId,
String slot)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.Response<ProcessInfoInner> |
getProcessWithResponse(String resourceGroupName,
String name,
String processId,
com.azure.core.util.Context context)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
Mono<com.azure.core.http.rest.Response<ProcessInfoInner>> |
getProcessWithResponseAsync(String resourceGroupName,
String name,
String processId)
Description for Get process information by its ID for a specific scaled-out instance in a web site.
|
PublicCertificateInner |
getPublicCertificate(String resourceGroupName,
String name,
String publicCertificateName)
Description for Get the named public certificate for an app (or deployment slot, if specified).
|
Mono<PublicCertificateInner> |
getPublicCertificateAsync(String resourceGroupName,
String name,
String publicCertificateName)
Description for Get the named public certificate for an app (or deployment slot, if specified).
|
PublicCertificateInner |
getPublicCertificateSlot(String resourceGroupName,
String name,
String slot,
String publicCertificateName)
Description for Get the named public certificate for an app (or deployment slot, if specified).
|
Mono<PublicCertificateInner> |
getPublicCertificateSlotAsync(String resourceGroupName,
String name,
String slot,
String publicCertificateName)
Description for Get the named public certificate for an app (or deployment slot, if specified).
|
com.azure.core.http.rest.Response<PublicCertificateInner> |
getPublicCertificateSlotWithResponse(String resourceGroupName,
String name,
String slot,
String publicCertificateName,
com.azure.core.util.Context context)
Description for Get the named public certificate for an app (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<PublicCertificateInner>> |
getPublicCertificateSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
String publicCertificateName)
Description for Get the named public certificate for an app (or deployment slot, if specified).
|
com.azure.core.http.rest.Response<PublicCertificateInner> |
getPublicCertificateWithResponse(String resourceGroupName,
String name,
String publicCertificateName,
com.azure.core.util.Context context)
Description for Get the named public certificate for an app (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<PublicCertificateInner>> |
getPublicCertificateWithResponseAsync(String resourceGroupName,
String name,
String publicCertificateName)
Description for Get the named public certificate for an app (or deployment slot, if specified).
|
RelayServiceConnectionEntityInner |
getRelayServiceConnection(String resourceGroupName,
String name,
String entityName)
Description for Gets a hybrid connection configuration by its name.
|
Mono<RelayServiceConnectionEntityInner> |
getRelayServiceConnectionAsync(String resourceGroupName,
String name,
String entityName)
Description for Gets a hybrid connection configuration by its name.
|
RelayServiceConnectionEntityInner |
getRelayServiceConnectionSlot(String resourceGroupName,
String name,
String entityName,
String slot)
Description for Gets a hybrid connection configuration by its name.
|
Mono<RelayServiceConnectionEntityInner> |
getRelayServiceConnectionSlotAsync(String resourceGroupName,
String name,
String entityName,
String slot)
Description for Gets a hybrid connection configuration by its name.
|
com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner> |
getRelayServiceConnectionSlotWithResponse(String resourceGroupName,
String name,
String entityName,
String slot,
com.azure.core.util.Context context)
Description for Gets a hybrid connection configuration by its name.
|
Mono<com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner>> |
getRelayServiceConnectionSlotWithResponseAsync(String resourceGroupName,
String name,
String entityName,
String slot)
Description for Gets a hybrid connection configuration by its name.
|
com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner> |
getRelayServiceConnectionWithResponse(String resourceGroupName,
String name,
String entityName,
com.azure.core.util.Context context)
Description for Gets a hybrid connection configuration by its name.
|
Mono<com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner>> |
getRelayServiceConnectionWithResponseAsync(String resourceGroupName,
String name,
String entityName)
Description for Gets a hybrid connection configuration by its name.
|
CsmPublishingCredentialsPoliciesEntityInner |
getScmAllowed(String resourceGroupName,
String name)
Description for Returns whether Scm basic auth is allowed on the site or not.
|
Mono<CsmPublishingCredentialsPoliciesEntityInner> |
getScmAllowedAsync(String resourceGroupName,
String name)
Description for Returns whether Scm basic auth is allowed on the site or not.
|
CsmPublishingCredentialsPoliciesEntityInner |
getScmAllowedSlot(String resourceGroupName,
String name,
String slot)
Description for Returns whether Scm basic auth is allowed on the site or not.
|
Mono<CsmPublishingCredentialsPoliciesEntityInner> |
getScmAllowedSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Returns whether Scm basic auth is allowed on the site or not.
|
com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner> |
getScmAllowedSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Returns whether Scm basic auth is allowed on the site or not.
|
Mono<com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner>> |
getScmAllowedSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Returns whether Scm basic auth is allowed on the site or not.
|
com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner> |
getScmAllowedWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Returns whether Scm basic auth is allowed on the site or not.
|
Mono<com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner>> |
getScmAllowedWithResponseAsync(String resourceGroupName,
String name)
Description for Returns whether Scm basic auth is allowed on the site or not.
|
ApiKVReferenceInner |
getSiteConnectionStringKeyVaultReference(String resourceGroupName,
String name,
String connectionStringKey)
Description for Gets the config reference and status of an app.
|
Mono<ApiKVReferenceInner> |
getSiteConnectionStringKeyVaultReferenceAsync(String resourceGroupName,
String name,
String connectionStringKey)
Description for Gets the config reference and status of an app.
|
com.azure.core.http.rest.PagedIterable<ApiKVReferenceInner> |
getSiteConnectionStringKeyVaultReferences(String resourceGroupName,
String name)
Description for Gets the config reference app settings and status of an app.
|
com.azure.core.http.rest.PagedIterable<ApiKVReferenceInner> |
getSiteConnectionStringKeyVaultReferences(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets the config reference app settings and status of an app.
|
com.azure.core.http.rest.PagedFlux<ApiKVReferenceInner> |
getSiteConnectionStringKeyVaultReferencesAsync(String resourceGroupName,
String name)
Description for Gets the config reference app settings and status of an app.
|
ApiKVReferenceInner |
getSiteConnectionStringKeyVaultReferenceSlot(String resourceGroupName,
String name,
String connectionStringKey,
String slot)
Description for Gets the config reference and status of an app.
|
Mono<ApiKVReferenceInner> |
getSiteConnectionStringKeyVaultReferenceSlotAsync(String resourceGroupName,
String name,
String connectionStringKey,
String slot)
Description for Gets the config reference and status of an app.
|
com.azure.core.http.rest.Response<ApiKVReferenceInner> |
getSiteConnectionStringKeyVaultReferenceSlotWithResponse(String resourceGroupName,
String name,
String connectionStringKey,
String slot,
com.azure.core.util.Context context)
Description for Gets the config reference and status of an app.
|
Mono<com.azure.core.http.rest.Response<ApiKVReferenceInner>> |
getSiteConnectionStringKeyVaultReferenceSlotWithResponseAsync(String resourceGroupName,
String name,
String connectionStringKey,
String slot)
Description for Gets the config reference and status of an app.
|
com.azure.core.http.rest.PagedIterable<ApiKVReferenceInner> |
getSiteConnectionStringKeyVaultReferencesSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the config reference app settings and status of an app.
|
com.azure.core.http.rest.PagedIterable<ApiKVReferenceInner> |
getSiteConnectionStringKeyVaultReferencesSlot(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets the config reference app settings and status of an app.
|
com.azure.core.http.rest.PagedFlux<ApiKVReferenceInner> |
getSiteConnectionStringKeyVaultReferencesSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the config reference app settings and status of an app.
|
com.azure.core.http.rest.Response<ApiKVReferenceInner> |
getSiteConnectionStringKeyVaultReferenceWithResponse(String resourceGroupName,
String name,
String connectionStringKey,
com.azure.core.util.Context context)
Description for Gets the config reference and status of an app.
|
Mono<com.azure.core.http.rest.Response<ApiKVReferenceInner>> |
getSiteConnectionStringKeyVaultReferenceWithResponseAsync(String resourceGroupName,
String name,
String connectionStringKey)
Description for Gets the config reference and status of an app.
|
SiteExtensionInfoInner |
getSiteExtension(String resourceGroupName,
String name,
String siteExtensionId)
Description for Get site extension information by its ID for a web site, or a deployment slot.
|
Mono<SiteExtensionInfoInner> |
getSiteExtensionAsync(String resourceGroupName,
String name,
String siteExtensionId)
Description for Get site extension information by its ID for a web site, or a deployment slot.
|
SiteExtensionInfoInner |
getSiteExtensionSlot(String resourceGroupName,
String name,
String siteExtensionId,
String slot)
Description for Get site extension information by its ID for a web site, or a deployment slot.
|
Mono<SiteExtensionInfoInner> |
getSiteExtensionSlotAsync(String resourceGroupName,
String name,
String siteExtensionId,
String slot)
Description for Get site extension information by its ID for a web site, or a deployment slot.
|
com.azure.core.http.rest.Response<SiteExtensionInfoInner> |
getSiteExtensionSlotWithResponse(String resourceGroupName,
String name,
String siteExtensionId,
String slot,
com.azure.core.util.Context context)
Description for Get site extension information by its ID for a web site, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<SiteExtensionInfoInner>> |
getSiteExtensionSlotWithResponseAsync(String resourceGroupName,
String name,
String siteExtensionId,
String slot)
Description for Get site extension information by its ID for a web site, or a deployment slot.
|
com.azure.core.http.rest.Response<SiteExtensionInfoInner> |
getSiteExtensionWithResponse(String resourceGroupName,
String name,
String siteExtensionId,
com.azure.core.util.Context context)
Description for Get site extension information by its ID for a web site, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<SiteExtensionInfoInner>> |
getSiteExtensionWithResponseAsync(String resourceGroupName,
String name,
String siteExtensionId)
Description for Get site extension information by its ID for a web site, or a deployment slot.
|
SitePhpErrorLogFlagInner |
getSitePhpErrorLogFlag(String resourceGroupName,
String name)
Description for Gets web app's event logs.
|
Mono<SitePhpErrorLogFlagInner> |
getSitePhpErrorLogFlagAsync(String resourceGroupName,
String name)
Description for Gets web app's event logs.
|
SitePhpErrorLogFlagInner |
getSitePhpErrorLogFlagSlot(String resourceGroupName,
String name,
String slot)
Description for Gets web app's event logs.
|
Mono<SitePhpErrorLogFlagInner> |
getSitePhpErrorLogFlagSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets web app's event logs.
|
com.azure.core.http.rest.Response<SitePhpErrorLogFlagInner> |
getSitePhpErrorLogFlagSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets web app's event logs.
|
Mono<com.azure.core.http.rest.Response<SitePhpErrorLogFlagInner>> |
getSitePhpErrorLogFlagSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Gets web app's event logs.
|
com.azure.core.http.rest.Response<SitePhpErrorLogFlagInner> |
getSitePhpErrorLogFlagWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets web app's event logs.
|
Mono<com.azure.core.http.rest.Response<SitePhpErrorLogFlagInner>> |
getSitePhpErrorLogFlagWithResponseAsync(String resourceGroupName,
String name)
Description for Gets web app's event logs.
|
SiteInner |
getSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the details of a web, mobile, or API app.
|
Mono<SiteInner> |
getSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the details of a web, mobile, or API app.
|
com.azure.core.http.rest.Response<SiteInner> |
getSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets the details of a web, mobile, or API app.
|
Mono<com.azure.core.http.rest.Response<SiteInner>> |
getSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the details of a web, mobile, or API app.
|
SiteSourceControlInner |
getSourceControl(String resourceGroupName,
String name)
Description for Gets the source control configuration of an app.
|
Mono<SiteSourceControlInner> |
getSourceControlAsync(String resourceGroupName,
String name)
Description for Gets the source control configuration of an app.
|
SiteSourceControlInner |
getSourceControlSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the source control configuration of an app.
|
Mono<SiteSourceControlInner> |
getSourceControlSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the source control configuration of an app.
|
com.azure.core.http.rest.Response<SiteSourceControlInner> |
getSourceControlSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets the source control configuration of an app.
|
Mono<com.azure.core.http.rest.Response<SiteSourceControlInner>> |
getSourceControlSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the source control configuration of an app.
|
com.azure.core.http.rest.Response<SiteSourceControlInner> |
getSourceControlWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets the source control configuration of an app.
|
Mono<com.azure.core.http.rest.Response<SiteSourceControlInner>> |
getSourceControlWithResponseAsync(String resourceGroupName,
String name)
Description for Gets the source control configuration of an app.
|
SwiftVirtualNetworkInner |
getSwiftVirtualNetworkConnection(String resourceGroupName,
String name)
Description for Gets a Swift Virtual Network connection.
|
Mono<SwiftVirtualNetworkInner> |
getSwiftVirtualNetworkConnectionAsync(String resourceGroupName,
String name)
Description for Gets a Swift Virtual Network connection.
|
SwiftVirtualNetworkInner |
getSwiftVirtualNetworkConnectionSlot(String resourceGroupName,
String name,
String slot)
Description for Gets a Swift Virtual Network connection.
|
Mono<SwiftVirtualNetworkInner> |
getSwiftVirtualNetworkConnectionSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets a Swift Virtual Network connection.
|
com.azure.core.http.rest.Response<SwiftVirtualNetworkInner> |
getSwiftVirtualNetworkConnectionSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets a Swift Virtual Network connection.
|
Mono<com.azure.core.http.rest.Response<SwiftVirtualNetworkInner>> |
getSwiftVirtualNetworkConnectionSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Gets a Swift Virtual Network connection.
|
com.azure.core.http.rest.Response<SwiftVirtualNetworkInner> |
getSwiftVirtualNetworkConnectionWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets a Swift Virtual Network connection.
|
Mono<com.azure.core.http.rest.Response<SwiftVirtualNetworkInner>> |
getSwiftVirtualNetworkConnectionWithResponseAsync(String resourceGroupName,
String name)
Description for Gets a Swift Virtual Network connection.
|
TriggeredWebJobInner |
getTriggeredWebJob(String resourceGroupName,
String name,
String webJobName)
Description for Gets a triggered web job by its ID for an app, or a deployment slot.
|
Mono<TriggeredWebJobInner> |
getTriggeredWebJobAsync(String resourceGroupName,
String name,
String webJobName)
Description for Gets a triggered web job by its ID for an app, or a deployment slot.
|
TriggeredJobHistoryInner |
getTriggeredWebJobHistory(String resourceGroupName,
String name,
String webJobName,
String id)
Description for Gets a triggered web job's history by its ID for an app, , or a deployment slot.
|
Mono<TriggeredJobHistoryInner> |
getTriggeredWebJobHistoryAsync(String resourceGroupName,
String name,
String webJobName,
String id)
Description for Gets a triggered web job's history by its ID for an app, , or a deployment slot.
|
TriggeredJobHistoryInner |
getTriggeredWebJobHistorySlot(String resourceGroupName,
String name,
String webJobName,
String id,
String slot)
Description for Gets a triggered web job's history by its ID for an app, , or a deployment slot.
|
Mono<TriggeredJobHistoryInner> |
getTriggeredWebJobHistorySlotAsync(String resourceGroupName,
String name,
String webJobName,
String id,
String slot)
Description for Gets a triggered web job's history by its ID for an app, , or a deployment slot.
|
com.azure.core.http.rest.Response<TriggeredJobHistoryInner> |
getTriggeredWebJobHistorySlotWithResponse(String resourceGroupName,
String name,
String webJobName,
String id,
String slot,
com.azure.core.util.Context context)
Description for Gets a triggered web job's history by its ID for an app, , or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<TriggeredJobHistoryInner>> |
getTriggeredWebJobHistorySlotWithResponseAsync(String resourceGroupName,
String name,
String webJobName,
String id,
String slot)
Description for Gets a triggered web job's history by its ID for an app, , or a deployment slot.
|
com.azure.core.http.rest.Response<TriggeredJobHistoryInner> |
getTriggeredWebJobHistoryWithResponse(String resourceGroupName,
String name,
String webJobName,
String id,
com.azure.core.util.Context context)
Description for Gets a triggered web job's history by its ID for an app, , or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<TriggeredJobHistoryInner>> |
getTriggeredWebJobHistoryWithResponseAsync(String resourceGroupName,
String name,
String webJobName,
String id)
Description for Gets a triggered web job's history by its ID for an app, , or a deployment slot.
|
TriggeredWebJobInner |
getTriggeredWebJobSlot(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for Gets a triggered web job by its ID for an app, or a deployment slot.
|
Mono<TriggeredWebJobInner> |
getTriggeredWebJobSlotAsync(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for Gets a triggered web job by its ID for an app, or a deployment slot.
|
com.azure.core.http.rest.Response<TriggeredWebJobInner> |
getTriggeredWebJobSlotWithResponse(String resourceGroupName,
String name,
String webJobName,
String slot,
com.azure.core.util.Context context)
Description for Gets a triggered web job by its ID for an app, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<TriggeredWebJobInner>> |
getTriggeredWebJobSlotWithResponseAsync(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for Gets a triggered web job by its ID for an app, or a deployment slot.
|
com.azure.core.http.rest.Response<TriggeredWebJobInner> |
getTriggeredWebJobWithResponse(String resourceGroupName,
String name,
String webJobName,
com.azure.core.util.Context context)
Description for Gets a triggered web job by its ID for an app, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<TriggeredWebJobInner>> |
getTriggeredWebJobWithResponseAsync(String resourceGroupName,
String name,
String webJobName)
Description for Gets a triggered web job by its ID for an app, or a deployment slot.
|
VnetInfoInner |
getVnetConnection(String resourceGroupName,
String name,
String vnetName)
Description for Gets a virtual network the app (or deployment slot) is connected to by name.
|
Mono<VnetInfoInner> |
getVnetConnectionAsync(String resourceGroupName,
String name,
String vnetName)
Description for Gets a virtual network the app (or deployment slot) is connected to by name.
|
VnetGatewayInner |
getVnetConnectionGateway(String resourceGroupName,
String name,
String vnetName,
String gatewayName)
Description for Gets an app's Virtual Network gateway.
|
Mono<VnetGatewayInner> |
getVnetConnectionGatewayAsync(String resourceGroupName,
String name,
String vnetName,
String gatewayName)
Description for Gets an app's Virtual Network gateway.
|
VnetGatewayInner |
getVnetConnectionGatewaySlot(String resourceGroupName,
String name,
String vnetName,
String gatewayName,
String slot)
Description for Gets an app's Virtual Network gateway.
|
Mono<VnetGatewayInner> |
getVnetConnectionGatewaySlotAsync(String resourceGroupName,
String name,
String vnetName,
String gatewayName,
String slot)
Description for Gets an app's Virtual Network gateway.
|
com.azure.core.http.rest.Response<VnetGatewayInner> |
getVnetConnectionGatewaySlotWithResponse(String resourceGroupName,
String name,
String vnetName,
String gatewayName,
String slot,
com.azure.core.util.Context context)
Description for Gets an app's Virtual Network gateway.
|
Mono<com.azure.core.http.rest.Response<VnetGatewayInner>> |
getVnetConnectionGatewaySlotWithResponseAsync(String resourceGroupName,
String name,
String vnetName,
String gatewayName,
String slot)
Description for Gets an app's Virtual Network gateway.
|
com.azure.core.http.rest.Response<VnetGatewayInner> |
getVnetConnectionGatewayWithResponse(String resourceGroupName,
String name,
String vnetName,
String gatewayName,
com.azure.core.util.Context context)
Description for Gets an app's Virtual Network gateway.
|
Mono<com.azure.core.http.rest.Response<VnetGatewayInner>> |
getVnetConnectionGatewayWithResponseAsync(String resourceGroupName,
String name,
String vnetName,
String gatewayName)
Description for Gets an app's Virtual Network gateway.
|
VnetInfoInner |
getVnetConnectionSlot(String resourceGroupName,
String name,
String vnetName,
String slot)
Description for Gets a virtual network the app (or deployment slot) is connected to by name.
|
Mono<VnetInfoInner> |
getVnetConnectionSlotAsync(String resourceGroupName,
String name,
String vnetName,
String slot)
Description for Gets a virtual network the app (or deployment slot) is connected to by name.
|
com.azure.core.http.rest.Response<VnetInfoInner> |
getVnetConnectionSlotWithResponse(String resourceGroupName,
String name,
String vnetName,
String slot,
com.azure.core.util.Context context)
Description for Gets a virtual network the app (or deployment slot) is connected to by name.
|
Mono<com.azure.core.http.rest.Response<VnetInfoInner>> |
getVnetConnectionSlotWithResponseAsync(String resourceGroupName,
String name,
String vnetName,
String slot)
Description for Gets a virtual network the app (or deployment slot) is connected to by name.
|
com.azure.core.http.rest.Response<VnetInfoInner> |
getVnetConnectionWithResponse(String resourceGroupName,
String name,
String vnetName,
com.azure.core.util.Context context)
Description for Gets a virtual network the app (or deployment slot) is connected to by name.
|
Mono<com.azure.core.http.rest.Response<VnetInfoInner>> |
getVnetConnectionWithResponseAsync(String resourceGroupName,
String name,
String vnetName)
Description for Gets a virtual network the app (or deployment slot) is connected to by name.
|
WebJobInner |
getWebJob(String resourceGroupName,
String name,
String webJobName)
Description for Get webjob information for an app, or a deployment slot.
|
Mono<WebJobInner> |
getWebJobAsync(String resourceGroupName,
String name,
String webJobName)
Description for Get webjob information for an app, or a deployment slot.
|
WebJobInner |
getWebJobSlot(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for Get webjob information for an app, or a deployment slot.
|
Mono<WebJobInner> |
getWebJobSlotAsync(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for Get webjob information for an app, or a deployment slot.
|
com.azure.core.http.rest.Response<WebJobInner> |
getWebJobSlotWithResponse(String resourceGroupName,
String name,
String webJobName,
String slot,
com.azure.core.util.Context context)
Description for Get webjob information for an app, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<WebJobInner>> |
getWebJobSlotWithResponseAsync(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for Get webjob information for an app, or a deployment slot.
|
com.azure.core.http.rest.Response<WebJobInner> |
getWebJobWithResponse(String resourceGroupName,
String name,
String webJobName,
com.azure.core.util.Context context)
Description for Get webjob information for an app, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<WebJobInner>> |
getWebJobWithResponseAsync(String resourceGroupName,
String name,
String webJobName)
Description for Get webjob information for an app, or a deployment slot.
|
InputStream |
getWebSiteContainerLogs(String resourceGroupName,
String name)
Description for Gets the last lines of docker logs for the given site.
|
Flux<ByteBuffer> |
getWebSiteContainerLogsAsync(String resourceGroupName,
String name)
Description for Gets the last lines of docker logs for the given site.
|
InputStream |
getWebSiteContainerLogsSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the last lines of docker logs for the given site.
|
Flux<ByteBuffer> |
getWebSiteContainerLogsSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the last lines of docker logs for the given site.
|
com.azure.core.http.rest.StreamResponse |
getWebSiteContainerLogsSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets the last lines of docker logs for the given site.
|
Mono<com.azure.core.http.rest.StreamResponse> |
getWebSiteContainerLogsSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the last lines of docker logs for the given site.
|
com.azure.core.http.rest.StreamResponse |
getWebSiteContainerLogsWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets the last lines of docker logs for the given site.
|
Mono<com.azure.core.http.rest.StreamResponse> |
getWebSiteContainerLogsWithResponseAsync(String resourceGroupName,
String name)
Description for Gets the last lines of docker logs for the given site.
|
SiteExtensionInfoInner |
installSiteExtension(String resourceGroupName,
String name,
String siteExtensionId)
Description for Install site extension on a web site, or a deployment slot.
|
SiteExtensionInfoInner |
installSiteExtension(String resourceGroupName,
String name,
String siteExtensionId,
com.azure.core.util.Context context)
Description for Install site extension on a web site, or a deployment slot.
|
Mono<SiteExtensionInfoInner> |
installSiteExtensionAsync(String resourceGroupName,
String name,
String siteExtensionId)
Description for Install site extension on a web site, or a deployment slot.
|
SiteExtensionInfoInner |
installSiteExtensionSlot(String resourceGroupName,
String name,
String siteExtensionId,
String slot)
Description for Install site extension on a web site, or a deployment slot.
|
SiteExtensionInfoInner |
installSiteExtensionSlot(String resourceGroupName,
String name,
String siteExtensionId,
String slot,
com.azure.core.util.Context context)
Description for Install site extension on a web site, or a deployment slot.
|
Mono<SiteExtensionInfoInner> |
installSiteExtensionSlotAsync(String resourceGroupName,
String name,
String siteExtensionId,
String slot)
Description for Install site extension on a web site, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
installSiteExtensionSlotWithResponseAsync(String resourceGroupName,
String name,
String siteExtensionId,
String slot)
Description for Install site extension on a web site, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
installSiteExtensionWithResponseAsync(String resourceGroupName,
String name,
String siteExtensionId)
Description for Install site extension on a web site, or a deployment slot.
|
SiteCloneabilityInner |
isCloneable(String resourceGroupName,
String name)
Description for Shows whether an app can be cloned to another resource group or subscription.
|
Mono<SiteCloneabilityInner> |
isCloneableAsync(String resourceGroupName,
String name)
Description for Shows whether an app can be cloned to another resource group or subscription.
|
SiteCloneabilityInner |
isCloneableSlot(String resourceGroupName,
String name,
String slot)
Description for Shows whether an app can be cloned to another resource group or subscription.
|
Mono<SiteCloneabilityInner> |
isCloneableSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Shows whether an app can be cloned to another resource group or subscription.
|
com.azure.core.http.rest.Response<SiteCloneabilityInner> |
isCloneableSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Shows whether an app can be cloned to another resource group or subscription.
|
Mono<com.azure.core.http.rest.Response<SiteCloneabilityInner>> |
isCloneableSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Shows whether an app can be cloned to another resource group or subscription.
|
com.azure.core.http.rest.Response<SiteCloneabilityInner> |
isCloneableWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Shows whether an app can be cloned to another resource group or subscription.
|
Mono<com.azure.core.http.rest.Response<SiteCloneabilityInner>> |
isCloneableWithResponseAsync(String resourceGroupName,
String name)
Description for Shows whether an app can be cloned to another resource group or subscription.
|
com.azure.core.http.rest.PagedIterable<SiteInner> |
list()
Description for Get all apps for a subscription.
|
com.azure.core.http.rest.PagedIterable<SiteInner> |
list(com.azure.core.util.Context context)
Description for Get all apps for a subscription.
|
StringDictionaryInner |
listApplicationSettings(String resourceGroupName,
String name)
Description for Gets the application settings of an app.
|
Mono<StringDictionaryInner> |
listApplicationSettingsAsync(String resourceGroupName,
String name)
Description for Gets the application settings of an app.
|
StringDictionaryInner |
listApplicationSettingsSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the application settings of an app.
|
Mono<StringDictionaryInner> |
listApplicationSettingsSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the application settings of an app.
|
com.azure.core.http.rest.Response<StringDictionaryInner> |
listApplicationSettingsSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets the application settings of an app.
|
Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> |
listApplicationSettingsSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the application settings of an app.
|
com.azure.core.http.rest.Response<StringDictionaryInner> |
listApplicationSettingsWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets the application settings of an app.
|
Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> |
listApplicationSettingsWithResponseAsync(String resourceGroupName,
String name)
Description for Gets the application settings of an app.
|
com.azure.core.http.rest.PagedFlux<SiteInner> |
listAsync()
Description for Get all apps for a subscription.
|
AzureStoragePropertyDictionaryResourceInner |
listAzureStorageAccounts(String resourceGroupName,
String name)
Description for Gets the Azure storage account configurations of an app.
|
Mono<AzureStoragePropertyDictionaryResourceInner> |
listAzureStorageAccountsAsync(String resourceGroupName,
String name)
Description for Gets the Azure storage account configurations of an app.
|
AzureStoragePropertyDictionaryResourceInner |
listAzureStorageAccountsSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the Azure storage account configurations of an app.
|
Mono<AzureStoragePropertyDictionaryResourceInner> |
listAzureStorageAccountsSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the Azure storage account configurations of an app.
|
com.azure.core.http.rest.Response<AzureStoragePropertyDictionaryResourceInner> |
listAzureStorageAccountsSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets the Azure storage account configurations of an app.
|
Mono<com.azure.core.http.rest.Response<AzureStoragePropertyDictionaryResourceInner>> |
listAzureStorageAccountsSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the Azure storage account configurations of an app.
|
com.azure.core.http.rest.Response<AzureStoragePropertyDictionaryResourceInner> |
listAzureStorageAccountsWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets the Azure storage account configurations of an app.
|
Mono<com.azure.core.http.rest.Response<AzureStoragePropertyDictionaryResourceInner>> |
listAzureStorageAccountsWithResponseAsync(String resourceGroupName,
String name)
Description for Gets the Azure storage account configurations of an app.
|
com.azure.core.http.rest.PagedIterable<BackupItemInner> |
listBackups(String resourceGroupName,
String name)
Description for Gets existing backups of an app.
|
com.azure.core.http.rest.PagedIterable<BackupItemInner> |
listBackups(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets existing backups of an app.
|
com.azure.core.http.rest.PagedFlux<BackupItemInner> |
listBackupsAsync(String resourceGroupName,
String name)
Description for Gets existing backups of an app.
|
com.azure.core.http.rest.PagedIterable<BackupItemInner> |
listBackupsSlot(String resourceGroupName,
String name,
String slot)
Description for Gets existing backups of an app.
|
com.azure.core.http.rest.PagedIterable<BackupItemInner> |
listBackupsSlot(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets existing backups of an app.
|
com.azure.core.http.rest.PagedFlux<BackupItemInner> |
listBackupsSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets existing backups of an app.
|
BackupItemInner |
listBackupStatusSecrets(String resourceGroupName,
String name,
String backupId,
BackupRequestInner request)
Description for Gets status of a web app backup that may be in progress, including secrets associated with the
backup, such as the Azure Storage SAS URL.
|
Mono<BackupItemInner> |
listBackupStatusSecretsAsync(String resourceGroupName,
String name,
String backupId,
BackupRequestInner request)
Description for Gets status of a web app backup that may be in progress, including secrets associated with the
backup, such as the Azure Storage SAS URL.
|
BackupItemInner |
listBackupStatusSecretsSlot(String resourceGroupName,
String name,
String backupId,
String slot,
BackupRequestInner request)
Description for Gets status of a web app backup that may be in progress, including secrets associated with the
backup, such as the Azure Storage SAS URL.
|
Mono<BackupItemInner> |
listBackupStatusSecretsSlotAsync(String resourceGroupName,
String name,
String backupId,
String slot,
BackupRequestInner request)
Description for Gets status of a web app backup that may be in progress, including secrets associated with the
backup, such as the Azure Storage SAS URL.
|
com.azure.core.http.rest.Response<BackupItemInner> |
listBackupStatusSecretsSlotWithResponse(String resourceGroupName,
String name,
String backupId,
String slot,
BackupRequestInner request,
com.azure.core.util.Context context)
Description for Gets status of a web app backup that may be in progress, including secrets associated with the
backup, such as the Azure Storage SAS URL.
|
Mono<com.azure.core.http.rest.Response<BackupItemInner>> |
listBackupStatusSecretsSlotWithResponseAsync(String resourceGroupName,
String name,
String backupId,
String slot,
BackupRequestInner request)
Description for Gets status of a web app backup that may be in progress, including secrets associated with the
backup, such as the Azure Storage SAS URL.
|
com.azure.core.http.rest.Response<BackupItemInner> |
listBackupStatusSecretsWithResponse(String resourceGroupName,
String name,
String backupId,
BackupRequestInner request,
com.azure.core.util.Context context)
Description for Gets status of a web app backup that may be in progress, including secrets associated with the
backup, such as the Azure Storage SAS URL.
|
Mono<com.azure.core.http.rest.Response<BackupItemInner>> |
listBackupStatusSecretsWithResponseAsync(String resourceGroupName,
String name,
String backupId,
BackupRequestInner request)
Description for Gets status of a web app backup that may be in progress, including secrets associated with the
backup, such as the Azure Storage SAS URL.
|
com.azure.core.http.rest.PagedIterable<SiteInner> |
listByResourceGroup(String resourceGroupName)
Description for Gets all web, mobile, and API apps in the specified resource group.
|
com.azure.core.http.rest.PagedIterable<SiteInner> |
listByResourceGroup(String resourceGroupName,
Boolean includeSlots,
com.azure.core.util.Context context)
Description for Gets all web, mobile, and API apps in the specified resource group.
|
com.azure.core.http.rest.PagedFlux<SiteInner> |
listByResourceGroupAsync(String resourceGroupName)
Description for Gets all web, mobile, and API apps in the specified resource group.
|
com.azure.core.http.rest.PagedFlux<SiteInner> |
listByResourceGroupAsync(String resourceGroupName,
Boolean includeSlots)
Description for Gets all web, mobile, and API apps in the specified resource group.
|
com.azure.core.http.rest.PagedIterable<SiteConfigResourceInner> |
listConfigurations(String resourceGroupName,
String name)
Description for List the configurations of an app.
|
com.azure.core.http.rest.PagedIterable<SiteConfigResourceInner> |
listConfigurations(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for List the configurations of an app.
|
com.azure.core.http.rest.PagedFlux<SiteConfigResourceInner> |
listConfigurationsAsync(String resourceGroupName,
String name)
Description for List the configurations of an app.
|
com.azure.core.http.rest.PagedIterable<SiteConfigurationSnapshotInfoInner> |
listConfigurationSnapshotInfo(String resourceGroupName,
String name)
Description for Gets a list of web app configuration snapshots identifiers.
|
com.azure.core.http.rest.PagedIterable<SiteConfigurationSnapshotInfoInner> |
listConfigurationSnapshotInfo(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets a list of web app configuration snapshots identifiers.
|
com.azure.core.http.rest.PagedFlux<SiteConfigurationSnapshotInfoInner> |
listConfigurationSnapshotInfoAsync(String resourceGroupName,
String name)
Description for Gets a list of web app configuration snapshots identifiers.
|
com.azure.core.http.rest.PagedIterable<SiteConfigurationSnapshotInfoInner> |
listConfigurationSnapshotInfoSlot(String resourceGroupName,
String name,
String slot)
Description for Gets a list of web app configuration snapshots identifiers.
|
com.azure.core.http.rest.PagedIterable<SiteConfigurationSnapshotInfoInner> |
listConfigurationSnapshotInfoSlot(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets a list of web app configuration snapshots identifiers.
|
com.azure.core.http.rest.PagedFlux<SiteConfigurationSnapshotInfoInner> |
listConfigurationSnapshotInfoSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets a list of web app configuration snapshots identifiers.
|
com.azure.core.http.rest.PagedIterable<SiteConfigResourceInner> |
listConfigurationsSlot(String resourceGroupName,
String name,
String slot)
Description for List the configurations of an app.
|
com.azure.core.http.rest.PagedIterable<SiteConfigResourceInner> |
listConfigurationsSlot(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for List the configurations of an app.
|
com.azure.core.http.rest.PagedFlux<SiteConfigResourceInner> |
listConfigurationsSlotAsync(String resourceGroupName,
String name,
String slot)
Description for List the configurations of an app.
|
ConnectionStringDictionaryInner |
listConnectionStrings(String resourceGroupName,
String name)
Description for Gets the connection strings of an app.
|
Mono<ConnectionStringDictionaryInner> |
listConnectionStringsAsync(String resourceGroupName,
String name)
Description for Gets the connection strings of an app.
|
ConnectionStringDictionaryInner |
listConnectionStringsSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the connection strings of an app.
|
Mono<ConnectionStringDictionaryInner> |
listConnectionStringsSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the connection strings of an app.
|
com.azure.core.http.rest.Response<ConnectionStringDictionaryInner> |
listConnectionStringsSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets the connection strings of an app.
|
Mono<com.azure.core.http.rest.Response<ConnectionStringDictionaryInner>> |
listConnectionStringsSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the connection strings of an app.
|
com.azure.core.http.rest.Response<ConnectionStringDictionaryInner> |
listConnectionStringsWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets the connection strings of an app.
|
Mono<com.azure.core.http.rest.Response<ConnectionStringDictionaryInner>> |
listConnectionStringsWithResponseAsync(String resourceGroupName,
String name)
Description for Gets the connection strings of an app.
|
com.azure.core.http.rest.PagedIterable<ContinuousWebJobInner> |
listContinuousWebJobs(String resourceGroupName,
String name)
Description for List continuous web jobs for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<ContinuousWebJobInner> |
listContinuousWebJobs(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for List continuous web jobs for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedFlux<ContinuousWebJobInner> |
listContinuousWebJobsAsync(String resourceGroupName,
String name)
Description for List continuous web jobs for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<ContinuousWebJobInner> |
listContinuousWebJobsSlot(String resourceGroupName,
String name,
String slot)
Description for List continuous web jobs for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<ContinuousWebJobInner> |
listContinuousWebJobsSlot(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for List continuous web jobs for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedFlux<ContinuousWebJobInner> |
listContinuousWebJobsSlotAsync(String resourceGroupName,
String name,
String slot)
Description for List continuous web jobs for an app, or a deployment slot.
|
DeploymentInner |
listDeploymentLog(String resourceGroupName,
String name,
String id)
Description for List deployment log for specific deployment for an app, or a deployment slot.
|
Mono<DeploymentInner> |
listDeploymentLogAsync(String resourceGroupName,
String name,
String id)
Description for List deployment log for specific deployment for an app, or a deployment slot.
|
DeploymentInner |
listDeploymentLogSlot(String resourceGroupName,
String name,
String id,
String slot)
Description for List deployment log for specific deployment for an app, or a deployment slot.
|
Mono<DeploymentInner> |
listDeploymentLogSlotAsync(String resourceGroupName,
String name,
String id,
String slot)
Description for List deployment log for specific deployment for an app, or a deployment slot.
|
com.azure.core.http.rest.Response<DeploymentInner> |
listDeploymentLogSlotWithResponse(String resourceGroupName,
String name,
String id,
String slot,
com.azure.core.util.Context context)
Description for List deployment log for specific deployment for an app, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<DeploymentInner>> |
listDeploymentLogSlotWithResponseAsync(String resourceGroupName,
String name,
String id,
String slot)
Description for List deployment log for specific deployment for an app, or a deployment slot.
|
com.azure.core.http.rest.Response<DeploymentInner> |
listDeploymentLogWithResponse(String resourceGroupName,
String name,
String id,
com.azure.core.util.Context context)
Description for List deployment log for specific deployment for an app, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<DeploymentInner>> |
listDeploymentLogWithResponseAsync(String resourceGroupName,
String name,
String id)
Description for List deployment log for specific deployment for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<DeploymentInner> |
listDeployments(String resourceGroupName,
String name)
Description for List deployments for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<DeploymentInner> |
listDeployments(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for List deployments for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedFlux<DeploymentInner> |
listDeploymentsAsync(String resourceGroupName,
String name)
Description for List deployments for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<DeploymentInner> |
listDeploymentsSlot(String resourceGroupName,
String name,
String slot)
Description for List deployments for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<DeploymentInner> |
listDeploymentsSlot(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for List deployments for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedFlux<DeploymentInner> |
listDeploymentsSlotAsync(String resourceGroupName,
String name,
String slot)
Description for List deployments for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<IdentifierInner> |
listDomainOwnershipIdentifiers(String resourceGroupName,
String name)
Description for Lists ownership identifiers for domain associated with web app.
|
com.azure.core.http.rest.PagedIterable<IdentifierInner> |
listDomainOwnershipIdentifiers(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Lists ownership identifiers for domain associated with web app.
|
com.azure.core.http.rest.PagedFlux<IdentifierInner> |
listDomainOwnershipIdentifiersAsync(String resourceGroupName,
String name)
Description for Lists ownership identifiers for domain associated with web app.
|
com.azure.core.http.rest.PagedIterable<IdentifierInner> |
listDomainOwnershipIdentifiersSlot(String resourceGroupName,
String name,
String slot)
Description for Lists ownership identifiers for domain associated with web app.
|
com.azure.core.http.rest.PagedIterable<IdentifierInner> |
listDomainOwnershipIdentifiersSlot(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Lists ownership identifiers for domain associated with web app.
|
com.azure.core.http.rest.PagedFlux<IdentifierInner> |
listDomainOwnershipIdentifiersSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Lists ownership identifiers for domain associated with web app.
|
StringDictionaryInner |
listFunctionKeys(String resourceGroupName,
String name,
String functionName)
Description for Get function keys for a function in a web site, or a deployment slot.
|
Mono<StringDictionaryInner> |
listFunctionKeysAsync(String resourceGroupName,
String name,
String functionName)
Description for Get function keys for a function in a web site, or a deployment slot.
|
StringDictionaryInner |
listFunctionKeysSlot(String resourceGroupName,
String name,
String functionName,
String slot)
Description for Get function keys for a function in a web site, or a deployment slot.
|
Mono<StringDictionaryInner> |
listFunctionKeysSlotAsync(String resourceGroupName,
String name,
String functionName,
String slot)
Description for Get function keys for a function in a web site, or a deployment slot.
|
com.azure.core.http.rest.Response<StringDictionaryInner> |
listFunctionKeysSlotWithResponse(String resourceGroupName,
String name,
String functionName,
String slot,
com.azure.core.util.Context context)
Description for Get function keys for a function in a web site, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> |
listFunctionKeysSlotWithResponseAsync(String resourceGroupName,
String name,
String functionName,
String slot)
Description for Get function keys for a function in a web site, or a deployment slot.
|
com.azure.core.http.rest.Response<StringDictionaryInner> |
listFunctionKeysWithResponse(String resourceGroupName,
String name,
String functionName,
com.azure.core.util.Context context)
Description for Get function keys for a function in a web site, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> |
listFunctionKeysWithResponseAsync(String resourceGroupName,
String name,
String functionName)
Description for Get function keys for a function in a web site, or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<FunctionEnvelopeInner> |
listFunctions(String resourceGroupName,
String name)
Description for List the functions for a web site, or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<FunctionEnvelopeInner> |
listFunctions(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for List the functions for a web site, or a deployment slot.
|
com.azure.core.http.rest.PagedFlux<FunctionEnvelopeInner> |
listFunctionsAsync(String resourceGroupName,
String name)
Description for List the functions for a web site, or a deployment slot.
|
FunctionSecretsInner |
listFunctionSecrets(String resourceGroupName,
String name,
String functionName)
Description for Get function secrets for a function in a web site, or a deployment slot.
|
Mono<FunctionSecretsInner> |
listFunctionSecretsAsync(String resourceGroupName,
String name,
String functionName)
Description for Get function secrets for a function in a web site, or a deployment slot.
|
FunctionSecretsInner |
listFunctionSecretsSlot(String resourceGroupName,
String name,
String functionName,
String slot)
Description for Get function secrets for a function in a web site, or a deployment slot.
|
Mono<FunctionSecretsInner> |
listFunctionSecretsSlotAsync(String resourceGroupName,
String name,
String functionName,
String slot)
Description for Get function secrets for a function in a web site, or a deployment slot.
|
com.azure.core.http.rest.Response<FunctionSecretsInner> |
listFunctionSecretsSlotWithResponse(String resourceGroupName,
String name,
String functionName,
String slot,
com.azure.core.util.Context context)
Description for Get function secrets for a function in a web site, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<FunctionSecretsInner>> |
listFunctionSecretsSlotWithResponseAsync(String resourceGroupName,
String name,
String functionName,
String slot)
Description for Get function secrets for a function in a web site, or a deployment slot.
|
com.azure.core.http.rest.Response<FunctionSecretsInner> |
listFunctionSecretsWithResponse(String resourceGroupName,
String name,
String functionName,
com.azure.core.util.Context context)
Description for Get function secrets for a function in a web site, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<FunctionSecretsInner>> |
listFunctionSecretsWithResponseAsync(String resourceGroupName,
String name,
String functionName)
Description for Get function secrets for a function in a web site, or a deployment slot.
|
HostKeysInner |
listHostKeys(String resourceGroupName,
String name)
Description for Get host secrets for a function app.
|
Mono<HostKeysInner> |
listHostKeysAsync(String resourceGroupName,
String name)
Description for Get host secrets for a function app.
|
HostKeysInner |
listHostKeysSlot(String resourceGroupName,
String name,
String slot)
Description for Get host secrets for a function app.
|
Mono<HostKeysInner> |
listHostKeysSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Get host secrets for a function app.
|
com.azure.core.http.rest.Response<HostKeysInner> |
listHostKeysSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Get host secrets for a function app.
|
Mono<com.azure.core.http.rest.Response<HostKeysInner>> |
listHostKeysSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Get host secrets for a function app.
|
com.azure.core.http.rest.Response<HostKeysInner> |
listHostKeysWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Get host secrets for a function app.
|
Mono<com.azure.core.http.rest.Response<HostKeysInner>> |
listHostKeysWithResponseAsync(String resourceGroupName,
String name)
Description for Get host secrets for a function app.
|
com.azure.core.http.rest.PagedIterable<HostnameBindingInner> |
listHostnameBindings(String resourceGroupName,
String name)
Description for Get hostname bindings for an app or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<HostnameBindingInner> |
listHostnameBindings(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Get hostname bindings for an app or a deployment slot.
|
com.azure.core.http.rest.PagedFlux<HostnameBindingInner> |
listHostnameBindingsAsync(String resourceGroupName,
String name)
Description for Get hostname bindings for an app or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<HostnameBindingInner> |
listHostnameBindingsSlot(String resourceGroupName,
String name,
String slot)
Description for Get hostname bindings for an app or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<HostnameBindingInner> |
listHostnameBindingsSlot(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Get hostname bindings for an app or a deployment slot.
|
com.azure.core.http.rest.PagedFlux<HostnameBindingInner> |
listHostnameBindingsSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Get hostname bindings for an app or a deployment slot.
|
HybridConnectionInner |
listHybridConnections(String resourceGroupName,
String name)
Description for Retrieves all Service Bus Hybrid Connections used by this Web App.
|
Mono<HybridConnectionInner> |
listHybridConnectionsAsync(String resourceGroupName,
String name)
Description for Retrieves all Service Bus Hybrid Connections used by this Web App.
|
HybridConnectionInner |
listHybridConnectionsSlot(String resourceGroupName,
String name,
String slot)
Description for Retrieves all Service Bus Hybrid Connections used by this Web App.
|
Mono<HybridConnectionInner> |
listHybridConnectionsSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Retrieves all Service Bus Hybrid Connections used by this Web App.
|
com.azure.core.http.rest.Response<HybridConnectionInner> |
listHybridConnectionsSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Retrieves all Service Bus Hybrid Connections used by this Web App.
|
Mono<com.azure.core.http.rest.Response<HybridConnectionInner>> |
listHybridConnectionsSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Retrieves all Service Bus Hybrid Connections used by this Web App.
|
com.azure.core.http.rest.Response<HybridConnectionInner> |
listHybridConnectionsWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Retrieves all Service Bus Hybrid Connections used by this Web App.
|
Mono<com.azure.core.http.rest.Response<HybridConnectionInner>> |
listHybridConnectionsWithResponseAsync(String resourceGroupName,
String name)
Description for Retrieves all Service Bus Hybrid Connections used by this Web App.
|
com.azure.core.http.rest.PagedIterable<FunctionEnvelopeInner> |
listInstanceFunctionsSlot(String resourceGroupName,
String name,
String slot)
Description for List the functions for a web site, or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<FunctionEnvelopeInner> |
listInstanceFunctionsSlot(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for List the functions for a web site, or a deployment slot.
|
com.azure.core.http.rest.PagedFlux<FunctionEnvelopeInner> |
listInstanceFunctionsSlotAsync(String resourceGroupName,
String name,
String slot)
Description for List the functions for a web site, or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<WebSiteInstanceStatusInner> |
listInstanceIdentifiers(String resourceGroupName,
String name)
Description for Gets all scale-out instances of an app.
|
com.azure.core.http.rest.PagedIterable<WebSiteInstanceStatusInner> |
listInstanceIdentifiers(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets all scale-out instances of an app.
|
com.azure.core.http.rest.PagedFlux<WebSiteInstanceStatusInner> |
listInstanceIdentifiersAsync(String resourceGroupName,
String name)
Description for Gets all scale-out instances of an app.
|
com.azure.core.http.rest.PagedIterable<WebSiteInstanceStatusInner> |
listInstanceIdentifiersSlot(String resourceGroupName,
String name,
String slot)
Description for Gets all scale-out instances of an app.
|
com.azure.core.http.rest.PagedIterable<WebSiteInstanceStatusInner> |
listInstanceIdentifiersSlot(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets all scale-out instances of an app.
|
com.azure.core.http.rest.PagedFlux<WebSiteInstanceStatusInner> |
listInstanceIdentifiersSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets all scale-out instances of an app.
|
com.azure.core.http.rest.PagedIterable<ProcessInfoInner> |
listInstanceProcesses(String resourceGroupName,
String name,
String instanceId)
Description for Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance
in a web site.
|
com.azure.core.http.rest.PagedIterable<ProcessInfoInner> |
listInstanceProcesses(String resourceGroupName,
String name,
String instanceId,
com.azure.core.util.Context context)
Description for Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance
in a web site.
|
com.azure.core.http.rest.PagedFlux<ProcessInfoInner> |
listInstanceProcessesAsync(String resourceGroupName,
String name,
String instanceId)
Description for Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance
in a web site.
|
com.azure.core.http.rest.PagedIterable<ProcessInfoInner> |
listInstanceProcessesSlot(String resourceGroupName,
String name,
String slot,
String instanceId)
Description for Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance
in a web site.
|
com.azure.core.http.rest.PagedIterable<ProcessInfoInner> |
listInstanceProcessesSlot(String resourceGroupName,
String name,
String slot,
String instanceId,
com.azure.core.util.Context context)
Description for Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance
in a web site.
|
com.azure.core.http.rest.PagedFlux<ProcessInfoInner> |
listInstanceProcessesSlotAsync(String resourceGroupName,
String name,
String slot,
String instanceId)
Description for Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance
in a web site.
|
com.azure.core.http.rest.PagedIterable<ProcessModuleInfoInner> |
listInstanceProcessModules(String resourceGroupName,
String name,
String processId,
String instanceId)
Description for List module information for a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.PagedIterable<ProcessModuleInfoInner> |
listInstanceProcessModules(String resourceGroupName,
String name,
String processId,
String instanceId,
com.azure.core.util.Context context)
Description for List module information for a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.PagedFlux<ProcessModuleInfoInner> |
listInstanceProcessModulesAsync(String resourceGroupName,
String name,
String processId,
String instanceId)
Description for List module information for a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.PagedIterable<ProcessModuleInfoInner> |
listInstanceProcessModulesSlot(String resourceGroupName,
String name,
String processId,
String slot,
String instanceId)
Description for List module information for a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.PagedIterable<ProcessModuleInfoInner> |
listInstanceProcessModulesSlot(String resourceGroupName,
String name,
String processId,
String slot,
String instanceId,
com.azure.core.util.Context context)
Description for List module information for a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.PagedFlux<ProcessModuleInfoInner> |
listInstanceProcessModulesSlotAsync(String resourceGroupName,
String name,
String processId,
String slot,
String instanceId)
Description for List module information for a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner> |
listInstanceProcessThreads(String resourceGroupName,
String name,
String processId,
String instanceId)
Description for List the threads in a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner> |
listInstanceProcessThreads(String resourceGroupName,
String name,
String processId,
String instanceId,
com.azure.core.util.Context context)
Description for List the threads in a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.PagedFlux<ProcessThreadInfoInner> |
listInstanceProcessThreadsAsync(String resourceGroupName,
String name,
String processId,
String instanceId)
Description for List the threads in a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner> |
listInstanceProcessThreadsSlot(String resourceGroupName,
String name,
String processId,
String slot,
String instanceId)
Description for List the threads in a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner> |
listInstanceProcessThreadsSlot(String resourceGroupName,
String name,
String processId,
String slot,
String instanceId,
com.azure.core.util.Context context)
Description for List the threads in a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.PagedFlux<ProcessThreadInfoInner> |
listInstanceProcessThreadsSlotAsync(String resourceGroupName,
String name,
String processId,
String slot,
String instanceId)
Description for List the threads in a process by its ID for a specific scaled-out instance in a web site.
|
StringDictionaryInner |
listMetadata(String resourceGroupName,
String name)
Description for Gets the metadata of an app.
|
Mono<StringDictionaryInner> |
listMetadataAsync(String resourceGroupName,
String name)
Description for Gets the metadata of an app.
|
StringDictionaryInner |
listMetadataSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the metadata of an app.
|
Mono<StringDictionaryInner> |
listMetadataSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the metadata of an app.
|
com.azure.core.http.rest.Response<StringDictionaryInner> |
listMetadataSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets the metadata of an app.
|
Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> |
listMetadataSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the metadata of an app.
|
com.azure.core.http.rest.Response<StringDictionaryInner> |
listMetadataWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets the metadata of an app.
|
Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> |
listMetadataWithResponseAsync(String resourceGroupName,
String name)
Description for Gets the metadata of an app.
|
NetworkFeaturesInner |
listNetworkFeatures(String resourceGroupName,
String name,
String view)
Description for Gets all network features used by the app (or deployment slot, if specified).
|
Mono<NetworkFeaturesInner> |
listNetworkFeaturesAsync(String resourceGroupName,
String name,
String view)
Description for Gets all network features used by the app (or deployment slot, if specified).
|
NetworkFeaturesInner |
listNetworkFeaturesSlot(String resourceGroupName,
String name,
String view,
String slot)
Description for Gets all network features used by the app (or deployment slot, if specified).
|
Mono<NetworkFeaturesInner> |
listNetworkFeaturesSlotAsync(String resourceGroupName,
String name,
String view,
String slot)
Description for Gets all network features used by the app (or deployment slot, if specified).
|
com.azure.core.http.rest.Response<NetworkFeaturesInner> |
listNetworkFeaturesSlotWithResponse(String resourceGroupName,
String name,
String view,
String slot,
com.azure.core.util.Context context)
Description for Gets all network features used by the app (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<NetworkFeaturesInner>> |
listNetworkFeaturesSlotWithResponseAsync(String resourceGroupName,
String name,
String view,
String slot)
Description for Gets all network features used by the app (or deployment slot, if specified).
|
com.azure.core.http.rest.Response<NetworkFeaturesInner> |
listNetworkFeaturesWithResponse(String resourceGroupName,
String name,
String view,
com.azure.core.util.Context context)
Description for Gets all network features used by the app (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<NetworkFeaturesInner>> |
listNetworkFeaturesWithResponseAsync(String resourceGroupName,
String name,
String view)
Description for Gets all network features used by the app (or deployment slot, if specified).
|
com.azure.core.http.rest.PagedIterable<PerfMonResponseInner> |
listPerfMonCounters(String resourceGroupName,
String name)
Description for Gets perfmon counters for web app.
|
com.azure.core.http.rest.PagedIterable<PerfMonResponseInner> |
listPerfMonCounters(String resourceGroupName,
String name,
String filter,
com.azure.core.util.Context context)
Description for Gets perfmon counters for web app.
|
com.azure.core.http.rest.PagedFlux<PerfMonResponseInner> |
listPerfMonCountersAsync(String resourceGroupName,
String name)
Description for Gets perfmon counters for web app.
|
com.azure.core.http.rest.PagedFlux<PerfMonResponseInner> |
listPerfMonCountersAsync(String resourceGroupName,
String name,
String filter)
Description for Gets perfmon counters for web app.
|
com.azure.core.http.rest.PagedIterable<PerfMonResponseInner> |
listPerfMonCountersSlot(String resourceGroupName,
String name,
String slot)
Description for Gets perfmon counters for web app.
|
com.azure.core.http.rest.PagedIterable<PerfMonResponseInner> |
listPerfMonCountersSlot(String resourceGroupName,
String name,
String slot,
String filter,
com.azure.core.util.Context context)
Description for Gets perfmon counters for web app.
|
com.azure.core.http.rest.PagedFlux<PerfMonResponseInner> |
listPerfMonCountersSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets perfmon counters for web app.
|
com.azure.core.http.rest.PagedFlux<PerfMonResponseInner> |
listPerfMonCountersSlotAsync(String resourceGroupName,
String name,
String slot,
String filter)
Description for Gets perfmon counters for web app.
|
PremierAddOnInner |
listPremierAddOns(String resourceGroupName,
String name)
Description for Gets the premier add-ons of an app.
|
Mono<PremierAddOnInner> |
listPremierAddOnsAsync(String resourceGroupName,
String name)
Description for Gets the premier add-ons of an app.
|
PremierAddOnInner |
listPremierAddOnsSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the premier add-ons of an app.
|
Mono<PremierAddOnInner> |
listPremierAddOnsSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the premier add-ons of an app.
|
com.azure.core.http.rest.Response<PremierAddOnInner> |
listPremierAddOnsSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets the premier add-ons of an app.
|
Mono<com.azure.core.http.rest.Response<PremierAddOnInner>> |
listPremierAddOnsSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the premier add-ons of an app.
|
com.azure.core.http.rest.Response<PremierAddOnInner> |
listPremierAddOnsWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets the premier add-ons of an app.
|
Mono<com.azure.core.http.rest.Response<PremierAddOnInner>> |
listPremierAddOnsWithResponseAsync(String resourceGroupName,
String name)
Description for Gets the premier add-ons of an app.
|
com.azure.core.http.rest.PagedIterable<ProcessInfoInner> |
listProcesses(String resourceGroupName,
String name)
Description for Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance
in a web site.
|
com.azure.core.http.rest.PagedIterable<ProcessInfoInner> |
listProcesses(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance
in a web site.
|
com.azure.core.http.rest.PagedFlux<ProcessInfoInner> |
listProcessesAsync(String resourceGroupName,
String name)
Description for Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance
in a web site.
|
com.azure.core.http.rest.PagedIterable<ProcessInfoInner> |
listProcessesSlot(String resourceGroupName,
String name,
String slot)
Description for Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance
in a web site.
|
com.azure.core.http.rest.PagedIterable<ProcessInfoInner> |
listProcessesSlot(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance
in a web site.
|
com.azure.core.http.rest.PagedFlux<ProcessInfoInner> |
listProcessesSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance
in a web site.
|
com.azure.core.http.rest.PagedIterable<ProcessModuleInfoInner> |
listProcessModules(String resourceGroupName,
String name,
String processId)
Description for List module information for a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.PagedIterable<ProcessModuleInfoInner> |
listProcessModules(String resourceGroupName,
String name,
String processId,
com.azure.core.util.Context context)
Description for List module information for a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.PagedFlux<ProcessModuleInfoInner> |
listProcessModulesAsync(String resourceGroupName,
String name,
String processId)
Description for List module information for a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.PagedIterable<ProcessModuleInfoInner> |
listProcessModulesSlot(String resourceGroupName,
String name,
String processId,
String slot)
Description for List module information for a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.PagedIterable<ProcessModuleInfoInner> |
listProcessModulesSlot(String resourceGroupName,
String name,
String processId,
String slot,
com.azure.core.util.Context context)
Description for List module information for a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.PagedFlux<ProcessModuleInfoInner> |
listProcessModulesSlotAsync(String resourceGroupName,
String name,
String processId,
String slot)
Description for List module information for a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner> |
listProcessThreads(String resourceGroupName,
String name,
String processId)
Description for List the threads in a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner> |
listProcessThreads(String resourceGroupName,
String name,
String processId,
com.azure.core.util.Context context)
Description for List the threads in a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.PagedFlux<ProcessThreadInfoInner> |
listProcessThreadsAsync(String resourceGroupName,
String name,
String processId)
Description for List the threads in a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner> |
listProcessThreadsSlot(String resourceGroupName,
String name,
String processId,
String slot)
Description for List the threads in a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner> |
listProcessThreadsSlot(String resourceGroupName,
String name,
String processId,
String slot,
com.azure.core.util.Context context)
Description for List the threads in a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.PagedFlux<ProcessThreadInfoInner> |
listProcessThreadsSlotAsync(String resourceGroupName,
String name,
String processId,
String slot)
Description for List the threads in a process by its ID for a specific scaled-out instance in a web site.
|
com.azure.core.http.rest.PagedIterable<PublicCertificateInner> |
listPublicCertificates(String resourceGroupName,
String name)
Description for Get public certificates for an app or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<PublicCertificateInner> |
listPublicCertificates(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Get public certificates for an app or a deployment slot.
|
com.azure.core.http.rest.PagedFlux<PublicCertificateInner> |
listPublicCertificatesAsync(String resourceGroupName,
String name)
Description for Get public certificates for an app or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<PublicCertificateInner> |
listPublicCertificatesSlot(String resourceGroupName,
String name,
String slot)
Description for Get public certificates for an app or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<PublicCertificateInner> |
listPublicCertificatesSlot(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Get public certificates for an app or a deployment slot.
|
com.azure.core.http.rest.PagedFlux<PublicCertificateInner> |
listPublicCertificatesSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Get public certificates for an app or a deployment slot.
|
UserInner |
listPublishingCredentials(String resourceGroupName,
String name)
Description for Gets the Git/FTP publishing credentials of an app.
|
UserInner |
listPublishingCredentials(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets the Git/FTP publishing credentials of an app.
|
Mono<UserInner> |
listPublishingCredentialsAsync(String resourceGroupName,
String name)
Description for Gets the Git/FTP publishing credentials of an app.
|
UserInner |
listPublishingCredentialsSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the Git/FTP publishing credentials of an app.
|
UserInner |
listPublishingCredentialsSlot(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets the Git/FTP publishing credentials of an app.
|
Mono<UserInner> |
listPublishingCredentialsSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the Git/FTP publishing credentials of an app.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
listPublishingCredentialsSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the Git/FTP publishing credentials of an app.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
listPublishingCredentialsWithResponseAsync(String resourceGroupName,
String name)
Description for Gets the Git/FTP publishing credentials of an app.
|
InputStream |
listPublishingProfileXmlWithSecrets(String resourceGroupName,
String name,
CsmPublishingProfileOptions publishingProfileOptions)
Description for Gets the publishing profile for an app (or deployment slot, if specified).
|
Flux<ByteBuffer> |
listPublishingProfileXmlWithSecretsAsync(String resourceGroupName,
String name,
CsmPublishingProfileOptions publishingProfileOptions)
Description for Gets the publishing profile for an app (or deployment slot, if specified).
|
InputStream |
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> |
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 |
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> |
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 |
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> |
listPublishingProfileXmlWithSecretsWithResponseAsync(String resourceGroupName,
String name,
CsmPublishingProfileOptions publishingProfileOptions)
Description for Gets the publishing profile for an app (or deployment slot, if specified).
|
RelayServiceConnectionEntityInner |
listRelayServiceConnections(String resourceGroupName,
String name)
Description for Gets hybrid connections configured for an app (or deployment slot, if specified).
|
Mono<RelayServiceConnectionEntityInner> |
listRelayServiceConnectionsAsync(String resourceGroupName,
String name)
Description for Gets hybrid connections configured for an app (or deployment slot, if specified).
|
RelayServiceConnectionEntityInner |
listRelayServiceConnectionsSlot(String resourceGroupName,
String name,
String slot)
Description for Gets hybrid connections configured for an app (or deployment slot, if specified).
|
Mono<RelayServiceConnectionEntityInner> |
listRelayServiceConnectionsSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets hybrid connections configured for an app (or deployment slot, if specified).
|
com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner> |
listRelayServiceConnectionsSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets hybrid connections configured for an app (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner>> |
listRelayServiceConnectionsSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Gets hybrid connections configured for an app (or deployment slot, if specified).
|
com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner> |
listRelayServiceConnectionsWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets hybrid connections configured for an app (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner>> |
listRelayServiceConnectionsWithResponseAsync(String resourceGroupName,
String name)
Description for Gets hybrid connections configured for an app (or deployment slot, if specified).
|
com.azure.core.http.rest.PagedIterable<BackupItemInner> |
listSiteBackups(String resourceGroupName,
String name)
Description for Gets existing backups of an app.
|
com.azure.core.http.rest.PagedIterable<BackupItemInner> |
listSiteBackups(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets existing backups of an app.
|
com.azure.core.http.rest.PagedFlux<BackupItemInner> |
listSiteBackupsAsync(String resourceGroupName,
String name)
Description for Gets existing backups of an app.
|
com.azure.core.http.rest.PagedIterable<BackupItemInner> |
listSiteBackupsSlot(String resourceGroupName,
String name,
String slot)
Description for Gets existing backups of an app.
|
com.azure.core.http.rest.PagedIterable<BackupItemInner> |
listSiteBackupsSlot(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets existing backups of an app.
|
com.azure.core.http.rest.PagedFlux<BackupItemInner> |
listSiteBackupsSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets existing backups of an app.
|
com.azure.core.http.rest.PagedIterable<SiteExtensionInfoInner> |
listSiteExtensions(String resourceGroupName,
String name)
Description for Get list of siteextensions for a web site, or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<SiteExtensionInfoInner> |
listSiteExtensions(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Get list of siteextensions for a web site, or a deployment slot.
|
com.azure.core.http.rest.PagedFlux<SiteExtensionInfoInner> |
listSiteExtensionsAsync(String resourceGroupName,
String name)
Description for Get list of siteextensions for a web site, or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<SiteExtensionInfoInner> |
listSiteExtensionsSlot(String resourceGroupName,
String name,
String slot)
Description for Get list of siteextensions for a web site, or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<SiteExtensionInfoInner> |
listSiteExtensionsSlot(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Get list of siteextensions for a web site, or a deployment slot.
|
com.azure.core.http.rest.PagedFlux<SiteExtensionInfoInner> |
listSiteExtensionsSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Get list of siteextensions for a web site, or a deployment slot.
|
PushSettingsInner |
listSitePushSettings(String resourceGroupName,
String name)
Description for Gets the Push settings associated with web app.
|
Mono<PushSettingsInner> |
listSitePushSettingsAsync(String resourceGroupName,
String name)
Description for Gets the Push settings associated with web app.
|
PushSettingsInner |
listSitePushSettingsSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the Push settings associated with web app.
|
Mono<PushSettingsInner> |
listSitePushSettingsSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the Push settings associated with web app.
|
com.azure.core.http.rest.Response<PushSettingsInner> |
listSitePushSettingsSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets the Push settings associated with web app.
|
Mono<com.azure.core.http.rest.Response<PushSettingsInner>> |
listSitePushSettingsSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the Push settings associated with web app.
|
com.azure.core.http.rest.Response<PushSettingsInner> |
listSitePushSettingsWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets the Push settings associated with web app.
|
Mono<com.azure.core.http.rest.Response<PushSettingsInner>> |
listSitePushSettingsWithResponseAsync(String resourceGroupName,
String name)
Description for Gets the Push settings associated with web app.
|
SlotConfigNamesResourceInner |
listSlotConfigurationNames(String resourceGroupName,
String name)
Description for Gets the names of app settings and connection strings that stick to the slot (not swapped).
|
Mono<SlotConfigNamesResourceInner> |
listSlotConfigurationNamesAsync(String resourceGroupName,
String name)
Description for Gets the names of app settings and connection strings that stick to the slot (not swapped).
|
com.azure.core.http.rest.Response<SlotConfigNamesResourceInner> |
listSlotConfigurationNamesWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets the names of app settings and connection strings that stick to the slot (not swapped).
|
Mono<com.azure.core.http.rest.Response<SlotConfigNamesResourceInner>> |
listSlotConfigurationNamesWithResponseAsync(String resourceGroupName,
String name)
Description for Gets the names of app settings and connection strings that stick to the slot (not swapped).
|
com.azure.core.http.rest.PagedIterable<SlotDifferenceInner> |
listSlotDifferencesFromProduction(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity)
Description for Get the difference in configuration settings between two web app slots.
|
com.azure.core.http.rest.PagedIterable<SlotDifferenceInner> |
listSlotDifferencesFromProduction(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity,
com.azure.core.util.Context context)
Description for Get the difference in configuration settings between two web app slots.
|
com.azure.core.http.rest.PagedFlux<SlotDifferenceInner> |
listSlotDifferencesFromProductionAsync(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity)
Description for Get the difference in configuration settings between two web app slots.
|
com.azure.core.http.rest.PagedIterable<SlotDifferenceInner> |
listSlotDifferencesSlot(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity)
Description for Get the difference in configuration settings between two web app slots.
|
com.azure.core.http.rest.PagedIterable<SlotDifferenceInner> |
listSlotDifferencesSlot(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity,
com.azure.core.util.Context context)
Description for Get the difference in configuration settings between two web app slots.
|
com.azure.core.http.rest.PagedFlux<SlotDifferenceInner> |
listSlotDifferencesSlotAsync(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity)
Description for Get the difference in configuration settings between two web app slots.
|
com.azure.core.http.rest.PagedIterable<SiteInner> |
listSlots(String resourceGroupName,
String name)
Description for Gets an app's deployment slots.
|
com.azure.core.http.rest.PagedIterable<SiteInner> |
listSlots(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets an app's deployment slots.
|
com.azure.core.http.rest.PagedFlux<SiteInner> |
listSlotsAsync(String resourceGroupName,
String name)
Description for Gets an app's deployment slots.
|
com.azure.core.http.rest.PagedIterable<SnapshotInner> |
listSnapshots(String resourceGroupName,
String name)
Description for Returns all Snapshots to the user.
|
com.azure.core.http.rest.PagedIterable<SnapshotInner> |
listSnapshots(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Returns all Snapshots to the user.
|
com.azure.core.http.rest.PagedFlux<SnapshotInner> |
listSnapshotsAsync(String resourceGroupName,
String name)
Description for Returns all Snapshots to the user.
|
com.azure.core.http.rest.PagedIterable<SnapshotInner> |
listSnapshotsFromDRSecondary(String resourceGroupName,
String name)
Description for Returns all Snapshots to the user from DRSecondary endpoint.
|
com.azure.core.http.rest.PagedIterable<SnapshotInner> |
listSnapshotsFromDRSecondary(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Returns all Snapshots to the user from DRSecondary endpoint.
|
com.azure.core.http.rest.PagedFlux<SnapshotInner> |
listSnapshotsFromDRSecondaryAsync(String resourceGroupName,
String name)
Description for Returns all Snapshots to the user from DRSecondary endpoint.
|
com.azure.core.http.rest.PagedIterable<SnapshotInner> |
listSnapshotsFromDRSecondarySlot(String resourceGroupName,
String name,
String slot)
Description for Returns all Snapshots to the user from DRSecondary endpoint.
|
com.azure.core.http.rest.PagedIterable<SnapshotInner> |
listSnapshotsFromDRSecondarySlot(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Returns all Snapshots to the user from DRSecondary endpoint.
|
com.azure.core.http.rest.PagedFlux<SnapshotInner> |
listSnapshotsFromDRSecondarySlotAsync(String resourceGroupName,
String name,
String slot)
Description for Returns all Snapshots to the user from DRSecondary endpoint.
|
com.azure.core.http.rest.PagedIterable<SnapshotInner> |
listSnapshotsSlot(String resourceGroupName,
String name,
String slot)
Description for Returns all Snapshots to the user.
|
com.azure.core.http.rest.PagedIterable<SnapshotInner> |
listSnapshotsSlot(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Returns all Snapshots to the user.
|
com.azure.core.http.rest.PagedFlux<SnapshotInner> |
listSnapshotsSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Returns all Snapshots to the user.
|
FunctionSecretsInner |
listSyncFunctionTriggers(String resourceGroupName,
String name)
Description for This is to allow calling via powershell and ARM template.
|
Mono<FunctionSecretsInner> |
listSyncFunctionTriggersAsync(String resourceGroupName,
String name)
Description for This is to allow calling via powershell and ARM template.
|
FunctionSecretsInner |
listSyncFunctionTriggersSlot(String resourceGroupName,
String name,
String slot)
Description for This is to allow calling via powershell and ARM template.
|
Mono<FunctionSecretsInner> |
listSyncFunctionTriggersSlotAsync(String resourceGroupName,
String name,
String slot)
Description for This is to allow calling via powershell and ARM template.
|
com.azure.core.http.rest.Response<FunctionSecretsInner> |
listSyncFunctionTriggersSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for This is to allow calling via powershell and ARM template.
|
Mono<com.azure.core.http.rest.Response<FunctionSecretsInner>> |
listSyncFunctionTriggersSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for This is to allow calling via powershell and ARM template.
|
com.azure.core.http.rest.Response<FunctionSecretsInner> |
listSyncFunctionTriggersWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for This is to allow calling via powershell and ARM template.
|
Mono<com.azure.core.http.rest.Response<FunctionSecretsInner>> |
listSyncFunctionTriggersWithResponseAsync(String resourceGroupName,
String name)
Description for This is to allow calling via powershell and ARM template.
|
void |
listSyncStatus(String resourceGroupName,
String name)
Description for This is to allow calling via powershell and ARM template.
|
Mono<Void> |
listSyncStatusAsync(String resourceGroupName,
String name)
Description for This is to allow calling via powershell and ARM template.
|
void |
listSyncStatusSlot(String resourceGroupName,
String name,
String slot)
Description for This is to allow calling via powershell and ARM template.
|
Mono<Void> |
listSyncStatusSlotAsync(String resourceGroupName,
String name,
String slot)
Description for This is to allow calling via powershell and ARM template.
|
com.azure.core.http.rest.Response<Void> |
listSyncStatusSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for This is to allow calling via powershell and ARM template.
|
Mono<com.azure.core.http.rest.Response<Void>> |
listSyncStatusSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for This is to allow calling via powershell and ARM template.
|
com.azure.core.http.rest.Response<Void> |
listSyncStatusWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for This is to allow calling via powershell and ARM template.
|
Mono<com.azure.core.http.rest.Response<Void>> |
listSyncStatusWithResponseAsync(String resourceGroupName,
String name)
Description for This is to allow calling via powershell and ARM template.
|
com.azure.core.http.rest.PagedIterable<TriggeredJobHistoryInner> |
listTriggeredWebJobHistory(String resourceGroupName,
String name,
String webJobName)
Description for List a triggered web job's history for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<TriggeredJobHistoryInner> |
listTriggeredWebJobHistory(String resourceGroupName,
String name,
String webJobName,
com.azure.core.util.Context context)
Description for List a triggered web job's history for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedFlux<TriggeredJobHistoryInner> |
listTriggeredWebJobHistoryAsync(String resourceGroupName,
String name,
String webJobName)
Description for List a triggered web job's history for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<TriggeredJobHistoryInner> |
listTriggeredWebJobHistorySlot(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for List a triggered web job's history for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<TriggeredJobHistoryInner> |
listTriggeredWebJobHistorySlot(String resourceGroupName,
String name,
String webJobName,
String slot,
com.azure.core.util.Context context)
Description for List a triggered web job's history for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedFlux<TriggeredJobHistoryInner> |
listTriggeredWebJobHistorySlotAsync(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for List a triggered web job's history for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<TriggeredWebJobInner> |
listTriggeredWebJobs(String resourceGroupName,
String name)
Description for List triggered web jobs for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<TriggeredWebJobInner> |
listTriggeredWebJobs(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for List triggered web jobs for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedFlux<TriggeredWebJobInner> |
listTriggeredWebJobsAsync(String resourceGroupName,
String name)
Description for List triggered web jobs for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<TriggeredWebJobInner> |
listTriggeredWebJobsSlot(String resourceGroupName,
String name,
String slot)
Description for List triggered web jobs for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<TriggeredWebJobInner> |
listTriggeredWebJobsSlot(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for List triggered web jobs for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedFlux<TriggeredWebJobInner> |
listTriggeredWebJobsSlotAsync(String resourceGroupName,
String name,
String slot)
Description for List triggered web jobs for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<CsmUsageQuotaInner> |
listUsages(String resourceGroupName,
String name)
Description for Gets the quota usage information of an app (or deployment slot, if specified).
|
com.azure.core.http.rest.PagedIterable<CsmUsageQuotaInner> |
listUsages(String resourceGroupName,
String name,
String filter,
com.azure.core.util.Context context)
Description for Gets the quota usage information of an app (or deployment slot, if specified).
|
com.azure.core.http.rest.PagedFlux<CsmUsageQuotaInner> |
listUsagesAsync(String resourceGroupName,
String name)
Description for Gets the quota usage information of an app (or deployment slot, if specified).
|
com.azure.core.http.rest.PagedFlux<CsmUsageQuotaInner> |
listUsagesAsync(String resourceGroupName,
String name,
String filter)
Description for Gets the quota usage information of an app (or deployment slot, if specified).
|
com.azure.core.http.rest.PagedIterable<CsmUsageQuotaInner> |
listUsagesSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the quota usage information of an app (or deployment slot, if specified).
|
com.azure.core.http.rest.PagedIterable<CsmUsageQuotaInner> |
listUsagesSlot(String resourceGroupName,
String name,
String slot,
String filter,
com.azure.core.util.Context context)
Description for Gets the quota usage information of an app (or deployment slot, if specified).
|
com.azure.core.http.rest.PagedFlux<CsmUsageQuotaInner> |
listUsagesSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the quota usage information of an app (or deployment slot, if specified).
|
com.azure.core.http.rest.PagedFlux<CsmUsageQuotaInner> |
listUsagesSlotAsync(String resourceGroupName,
String name,
String slot,
String filter)
Description for Gets the quota usage information of an app (or deployment slot, if specified).
|
List<VnetInfoInner> |
listVnetConnections(String resourceGroupName,
String name)
Description for Gets the virtual networks the app (or deployment slot) is connected to.
|
Mono<List<VnetInfoInner>> |
listVnetConnectionsAsync(String resourceGroupName,
String name)
Description for Gets the virtual networks the app (or deployment slot) is connected to.
|
List<VnetInfoInner> |
listVnetConnectionsSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the virtual networks the app (or deployment slot) is connected to.
|
Mono<List<VnetInfoInner>> |
listVnetConnectionsSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the virtual networks the app (or deployment slot) is connected to.
|
com.azure.core.http.rest.Response<List<VnetInfoInner>> |
listVnetConnectionsSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Gets the virtual networks the app (or deployment slot) is connected to.
|
Mono<com.azure.core.http.rest.Response<List<VnetInfoInner>>> |
listVnetConnectionsSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Gets the virtual networks the app (or deployment slot) is connected to.
|
com.azure.core.http.rest.Response<List<VnetInfoInner>> |
listVnetConnectionsWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Gets the virtual networks the app (or deployment slot) is connected to.
|
Mono<com.azure.core.http.rest.Response<List<VnetInfoInner>>> |
listVnetConnectionsWithResponseAsync(String resourceGroupName,
String name)
Description for Gets the virtual networks the app (or deployment slot) is connected to.
|
com.azure.core.http.rest.PagedIterable<WebJobInner> |
listWebJobs(String resourceGroupName,
String name)
Description for List webjobs for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<WebJobInner> |
listWebJobs(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for List webjobs for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedFlux<WebJobInner> |
listWebJobsAsync(String resourceGroupName,
String name)
Description for List webjobs for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<WebJobInner> |
listWebJobsSlot(String resourceGroupName,
String name,
String slot)
Description for List webjobs for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedIterable<WebJobInner> |
listWebJobsSlot(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for List webjobs for an app, or a deployment slot.
|
com.azure.core.http.rest.PagedFlux<WebJobInner> |
listWebJobsSlotAsync(String resourceGroupName,
String name,
String slot)
Description for List webjobs for an app, or a deployment slot.
|
OperationInner |
migrateMySql(String resourceGroupName,
String name,
MigrateMySqlRequest migrationRequestEnvelope)
Description for Migrates a local (in-app) MySql database to a remote MySql database.
|
OperationInner |
migrateMySql(String resourceGroupName,
String name,
MigrateMySqlRequest migrationRequestEnvelope,
com.azure.core.util.Context context)
Description for Migrates a local (in-app) MySql database to a remote MySql database.
|
Mono<OperationInner> |
migrateMySqlAsync(String resourceGroupName,
String name,
MigrateMySqlRequest migrationRequestEnvelope)
Description for Migrates a local (in-app) MySql database to a remote MySql database.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
migrateMySqlWithResponseAsync(String resourceGroupName,
String name,
MigrateMySqlRequest migrationRequestEnvelope)
Description for Migrates a local (in-app) MySql database to a remote MySql database.
|
StorageMigrationResponseInner |
migrateStorage(String subscriptionName,
String resourceGroupName,
String name,
StorageMigrationOptions migrationOptions)
Description for Restores a web app.
|
StorageMigrationResponseInner |
migrateStorage(String subscriptionName,
String resourceGroupName,
String name,
StorageMigrationOptions migrationOptions,
com.azure.core.util.Context context)
Description for Restores a web app.
|
Mono<StorageMigrationResponseInner> |
migrateStorageAsync(String subscriptionName,
String resourceGroupName,
String name,
StorageMigrationOptions migrationOptions)
Description for Restores a web app.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
migrateStorageWithResponseAsync(String subscriptionName,
String resourceGroupName,
String name,
StorageMigrationOptions migrationOptions)
Description for Restores a web app.
|
PrivateAccessInner |
putPrivateAccessVnet(String resourceGroupName,
String name,
PrivateAccessInner access)
Description for Sets data around private site access enablement and authorized Virtual Networks that can access
the site.
|
Mono<PrivateAccessInner> |
putPrivateAccessVnetAsync(String resourceGroupName,
String name,
PrivateAccessInner access)
Description for Sets data around private site access enablement and authorized Virtual Networks that can access
the site.
|
PrivateAccessInner |
putPrivateAccessVnetSlot(String resourceGroupName,
String name,
String slot,
PrivateAccessInner access)
Description for Sets data around private site access enablement and authorized Virtual Networks that can access
the site.
|
Mono<PrivateAccessInner> |
putPrivateAccessVnetSlotAsync(String resourceGroupName,
String name,
String slot,
PrivateAccessInner access)
Description for Sets data around private site access enablement and authorized Virtual Networks that can access
the site.
|
com.azure.core.http.rest.Response<PrivateAccessInner> |
putPrivateAccessVnetSlotWithResponse(String resourceGroupName,
String name,
String slot,
PrivateAccessInner access,
com.azure.core.util.Context context)
Description for Sets data around private site access enablement and authorized Virtual Networks that can access
the site.
|
Mono<com.azure.core.http.rest.Response<PrivateAccessInner>> |
putPrivateAccessVnetSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
PrivateAccessInner access)
Description for Sets data around private site access enablement and authorized Virtual Networks that can access
the site.
|
com.azure.core.http.rest.Response<PrivateAccessInner> |
putPrivateAccessVnetWithResponse(String resourceGroupName,
String name,
PrivateAccessInner access,
com.azure.core.util.Context context)
Description for Sets data around private site access enablement and authorized Virtual Networks that can access
the site.
|
Mono<com.azure.core.http.rest.Response<PrivateAccessInner>> |
putPrivateAccessVnetWithResponseAsync(String resourceGroupName,
String name,
PrivateAccessInner access)
Description for Sets data around private site access enablement and authorized Virtual Networks that can access
the site.
|
void |
recoverSiteConfigurationSnapshot(String resourceGroupName,
String name,
String snapshotId)
Description for Reverts the configuration of an app to a previous snapshot.
|
Mono<Void> |
recoverSiteConfigurationSnapshotAsync(String resourceGroupName,
String name,
String snapshotId)
Description for Reverts the configuration of an app to a previous snapshot.
|
void |
recoverSiteConfigurationSnapshotSlot(String resourceGroupName,
String name,
String snapshotId,
String slot)
Description for Reverts the configuration of an app to a previous snapshot.
|
Mono<Void> |
recoverSiteConfigurationSnapshotSlotAsync(String resourceGroupName,
String name,
String snapshotId,
String slot)
Description for Reverts the configuration of an app to a previous snapshot.
|
com.azure.core.http.rest.Response<Void> |
recoverSiteConfigurationSnapshotSlotWithResponse(String resourceGroupName,
String name,
String snapshotId,
String slot,
com.azure.core.util.Context context)
Description for Reverts the configuration of an app to a previous snapshot.
|
Mono<com.azure.core.http.rest.Response<Void>> |
recoverSiteConfigurationSnapshotSlotWithResponseAsync(String resourceGroupName,
String name,
String snapshotId,
String slot)
Description for Reverts the configuration of an app to a previous snapshot.
|
com.azure.core.http.rest.Response<Void> |
recoverSiteConfigurationSnapshotWithResponse(String resourceGroupName,
String name,
String snapshotId,
com.azure.core.util.Context context)
Description for Reverts the configuration of an app to a previous snapshot.
|
Mono<com.azure.core.http.rest.Response<Void>> |
recoverSiteConfigurationSnapshotWithResponseAsync(String resourceGroupName,
String name,
String snapshotId)
Description for Reverts the configuration of an app to a previous snapshot.
|
void |
resetProductionSlotConfig(String resourceGroupName,
String name)
Description for Resets the configuration settings of the current slot if they were previously modified by calling
the API with POST.
|
Mono<Void> |
resetProductionSlotConfigAsync(String resourceGroupName,
String name)
Description for Resets the configuration settings of the current slot if they were previously modified by calling
the API with POST.
|
com.azure.core.http.rest.Response<Void> |
resetProductionSlotConfigWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Resets the configuration settings of the current slot if they were previously modified by calling
the API with POST.
|
Mono<com.azure.core.http.rest.Response<Void>> |
resetProductionSlotConfigWithResponseAsync(String resourceGroupName,
String name)
Description for Resets the configuration settings of the current slot if they were previously modified by calling
the API with POST.
|
void |
resetSlotConfigurationSlot(String resourceGroupName,
String name,
String slot)
Description for Resets the configuration settings of the current slot if they were previously modified by calling
the API with POST.
|
Mono<Void> |
resetSlotConfigurationSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Resets the configuration settings of the current slot if they were previously modified by calling
the API with POST.
|
com.azure.core.http.rest.Response<Void> |
resetSlotConfigurationSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Resets the configuration settings of the current slot if they were previously modified by calling
the API with POST.
|
Mono<com.azure.core.http.rest.Response<Void>> |
resetSlotConfigurationSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Resets the configuration settings of the current slot if they were previously modified by calling
the API with POST.
|
void |
restart(String resourceGroupName,
String name)
Description for Restarts an app (or deployment slot, if specified).
|
Mono<Void> |
restartAsync(String resourceGroupName,
String name)
Description for Restarts an app (or deployment slot, if specified).
|
Mono<Void> |
restartAsync(String resourceGroupName,
String name,
Boolean softRestart,
Boolean synchronous)
Description for Restarts an app (or deployment slot, if specified).
|
void |
restartSlot(String resourceGroupName,
String name,
String slot)
Description for Restarts an app (or deployment slot, if specified).
|
Mono<Void> |
restartSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Restarts an app (or deployment slot, if specified).
|
Mono<Void> |
restartSlotAsync(String resourceGroupName,
String name,
String slot,
Boolean softRestart,
Boolean synchronous)
Description for Restarts an app (or deployment slot, if specified).
|
com.azure.core.http.rest.Response<Void> |
restartSlotWithResponse(String resourceGroupName,
String name,
String slot,
Boolean softRestart,
Boolean synchronous,
com.azure.core.util.Context context)
Description for Restarts an app (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<Void>> |
restartSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
Boolean softRestart,
Boolean synchronous)
Description for Restarts an app (or deployment slot, if specified).
|
com.azure.core.http.rest.Response<Void> |
restartWithResponse(String resourceGroupName,
String name,
Boolean softRestart,
Boolean synchronous,
com.azure.core.util.Context context)
Description for Restarts an app (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<Void>> |
restartWithResponseAsync(String resourceGroupName,
String name,
Boolean softRestart,
Boolean synchronous)
Description for Restarts an app (or deployment slot, if specified).
|
void |
restore(String resourceGroupName,
String name,
String backupId,
RestoreRequestInner request)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
void |
restore(String resourceGroupName,
String name,
String backupId,
RestoreRequestInner request,
com.azure.core.util.Context context)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
Mono<Void> |
restoreAsync(String resourceGroupName,
String name,
String backupId,
RestoreRequestInner request)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
void |
restoreFromBackupBlob(String resourceGroupName,
String name,
RestoreRequestInner request)
Description for Restores an app from a backup blob in Azure Storage.
|
void |
restoreFromBackupBlob(String resourceGroupName,
String name,
RestoreRequestInner request,
com.azure.core.util.Context context)
Description for Restores an app from a backup blob in Azure Storage.
|
Mono<Void> |
restoreFromBackupBlobAsync(String resourceGroupName,
String name,
RestoreRequestInner request)
Description for Restores an app from a backup blob in Azure Storage.
|
void |
restoreFromBackupBlobSlot(String resourceGroupName,
String name,
String slot,
RestoreRequestInner request)
Description for Restores an app from a backup blob in Azure Storage.
|
void |
restoreFromBackupBlobSlot(String resourceGroupName,
String name,
String slot,
RestoreRequestInner request,
com.azure.core.util.Context context)
Description for Restores an app from a backup blob in Azure Storage.
|
Mono<Void> |
restoreFromBackupBlobSlotAsync(String resourceGroupName,
String name,
String slot,
RestoreRequestInner request)
Description for Restores an app from a backup blob in Azure Storage.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
restoreFromBackupBlobSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
RestoreRequestInner request)
Description for Restores an app from a backup blob in Azure Storage.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
restoreFromBackupBlobWithResponseAsync(String resourceGroupName,
String name,
RestoreRequestInner request)
Description for Restores an app from a backup blob in Azure Storage.
|
void |
restoreFromDeletedApp(String resourceGroupName,
String name,
DeletedAppRestoreRequest restoreRequest)
Description for Restores a deleted web app to this web app.
|
void |
restoreFromDeletedApp(String resourceGroupName,
String name,
DeletedAppRestoreRequest restoreRequest,
com.azure.core.util.Context context)
Description for Restores a deleted web app to this web app.
|
Mono<Void> |
restoreFromDeletedAppAsync(String resourceGroupName,
String name,
DeletedAppRestoreRequest restoreRequest)
Description for Restores a deleted web app to this web app.
|
void |
restoreFromDeletedAppSlot(String resourceGroupName,
String name,
String slot,
DeletedAppRestoreRequest restoreRequest)
Description for Restores a deleted web app to this web app.
|
void |
restoreFromDeletedAppSlot(String resourceGroupName,
String name,
String slot,
DeletedAppRestoreRequest restoreRequest,
com.azure.core.util.Context context)
Description for Restores a deleted web app to this web app.
|
Mono<Void> |
restoreFromDeletedAppSlotAsync(String resourceGroupName,
String name,
String slot,
DeletedAppRestoreRequest restoreRequest)
Description for Restores a deleted web app to this web app.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
restoreFromDeletedAppSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
DeletedAppRestoreRequest restoreRequest)
Description for Restores a deleted web app to this web app.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
restoreFromDeletedAppWithResponseAsync(String resourceGroupName,
String name,
DeletedAppRestoreRequest restoreRequest)
Description for Restores a deleted web app to this web app.
|
void |
restoreSlot(String resourceGroupName,
String name,
String backupId,
String slot,
RestoreRequestInner request)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
void |
restoreSlot(String resourceGroupName,
String name,
String backupId,
String slot,
RestoreRequestInner request,
com.azure.core.util.Context context)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
Mono<Void> |
restoreSlotAsync(String resourceGroupName,
String name,
String backupId,
String slot,
RestoreRequestInner request)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
restoreSlotWithResponseAsync(String resourceGroupName,
String name,
String backupId,
String slot,
RestoreRequestInner request)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
void |
restoreSnapshot(String resourceGroupName,
String name,
SnapshotRestoreRequest restoreRequest)
Description for Restores a web app from a snapshot.
|
void |
restoreSnapshot(String resourceGroupName,
String name,
SnapshotRestoreRequest restoreRequest,
com.azure.core.util.Context context)
Description for Restores a web app from a snapshot.
|
Mono<Void> |
restoreSnapshotAsync(String resourceGroupName,
String name,
SnapshotRestoreRequest restoreRequest)
Description for Restores a web app from a snapshot.
|
void |
restoreSnapshotSlot(String resourceGroupName,
String name,
String slot,
SnapshotRestoreRequest restoreRequest)
Description for Restores a web app from a snapshot.
|
void |
restoreSnapshotSlot(String resourceGroupName,
String name,
String slot,
SnapshotRestoreRequest restoreRequest,
com.azure.core.util.Context context)
Description for Restores a web app from a snapshot.
|
Mono<Void> |
restoreSnapshotSlotAsync(String resourceGroupName,
String name,
String slot,
SnapshotRestoreRequest restoreRequest)
Description for Restores a web app from a snapshot.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
restoreSnapshotSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
SnapshotRestoreRequest restoreRequest)
Description for Restores a web app from a snapshot.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
restoreSnapshotWithResponseAsync(String resourceGroupName,
String name,
SnapshotRestoreRequest restoreRequest)
Description for Restores a web app from a snapshot.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
restoreWithResponseAsync(String resourceGroupName,
String name,
String backupId,
RestoreRequestInner request)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
void |
runTriggeredWebJob(String resourceGroupName,
String name,
String webJobName)
Description for Run a triggered web job for an app, or a deployment slot.
|
Mono<Void> |
runTriggeredWebJobAsync(String resourceGroupName,
String name,
String webJobName)
Description for Run a triggered web job for an app, or a deployment slot.
|
void |
runTriggeredWebJobSlot(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for Run a triggered web job for an app, or a deployment slot.
|
Mono<Void> |
runTriggeredWebJobSlotAsync(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for Run a triggered web job for an app, or a deployment slot.
|
com.azure.core.http.rest.Response<Void> |
runTriggeredWebJobSlotWithResponse(String resourceGroupName,
String name,
String webJobName,
String slot,
com.azure.core.util.Context context)
Description for Run a triggered web job for an app, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<Void>> |
runTriggeredWebJobSlotWithResponseAsync(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for Run a triggered web job for an app, or a deployment slot.
|
com.azure.core.http.rest.Response<Void> |
runTriggeredWebJobWithResponse(String resourceGroupName,
String name,
String webJobName,
com.azure.core.util.Context context)
Description for Run a triggered web job for an app, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<Void>> |
runTriggeredWebJobWithResponseAsync(String resourceGroupName,
String name,
String webJobName)
Description for Run a triggered web job for an app, or a deployment slot.
|
void |
start(String resourceGroupName,
String name)
Description for Starts an app (or deployment slot, if specified).
|
Mono<Void> |
startAsync(String resourceGroupName,
String name)
Description for Starts an app (or deployment slot, if specified).
|
void |
startContinuousWebJob(String resourceGroupName,
String name,
String webJobName)
Description for Start a continuous web job for an app, or a deployment slot.
|
Mono<Void> |
startContinuousWebJobAsync(String resourceGroupName,
String name,
String webJobName)
Description for Start a continuous web job for an app, or a deployment slot.
|
void |
startContinuousWebJobSlot(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for Start a continuous web job for an app, or a deployment slot.
|
Mono<Void> |
startContinuousWebJobSlotAsync(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for Start a continuous web job for an app, or a deployment slot.
|
com.azure.core.http.rest.Response<Void> |
startContinuousWebJobSlotWithResponse(String resourceGroupName,
String name,
String webJobName,
String slot,
com.azure.core.util.Context context)
Description for Start a continuous web job for an app, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<Void>> |
startContinuousWebJobSlotWithResponseAsync(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for Start a continuous web job for an app, or a deployment slot.
|
com.azure.core.http.rest.Response<Void> |
startContinuousWebJobWithResponse(String resourceGroupName,
String name,
String webJobName,
com.azure.core.util.Context context)
Description for Start a continuous web job for an app, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<Void>> |
startContinuousWebJobWithResponseAsync(String resourceGroupName,
String name,
String webJobName)
Description for Start a continuous web job for an app, or a deployment slot.
|
Object |
startNetworkTrace(String resourceGroupName,
String name)
Description for Start capturing network packets for the site.
|
Object |
startNetworkTrace(String resourceGroupName,
String name,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl)
Description for Start capturing network packets for the site.
|
Object |
startNetworkTrace(String resourceGroupName,
String name,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl,
com.azure.core.util.Context context)
Description for Start capturing network packets for the site.
|
Mono<Object> |
startNetworkTraceAsync(String resourceGroupName,
String name)
Description for Start capturing network packets for the site.
|
Mono<Object> |
startNetworkTraceAsync(String resourceGroupName,
String name,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl)
Description for Start capturing network packets for the site.
|
Object |
startNetworkTraceSlot(String resourceGroupName,
String name,
String slot)
Description for Start capturing network packets for the site.
|
Object |
startNetworkTraceSlot(String resourceGroupName,
String name,
String slot,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl)
Description for Start capturing network packets for the site.
|
Object |
startNetworkTraceSlot(String resourceGroupName,
String name,
String slot,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl,
com.azure.core.util.Context context)
Description for Start capturing network packets for the site.
|
Mono<Object> |
startNetworkTraceSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Start capturing network packets for the site.
|
Mono<Object> |
startNetworkTraceSlotAsync(String resourceGroupName,
String name,
String slot,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl)
Description for Start capturing network packets for the site.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
startNetworkTraceSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl)
Description for Start capturing network packets for the site.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
startNetworkTraceWithResponseAsync(String resourceGroupName,
String name,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl)
Description for Start capturing network packets for the site.
|
void |
startSlot(String resourceGroupName,
String name,
String slot)
Description for Starts an app (or deployment slot, if specified).
|
Mono<Void> |
startSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Starts an app (or deployment slot, if specified).
|
com.azure.core.http.rest.Response<Void> |
startSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Starts an app (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<Void>> |
startSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Starts an app (or deployment slot, if specified).
|
String |
startWebSiteNetworkTrace(String resourceGroupName,
String name)
Description for Start capturing network packets for the site (To be deprecated).
|
Mono<String> |
startWebSiteNetworkTraceAsync(String resourceGroupName,
String name)
Description for Start capturing network packets for the site (To be deprecated).
|
Mono<String> |
startWebSiteNetworkTraceAsync(String resourceGroupName,
String name,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl)
Description for Start capturing network packets for the site (To be deprecated).
|
Object |
startWebSiteNetworkTraceOperation(String resourceGroupName,
String name)
Description for Start capturing network packets for the site.
|
Object |
startWebSiteNetworkTraceOperation(String resourceGroupName,
String name,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl)
Description for Start capturing network packets for the site.
|
Object |
startWebSiteNetworkTraceOperation(String resourceGroupName,
String name,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl,
com.azure.core.util.Context context)
Description for Start capturing network packets for the site.
|
Mono<Object> |
startWebSiteNetworkTraceOperationAsync(String resourceGroupName,
String name)
Description for Start capturing network packets for the site.
|
Mono<Object> |
startWebSiteNetworkTraceOperationAsync(String resourceGroupName,
String name,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl)
Description for Start capturing network packets for the site.
|
Object |
startWebSiteNetworkTraceOperationSlot(String resourceGroupName,
String name,
String slot)
Description for Start capturing network packets for the site.
|
Object |
startWebSiteNetworkTraceOperationSlot(String resourceGroupName,
String name,
String slot,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl)
Description for Start capturing network packets for the site.
|
Object |
startWebSiteNetworkTraceOperationSlot(String resourceGroupName,
String name,
String slot,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl,
com.azure.core.util.Context context)
Description for Start capturing network packets for the site.
|
Mono<Object> |
startWebSiteNetworkTraceOperationSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Start capturing network packets for the site.
|
Mono<Object> |
startWebSiteNetworkTraceOperationSlotAsync(String resourceGroupName,
String name,
String slot,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl)
Description for Start capturing network packets for the site.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
startWebSiteNetworkTraceOperationSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl)
Description for Start capturing network packets for the site.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
startWebSiteNetworkTraceOperationWithResponseAsync(String resourceGroupName,
String name,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl)
Description for Start capturing network packets for the site.
|
String |
startWebSiteNetworkTraceSlot(String resourceGroupName,
String name,
String slot)
Description for Start capturing network packets for the site (To be deprecated).
|
Mono<String> |
startWebSiteNetworkTraceSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Start capturing network packets for the site (To be deprecated).
|
Mono<String> |
startWebSiteNetworkTraceSlotAsync(String resourceGroupName,
String name,
String slot,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl)
Description for Start capturing network packets for the site (To be deprecated).
|
com.azure.core.http.rest.Response<String> |
startWebSiteNetworkTraceSlotWithResponse(String resourceGroupName,
String name,
String slot,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl,
com.azure.core.util.Context context)
Description for Start capturing network packets for the site (To be deprecated).
|
Mono<com.azure.core.http.rest.Response<String>> |
startWebSiteNetworkTraceSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl)
Description for Start capturing network packets for the site (To be deprecated).
|
com.azure.core.http.rest.Response<String> |
startWebSiteNetworkTraceWithResponse(String resourceGroupName,
String name,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl,
com.azure.core.util.Context context)
Description for Start capturing network packets for the site (To be deprecated).
|
Mono<com.azure.core.http.rest.Response<String>> |
startWebSiteNetworkTraceWithResponseAsync(String resourceGroupName,
String name,
Integer durationInSeconds,
Integer maxFrameLength,
String sasUrl)
Description for Start capturing network packets for the site (To be deprecated).
|
com.azure.core.http.rest.Response<Void> |
startWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Starts an app (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<Void>> |
startWithResponseAsync(String resourceGroupName,
String name)
Description for Starts an app (or deployment slot, if specified).
|
void |
stop(String resourceGroupName,
String name)
Description for Stops an app (or deployment slot, if specified).
|
Mono<Void> |
stopAsync(String resourceGroupName,
String name)
Description for Stops an app (or deployment slot, if specified).
|
void |
stopContinuousWebJob(String resourceGroupName,
String name,
String webJobName)
Description for Stop a continuous web job for an app, or a deployment slot.
|
Mono<Void> |
stopContinuousWebJobAsync(String resourceGroupName,
String name,
String webJobName)
Description for Stop a continuous web job for an app, or a deployment slot.
|
void |
stopContinuousWebJobSlot(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for Stop a continuous web job for an app, or a deployment slot.
|
Mono<Void> |
stopContinuousWebJobSlotAsync(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for Stop a continuous web job for an app, or a deployment slot.
|
com.azure.core.http.rest.Response<Void> |
stopContinuousWebJobSlotWithResponse(String resourceGroupName,
String name,
String webJobName,
String slot,
com.azure.core.util.Context context)
Description for Stop a continuous web job for an app, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<Void>> |
stopContinuousWebJobSlotWithResponseAsync(String resourceGroupName,
String name,
String webJobName,
String slot)
Description for Stop a continuous web job for an app, or a deployment slot.
|
com.azure.core.http.rest.Response<Void> |
stopContinuousWebJobWithResponse(String resourceGroupName,
String name,
String webJobName,
com.azure.core.util.Context context)
Description for Stop a continuous web job for an app, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<Void>> |
stopContinuousWebJobWithResponseAsync(String resourceGroupName,
String name,
String webJobName)
Description for Stop a continuous web job for an app, or a deployment slot.
|
void |
stopNetworkTrace(String resourceGroupName,
String name)
Description for Stop ongoing capturing network packets for the site.
|
Mono<Void> |
stopNetworkTraceAsync(String resourceGroupName,
String name)
Description for Stop ongoing capturing network packets for the site.
|
void |
stopNetworkTraceSlot(String resourceGroupName,
String name,
String slot)
Description for Stop ongoing capturing network packets for the site.
|
Mono<Void> |
stopNetworkTraceSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Stop ongoing capturing network packets for the site.
|
com.azure.core.http.rest.Response<Void> |
stopNetworkTraceSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Stop ongoing capturing network packets for the site.
|
Mono<com.azure.core.http.rest.Response<Void>> |
stopNetworkTraceSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Stop ongoing capturing network packets for the site.
|
com.azure.core.http.rest.Response<Void> |
stopNetworkTraceWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Stop ongoing capturing network packets for the site.
|
Mono<com.azure.core.http.rest.Response<Void>> |
stopNetworkTraceWithResponseAsync(String resourceGroupName,
String name)
Description for Stop ongoing capturing network packets for the site.
|
void |
stopSlot(String resourceGroupName,
String name,
String slot)
Description for Stops an app (or deployment slot, if specified).
|
Mono<Void> |
stopSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Stops an app (or deployment slot, if specified).
|
com.azure.core.http.rest.Response<Void> |
stopSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Stops an app (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<Void>> |
stopSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Stops an app (or deployment slot, if specified).
|
void |
stopWebSiteNetworkTrace(String resourceGroupName,
String name)
Description for Stop ongoing capturing network packets for the site.
|
Mono<Void> |
stopWebSiteNetworkTraceAsync(String resourceGroupName,
String name)
Description for Stop ongoing capturing network packets for the site.
|
void |
stopWebSiteNetworkTraceSlot(String resourceGroupName,
String name,
String slot)
Description for Stop ongoing capturing network packets for the site.
|
Mono<Void> |
stopWebSiteNetworkTraceSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Stop ongoing capturing network packets for the site.
|
com.azure.core.http.rest.Response<Void> |
stopWebSiteNetworkTraceSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Stop ongoing capturing network packets for the site.
|
Mono<com.azure.core.http.rest.Response<Void>> |
stopWebSiteNetworkTraceSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Stop ongoing capturing network packets for the site.
|
com.azure.core.http.rest.Response<Void> |
stopWebSiteNetworkTraceWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Stop ongoing capturing network packets for the site.
|
Mono<com.azure.core.http.rest.Response<Void>> |
stopWebSiteNetworkTraceWithResponseAsync(String resourceGroupName,
String name)
Description for Stop ongoing capturing network packets for the site.
|
com.azure.core.http.rest.Response<Void> |
stopWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Stops an app (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<Void>> |
stopWithResponseAsync(String resourceGroupName,
String name)
Description for Stops an app (or deployment slot, if specified).
|
void |
swapSlot(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity)
Description for Swaps two deployment slots of an app.
|
void |
swapSlot(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity,
com.azure.core.util.Context context)
Description for Swaps two deployment slots of an app.
|
Mono<Void> |
swapSlotAsync(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity)
Description for Swaps two deployment slots of an app.
|
void |
swapSlotWithProduction(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity)
Description for Swaps two deployment slots of an app.
|
void |
swapSlotWithProduction(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity,
com.azure.core.util.Context context)
Description for Swaps two deployment slots of an app.
|
Mono<Void> |
swapSlotWithProductionAsync(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity)
Description for Swaps two deployment slots of an app.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
swapSlotWithProductionWithResponseAsync(String resourceGroupName,
String name,
CsmSlotEntity slotSwapEntity)
Description for Swaps two deployment slots of an app.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
swapSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
CsmSlotEntity slotSwapEntity)
Description for Swaps two deployment slots of an app.
|
void |
syncFunctions(String resourceGroupName,
String name)
Description for Syncs function trigger metadata to the management database.
|
Mono<Void> |
syncFunctionsAsync(String resourceGroupName,
String name)
Description for Syncs function trigger metadata to the management database.
|
void |
syncFunctionsSlot(String resourceGroupName,
String name,
String slot)
Description for Syncs function trigger metadata to the management database.
|
Mono<Void> |
syncFunctionsSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Syncs function trigger metadata to the management database.
|
com.azure.core.http.rest.Response<Void> |
syncFunctionsSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Syncs function trigger metadata to the management database.
|
Mono<com.azure.core.http.rest.Response<Void>> |
syncFunctionsSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Syncs function trigger metadata to the management database.
|
com.azure.core.http.rest.Response<Void> |
syncFunctionsWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Syncs function trigger metadata to the management database.
|
Mono<com.azure.core.http.rest.Response<Void>> |
syncFunctionsWithResponseAsync(String resourceGroupName,
String name)
Description for Syncs function trigger metadata to the management database.
|
void |
syncFunctionTriggers(String resourceGroupName,
String name)
Description for Syncs function trigger metadata to the management database.
|
Mono<Void> |
syncFunctionTriggersAsync(String resourceGroupName,
String name)
Description for Syncs function trigger metadata to the management database.
|
void |
syncFunctionTriggersSlot(String resourceGroupName,
String name,
String slot)
Description for Syncs function trigger metadata to the management database.
|
Mono<Void> |
syncFunctionTriggersSlotAsync(String resourceGroupName,
String name,
String slot)
Description for Syncs function trigger metadata to the management database.
|
com.azure.core.http.rest.Response<Void> |
syncFunctionTriggersSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Syncs function trigger metadata to the management database.
|
Mono<com.azure.core.http.rest.Response<Void>> |
syncFunctionTriggersSlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Syncs function trigger metadata to the management database.
|
com.azure.core.http.rest.Response<Void> |
syncFunctionTriggersWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Syncs function trigger metadata to the management database.
|
Mono<com.azure.core.http.rest.Response<Void>> |
syncFunctionTriggersWithResponseAsync(String resourceGroupName,
String name)
Description for Syncs function trigger metadata to the management database.
|
void |
syncRepository(String resourceGroupName,
String name)
Description for Sync web app repository.
|
Mono<Void> |
syncRepositoryAsync(String resourceGroupName,
String name)
Description for Sync web app repository.
|
void |
syncRepositorySlot(String resourceGroupName,
String name,
String slot)
Description for Sync web app repository.
|
Mono<Void> |
syncRepositorySlotAsync(String resourceGroupName,
String name,
String slot)
Description for Sync web app repository.
|
com.azure.core.http.rest.Response<Void> |
syncRepositorySlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context)
Description for Sync web app repository.
|
Mono<com.azure.core.http.rest.Response<Void>> |
syncRepositorySlotWithResponseAsync(String resourceGroupName,
String name,
String slot)
Description for Sync web app repository.
|
com.azure.core.http.rest.Response<Void> |
syncRepositoryWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Sync web app repository.
|
Mono<com.azure.core.http.rest.Response<Void>> |
syncRepositoryWithResponseAsync(String resourceGroupName,
String name)
Description for Sync web app repository.
|
SiteInner |
update(String resourceGroupName,
String name,
SitePatchResourceInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
StringDictionaryInner |
updateApplicationSettings(String resourceGroupName,
String name,
StringDictionaryInner appSettings)
Description for Replaces the application settings of an app.
|
Mono<StringDictionaryInner> |
updateApplicationSettingsAsync(String resourceGroupName,
String name,
StringDictionaryInner appSettings)
Description for Replaces the application settings of an app.
|
StringDictionaryInner |
updateApplicationSettingsSlot(String resourceGroupName,
String name,
String slot,
StringDictionaryInner appSettings)
Description for Replaces the application settings of an app.
|
Mono<StringDictionaryInner> |
updateApplicationSettingsSlotAsync(String resourceGroupName,
String name,
String slot,
StringDictionaryInner appSettings)
Description for Replaces the application settings of an app.
|
com.azure.core.http.rest.Response<StringDictionaryInner> |
updateApplicationSettingsSlotWithResponse(String resourceGroupName,
String name,
String slot,
StringDictionaryInner appSettings,
com.azure.core.util.Context context)
Description for Replaces the application settings of an app.
|
Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> |
updateApplicationSettingsSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
StringDictionaryInner appSettings)
Description for Replaces the application settings of an app.
|
com.azure.core.http.rest.Response<StringDictionaryInner> |
updateApplicationSettingsWithResponse(String resourceGroupName,
String name,
StringDictionaryInner appSettings,
com.azure.core.util.Context context)
Description for Replaces the application settings of an app.
|
Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> |
updateApplicationSettingsWithResponseAsync(String resourceGroupName,
String name,
StringDictionaryInner appSettings)
Description for Replaces the application settings of an app.
|
Mono<SiteInner> |
updateAsync(String resourceGroupName,
String name,
SitePatchResourceInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
SiteAuthSettingsInner |
updateAuthSettings(String resourceGroupName,
String name,
SiteAuthSettingsInner siteAuthSettings)
Description for Updates the Authentication / Authorization settings associated with web app.
|
Mono<SiteAuthSettingsInner> |
updateAuthSettingsAsync(String resourceGroupName,
String name,
SiteAuthSettingsInner siteAuthSettings)
Description for Updates the Authentication / Authorization settings associated with web app.
|
SiteAuthSettingsInner |
updateAuthSettingsSlot(String resourceGroupName,
String name,
String slot,
SiteAuthSettingsInner siteAuthSettings)
Description for Updates the Authentication / Authorization settings associated with web app.
|
Mono<SiteAuthSettingsInner> |
updateAuthSettingsSlotAsync(String resourceGroupName,
String name,
String slot,
SiteAuthSettingsInner siteAuthSettings)
Description for Updates the Authentication / Authorization settings associated with web app.
|
com.azure.core.http.rest.Response<SiteAuthSettingsInner> |
updateAuthSettingsSlotWithResponse(String resourceGroupName,
String name,
String slot,
SiteAuthSettingsInner siteAuthSettings,
com.azure.core.util.Context context)
Description for Updates the Authentication / Authorization settings associated with web app.
|
Mono<com.azure.core.http.rest.Response<SiteAuthSettingsInner>> |
updateAuthSettingsSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
SiteAuthSettingsInner siteAuthSettings)
Description for Updates the Authentication / Authorization settings associated with web app.
|
SiteAuthSettingsV2Inner |
updateAuthSettingsV2(String resourceGroupName,
String name,
SiteAuthSettingsV2Inner siteAuthSettingsV2)
Description for Updates site's Authentication / Authorization settings for apps via the V2 format.
|
Mono<SiteAuthSettingsV2Inner> |
updateAuthSettingsV2Async(String resourceGroupName,
String name,
SiteAuthSettingsV2Inner siteAuthSettingsV2)
Description for Updates site's Authentication / Authorization settings for apps via the V2 format.
|
SiteAuthSettingsV2Inner |
updateAuthSettingsV2Slot(String resourceGroupName,
String name,
String slot,
SiteAuthSettingsV2Inner siteAuthSettingsV2)
Description for Updates site's Authentication / Authorization settings for apps via the V2 format.
|
Mono<SiteAuthSettingsV2Inner> |
updateAuthSettingsV2SlotAsync(String resourceGroupName,
String name,
String slot,
SiteAuthSettingsV2Inner siteAuthSettingsV2)
Description for Updates site's Authentication / Authorization settings for apps via the V2 format.
|
com.azure.core.http.rest.Response<SiteAuthSettingsV2Inner> |
updateAuthSettingsV2SlotWithResponse(String resourceGroupName,
String name,
String slot,
SiteAuthSettingsV2Inner siteAuthSettingsV2,
com.azure.core.util.Context context)
Description for Updates site's Authentication / Authorization settings for apps via the V2 format.
|
Mono<com.azure.core.http.rest.Response<SiteAuthSettingsV2Inner>> |
updateAuthSettingsV2SlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
SiteAuthSettingsV2Inner siteAuthSettingsV2)
Description for Updates site's Authentication / Authorization settings for apps via the V2 format.
|
com.azure.core.http.rest.Response<SiteAuthSettingsV2Inner> |
updateAuthSettingsV2WithResponse(String resourceGroupName,
String name,
SiteAuthSettingsV2Inner siteAuthSettingsV2,
com.azure.core.util.Context context)
Description for Updates site's Authentication / Authorization settings for apps via the V2 format.
|
Mono<com.azure.core.http.rest.Response<SiteAuthSettingsV2Inner>> |
updateAuthSettingsV2WithResponseAsync(String resourceGroupName,
String name,
SiteAuthSettingsV2Inner siteAuthSettingsV2)
Description for Updates site's Authentication / Authorization settings for apps via the V2 format.
|
com.azure.core.http.rest.Response<SiteAuthSettingsInner> |
updateAuthSettingsWithResponse(String resourceGroupName,
String name,
SiteAuthSettingsInner siteAuthSettings,
com.azure.core.util.Context context)
Description for Updates the Authentication / Authorization settings associated with web app.
|
Mono<com.azure.core.http.rest.Response<SiteAuthSettingsInner>> |
updateAuthSettingsWithResponseAsync(String resourceGroupName,
String name,
SiteAuthSettingsInner siteAuthSettings)
Description for Updates the Authentication / Authorization settings associated with web app.
|
AzureStoragePropertyDictionaryResourceInner |
updateAzureStorageAccounts(String resourceGroupName,
String name,
AzureStoragePropertyDictionaryResourceInner azureStorageAccounts)
Description for Updates the Azure storage account configurations of an app.
|
Mono<AzureStoragePropertyDictionaryResourceInner> |
updateAzureStorageAccountsAsync(String resourceGroupName,
String name,
AzureStoragePropertyDictionaryResourceInner azureStorageAccounts)
Description for Updates the Azure storage account configurations of an app.
|
AzureStoragePropertyDictionaryResourceInner |
updateAzureStorageAccountsSlot(String resourceGroupName,
String name,
String slot,
AzureStoragePropertyDictionaryResourceInner azureStorageAccounts)
Description for Updates the Azure storage account configurations of an app.
|
Mono<AzureStoragePropertyDictionaryResourceInner> |
updateAzureStorageAccountsSlotAsync(String resourceGroupName,
String name,
String slot,
AzureStoragePropertyDictionaryResourceInner azureStorageAccounts)
Description for Updates the Azure storage account configurations of an app.
|
com.azure.core.http.rest.Response<AzureStoragePropertyDictionaryResourceInner> |
updateAzureStorageAccountsSlotWithResponse(String resourceGroupName,
String name,
String slot,
AzureStoragePropertyDictionaryResourceInner azureStorageAccounts,
com.azure.core.util.Context context)
Description for Updates the Azure storage account configurations of an app.
|
Mono<com.azure.core.http.rest.Response<AzureStoragePropertyDictionaryResourceInner>> |
updateAzureStorageAccountsSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
AzureStoragePropertyDictionaryResourceInner azureStorageAccounts)
Description for Updates the Azure storage account configurations of an app.
|
com.azure.core.http.rest.Response<AzureStoragePropertyDictionaryResourceInner> |
updateAzureStorageAccountsWithResponse(String resourceGroupName,
String name,
AzureStoragePropertyDictionaryResourceInner azureStorageAccounts,
com.azure.core.util.Context context)
Description for Updates the Azure storage account configurations of an app.
|
Mono<com.azure.core.http.rest.Response<AzureStoragePropertyDictionaryResourceInner>> |
updateAzureStorageAccountsWithResponseAsync(String resourceGroupName,
String name,
AzureStoragePropertyDictionaryResourceInner azureStorageAccounts)
Description for Updates the Azure storage account configurations of an app.
|
BackupRequestInner |
updateBackupConfiguration(String resourceGroupName,
String name,
BackupRequestInner request)
Description for Updates the backup configuration of an app.
|
Mono<BackupRequestInner> |
updateBackupConfigurationAsync(String resourceGroupName,
String name,
BackupRequestInner request)
Description for Updates the backup configuration of an app.
|
BackupRequestInner |
updateBackupConfigurationSlot(String resourceGroupName,
String name,
String slot,
BackupRequestInner request)
Description for Updates the backup configuration of an app.
|
Mono<BackupRequestInner> |
updateBackupConfigurationSlotAsync(String resourceGroupName,
String name,
String slot,
BackupRequestInner request)
Description for Updates the backup configuration of an app.
|
com.azure.core.http.rest.Response<BackupRequestInner> |
updateBackupConfigurationSlotWithResponse(String resourceGroupName,
String name,
String slot,
BackupRequestInner request,
com.azure.core.util.Context context)
Description for Updates the backup configuration of an app.
|
Mono<com.azure.core.http.rest.Response<BackupRequestInner>> |
updateBackupConfigurationSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
BackupRequestInner request)
Description for Updates the backup configuration of an app.
|
com.azure.core.http.rest.Response<BackupRequestInner> |
updateBackupConfigurationWithResponse(String resourceGroupName,
String name,
BackupRequestInner request,
com.azure.core.util.Context context)
Description for Updates the backup configuration of an app.
|
Mono<com.azure.core.http.rest.Response<BackupRequestInner>> |
updateBackupConfigurationWithResponseAsync(String resourceGroupName,
String name,
BackupRequestInner request)
Description for Updates the backup configuration of an app.
|
SiteConfigResourceInner |
updateConfiguration(String resourceGroupName,
String name,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
Mono<SiteConfigResourceInner> |
updateConfigurationAsync(String resourceGroupName,
String name,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
SiteConfigResourceInner |
updateConfigurationSlot(String resourceGroupName,
String name,
String slot,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
Mono<SiteConfigResourceInner> |
updateConfigurationSlotAsync(String resourceGroupName,
String name,
String slot,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
com.azure.core.http.rest.Response<SiteConfigResourceInner> |
updateConfigurationSlotWithResponse(String resourceGroupName,
String name,
String slot,
SiteConfigResourceInner siteConfig,
com.azure.core.util.Context context)
Description for Updates the configuration of an app.
|
Mono<com.azure.core.http.rest.Response<SiteConfigResourceInner>> |
updateConfigurationSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
com.azure.core.http.rest.Response<SiteConfigResourceInner> |
updateConfigurationWithResponse(String resourceGroupName,
String name,
SiteConfigResourceInner siteConfig,
com.azure.core.util.Context context)
Description for Updates the configuration of an app.
|
Mono<com.azure.core.http.rest.Response<SiteConfigResourceInner>> |
updateConfigurationWithResponseAsync(String resourceGroupName,
String name,
SiteConfigResourceInner siteConfig)
Description for Updates the configuration of an app.
|
ConnectionStringDictionaryInner |
updateConnectionStrings(String resourceGroupName,
String name,
ConnectionStringDictionaryInner connectionStrings)
Description for Replaces the connection strings of an app.
|
Mono<ConnectionStringDictionaryInner> |
updateConnectionStringsAsync(String resourceGroupName,
String name,
ConnectionStringDictionaryInner connectionStrings)
Description for Replaces the connection strings of an app.
|
ConnectionStringDictionaryInner |
updateConnectionStringsSlot(String resourceGroupName,
String name,
String slot,
ConnectionStringDictionaryInner connectionStrings)
Description for Replaces the connection strings of an app.
|
Mono<ConnectionStringDictionaryInner> |
updateConnectionStringsSlotAsync(String resourceGroupName,
String name,
String slot,
ConnectionStringDictionaryInner connectionStrings)
Description for Replaces the connection strings of an app.
|
com.azure.core.http.rest.Response<ConnectionStringDictionaryInner> |
updateConnectionStringsSlotWithResponse(String resourceGroupName,
String name,
String slot,
ConnectionStringDictionaryInner connectionStrings,
com.azure.core.util.Context context)
Description for Replaces the connection strings of an app.
|
Mono<com.azure.core.http.rest.Response<ConnectionStringDictionaryInner>> |
updateConnectionStringsSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
ConnectionStringDictionaryInner connectionStrings)
Description for Replaces the connection strings of an app.
|
com.azure.core.http.rest.Response<ConnectionStringDictionaryInner> |
updateConnectionStringsWithResponse(String resourceGroupName,
String name,
ConnectionStringDictionaryInner connectionStrings,
com.azure.core.util.Context context)
Description for Replaces the connection strings of an app.
|
Mono<com.azure.core.http.rest.Response<ConnectionStringDictionaryInner>> |
updateConnectionStringsWithResponseAsync(String resourceGroupName,
String name,
ConnectionStringDictionaryInner connectionStrings)
Description for Replaces the connection strings of an app.
|
SiteLogsConfigInner |
updateDiagnosticLogsConfig(String resourceGroupName,
String name,
SiteLogsConfigInner siteLogsConfig)
Description for Updates the logging configuration of an app.
|
Mono<SiteLogsConfigInner> |
updateDiagnosticLogsConfigAsync(String resourceGroupName,
String name,
SiteLogsConfigInner siteLogsConfig)
Description for Updates the logging configuration of an app.
|
SiteLogsConfigInner |
updateDiagnosticLogsConfigSlot(String resourceGroupName,
String name,
String slot,
SiteLogsConfigInner siteLogsConfig)
Description for Updates the logging configuration of an app.
|
Mono<SiteLogsConfigInner> |
updateDiagnosticLogsConfigSlotAsync(String resourceGroupName,
String name,
String slot,
SiteLogsConfigInner siteLogsConfig)
Description for Updates the logging configuration of an app.
|
com.azure.core.http.rest.Response<SiteLogsConfigInner> |
updateDiagnosticLogsConfigSlotWithResponse(String resourceGroupName,
String name,
String slot,
SiteLogsConfigInner siteLogsConfig,
com.azure.core.util.Context context)
Description for Updates the logging configuration of an app.
|
Mono<com.azure.core.http.rest.Response<SiteLogsConfigInner>> |
updateDiagnosticLogsConfigSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
SiteLogsConfigInner siteLogsConfig)
Description for Updates the logging configuration of an app.
|
com.azure.core.http.rest.Response<SiteLogsConfigInner> |
updateDiagnosticLogsConfigWithResponse(String resourceGroupName,
String name,
SiteLogsConfigInner siteLogsConfig,
com.azure.core.util.Context context)
Description for Updates the logging configuration of an app.
|
Mono<com.azure.core.http.rest.Response<SiteLogsConfigInner>> |
updateDiagnosticLogsConfigWithResponseAsync(String resourceGroupName,
String name,
SiteLogsConfigInner siteLogsConfig)
Description for Updates the logging configuration of an app.
|
IdentifierInner |
updateDomainOwnershipIdentifier(String resourceGroupName,
String name,
String domainOwnershipIdentifierName,
IdentifierInner domainOwnershipIdentifier)
Description for Creates a domain ownership identifier for web app, or updates an existing ownership identifier.
|
Mono<IdentifierInner> |
updateDomainOwnershipIdentifierAsync(String resourceGroupName,
String name,
String domainOwnershipIdentifierName,
IdentifierInner domainOwnershipIdentifier)
Description for Creates a domain ownership identifier for web app, or updates an existing ownership identifier.
|
IdentifierInner |
updateDomainOwnershipIdentifierSlot(String resourceGroupName,
String name,
String domainOwnershipIdentifierName,
String slot,
IdentifierInner domainOwnershipIdentifier)
Description for Creates a domain ownership identifier for web app, or updates an existing ownership identifier.
|
Mono<IdentifierInner> |
updateDomainOwnershipIdentifierSlotAsync(String resourceGroupName,
String name,
String domainOwnershipIdentifierName,
String slot,
IdentifierInner domainOwnershipIdentifier)
Description for Creates a domain ownership identifier for web app, or updates an existing ownership identifier.
|
com.azure.core.http.rest.Response<IdentifierInner> |
updateDomainOwnershipIdentifierSlotWithResponse(String resourceGroupName,
String name,
String domainOwnershipIdentifierName,
String slot,
IdentifierInner domainOwnershipIdentifier,
com.azure.core.util.Context context)
Description for Creates a domain ownership identifier for web app, or updates an existing ownership identifier.
|
Mono<com.azure.core.http.rest.Response<IdentifierInner>> |
updateDomainOwnershipIdentifierSlotWithResponseAsync(String resourceGroupName,
String name,
String domainOwnershipIdentifierName,
String slot,
IdentifierInner domainOwnershipIdentifier)
Description for Creates a domain ownership identifier for web app, or updates an existing ownership identifier.
|
com.azure.core.http.rest.Response<IdentifierInner> |
updateDomainOwnershipIdentifierWithResponse(String resourceGroupName,
String name,
String domainOwnershipIdentifierName,
IdentifierInner domainOwnershipIdentifier,
com.azure.core.util.Context context)
Description for Creates a domain ownership identifier for web app, or updates an existing ownership identifier.
|
Mono<com.azure.core.http.rest.Response<IdentifierInner>> |
updateDomainOwnershipIdentifierWithResponseAsync(String resourceGroupName,
String name,
String domainOwnershipIdentifierName,
IdentifierInner domainOwnershipIdentifier)
Description for Creates a domain ownership identifier for web app, or updates an existing ownership identifier.
|
CsmPublishingCredentialsPoliciesEntityInner |
updateFtpAllowed(String resourceGroupName,
String name,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether FTP is allowed on the site or not.
|
Mono<CsmPublishingCredentialsPoliciesEntityInner> |
updateFtpAllowedAsync(String resourceGroupName,
String name,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether FTP is allowed on the site or not.
|
CsmPublishingCredentialsPoliciesEntityInner |
updateFtpAllowedSlot(String resourceGroupName,
String name,
String slot,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether FTP is allowed on the site or not.
|
Mono<CsmPublishingCredentialsPoliciesEntityInner> |
updateFtpAllowedSlotAsync(String resourceGroupName,
String name,
String slot,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether FTP is allowed on the site or not.
|
com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner> |
updateFtpAllowedSlotWithResponse(String resourceGroupName,
String name,
String slot,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity,
com.azure.core.util.Context context)
Description for Updates whether FTP is allowed on the site or not.
|
Mono<com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner>> |
updateFtpAllowedSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether FTP is allowed on the site or not.
|
com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner> |
updateFtpAllowedWithResponse(String resourceGroupName,
String name,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity,
com.azure.core.util.Context context)
Description for Updates whether FTP is allowed on the site or not.
|
Mono<com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner>> |
updateFtpAllowedWithResponseAsync(String resourceGroupName,
String name,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether FTP is allowed on the site or not.
|
HybridConnectionInner |
updateHybridConnection(String resourceGroupName,
String name,
String namespaceName,
String relayName,
HybridConnectionInner connectionEnvelope)
Description for Creates a new Hybrid Connection using a Service Bus relay.
|
Mono<HybridConnectionInner> |
updateHybridConnectionAsync(String resourceGroupName,
String name,
String namespaceName,
String relayName,
HybridConnectionInner connectionEnvelope)
Description for Creates a new Hybrid Connection using a Service Bus relay.
|
HybridConnectionInner |
updateHybridConnectionSlot(String resourceGroupName,
String name,
String namespaceName,
String relayName,
String slot,
HybridConnectionInner connectionEnvelope)
Description for Creates a new Hybrid Connection using a Service Bus relay.
|
Mono<HybridConnectionInner> |
updateHybridConnectionSlotAsync(String resourceGroupName,
String name,
String namespaceName,
String relayName,
String slot,
HybridConnectionInner connectionEnvelope)
Description for Creates a new Hybrid Connection using a Service Bus relay.
|
com.azure.core.http.rest.Response<HybridConnectionInner> |
updateHybridConnectionSlotWithResponse(String resourceGroupName,
String name,
String namespaceName,
String relayName,
String slot,
HybridConnectionInner connectionEnvelope,
com.azure.core.util.Context context)
Description for Creates a new Hybrid Connection using a Service Bus relay.
|
Mono<com.azure.core.http.rest.Response<HybridConnectionInner>> |
updateHybridConnectionSlotWithResponseAsync(String resourceGroupName,
String name,
String namespaceName,
String relayName,
String slot,
HybridConnectionInner connectionEnvelope)
Description for Creates a new Hybrid Connection using a Service Bus relay.
|
com.azure.core.http.rest.Response<HybridConnectionInner> |
updateHybridConnectionWithResponse(String resourceGroupName,
String name,
String namespaceName,
String relayName,
HybridConnectionInner connectionEnvelope,
com.azure.core.util.Context context)
Description for Creates a new Hybrid Connection using a Service Bus relay.
|
Mono<com.azure.core.http.rest.Response<HybridConnectionInner>> |
updateHybridConnectionWithResponseAsync(String resourceGroupName,
String name,
String namespaceName,
String relayName,
HybridConnectionInner connectionEnvelope)
Description for Creates a new Hybrid Connection using a Service Bus relay.
|
StringDictionaryInner |
updateMetadata(String resourceGroupName,
String name,
StringDictionaryInner metadata)
Description for Replaces the metadata of an app.
|
Mono<StringDictionaryInner> |
updateMetadataAsync(String resourceGroupName,
String name,
StringDictionaryInner metadata)
Description for Replaces the metadata of an app.
|
StringDictionaryInner |
updateMetadataSlot(String resourceGroupName,
String name,
String slot,
StringDictionaryInner metadata)
Description for Replaces the metadata of an app.
|
Mono<StringDictionaryInner> |
updateMetadataSlotAsync(String resourceGroupName,
String name,
String slot,
StringDictionaryInner metadata)
Description for Replaces the metadata of an app.
|
com.azure.core.http.rest.Response<StringDictionaryInner> |
updateMetadataSlotWithResponse(String resourceGroupName,
String name,
String slot,
StringDictionaryInner metadata,
com.azure.core.util.Context context)
Description for Replaces the metadata of an app.
|
Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> |
updateMetadataSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
StringDictionaryInner metadata)
Description for Replaces the metadata of an app.
|
com.azure.core.http.rest.Response<StringDictionaryInner> |
updateMetadataWithResponse(String resourceGroupName,
String name,
StringDictionaryInner metadata,
com.azure.core.util.Context context)
Description for Replaces the metadata of an app.
|
Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> |
updateMetadataWithResponseAsync(String resourceGroupName,
String name,
StringDictionaryInner metadata)
Description for Replaces the metadata of an app.
|
PremierAddOnInner |
updatePremierAddOn(String resourceGroupName,
String name,
String premierAddOnName,
PremierAddOnPatchResource premierAddOn)
Description for Updates a named add-on of an app.
|
Mono<PremierAddOnInner> |
updatePremierAddOnAsync(String resourceGroupName,
String name,
String premierAddOnName,
PremierAddOnPatchResource premierAddOn)
Description for Updates a named add-on of an app.
|
PremierAddOnInner |
updatePremierAddOnSlot(String resourceGroupName,
String name,
String premierAddOnName,
String slot,
PremierAddOnPatchResource premierAddOn)
Description for Updates a named add-on of an app.
|
Mono<PremierAddOnInner> |
updatePremierAddOnSlotAsync(String resourceGroupName,
String name,
String premierAddOnName,
String slot,
PremierAddOnPatchResource premierAddOn)
Description for Updates a named add-on of an app.
|
com.azure.core.http.rest.Response<PremierAddOnInner> |
updatePremierAddOnSlotWithResponse(String resourceGroupName,
String name,
String premierAddOnName,
String slot,
PremierAddOnPatchResource premierAddOn,
com.azure.core.util.Context context)
Description for Updates a named add-on of an app.
|
Mono<com.azure.core.http.rest.Response<PremierAddOnInner>> |
updatePremierAddOnSlotWithResponseAsync(String resourceGroupName,
String name,
String premierAddOnName,
String slot,
PremierAddOnPatchResource premierAddOn)
Description for Updates a named add-on of an app.
|
com.azure.core.http.rest.Response<PremierAddOnInner> |
updatePremierAddOnWithResponse(String resourceGroupName,
String name,
String premierAddOnName,
PremierAddOnPatchResource premierAddOn,
com.azure.core.util.Context context)
Description for Updates a named add-on of an app.
|
Mono<com.azure.core.http.rest.Response<PremierAddOnInner>> |
updatePremierAddOnWithResponseAsync(String resourceGroupName,
String name,
String premierAddOnName,
PremierAddOnPatchResource premierAddOn)
Description for Updates a named add-on of an app.
|
RelayServiceConnectionEntityInner |
updateRelayServiceConnection(String resourceGroupName,
String name,
String entityName,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
Mono<RelayServiceConnectionEntityInner> |
updateRelayServiceConnectionAsync(String resourceGroupName,
String name,
String entityName,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
RelayServiceConnectionEntityInner |
updateRelayServiceConnectionSlot(String resourceGroupName,
String name,
String entityName,
String slot,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
Mono<RelayServiceConnectionEntityInner> |
updateRelayServiceConnectionSlotAsync(String resourceGroupName,
String name,
String entityName,
String slot,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner> |
updateRelayServiceConnectionSlotWithResponse(String resourceGroupName,
String name,
String entityName,
String slot,
RelayServiceConnectionEntityInner connectionEnvelope,
com.azure.core.util.Context context)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
Mono<com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner>> |
updateRelayServiceConnectionSlotWithResponseAsync(String resourceGroupName,
String name,
String entityName,
String slot,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner> |
updateRelayServiceConnectionWithResponse(String resourceGroupName,
String name,
String entityName,
RelayServiceConnectionEntityInner connectionEnvelope,
com.azure.core.util.Context context)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
Mono<com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner>> |
updateRelayServiceConnectionWithResponseAsync(String resourceGroupName,
String name,
String entityName,
RelayServiceConnectionEntityInner connectionEnvelope)
Description for Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
|
CsmPublishingCredentialsPoliciesEntityInner |
updateScmAllowed(String resourceGroupName,
String name,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether user publishing credentials are allowed on the site or not.
|
Mono<CsmPublishingCredentialsPoliciesEntityInner> |
updateScmAllowedAsync(String resourceGroupName,
String name,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether user publishing credentials are allowed on the site or not.
|
CsmPublishingCredentialsPoliciesEntityInner |
updateScmAllowedSlot(String resourceGroupName,
String name,
String slot,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether user publishing credentials are allowed on the site or not.
|
Mono<CsmPublishingCredentialsPoliciesEntityInner> |
updateScmAllowedSlotAsync(String resourceGroupName,
String name,
String slot,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether user publishing credentials are allowed on the site or not.
|
com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner> |
updateScmAllowedSlotWithResponse(String resourceGroupName,
String name,
String slot,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity,
com.azure.core.util.Context context)
Description for Updates whether user publishing credentials are allowed on the site or not.
|
Mono<com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner>> |
updateScmAllowedSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether user publishing credentials are allowed on the site or not.
|
com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner> |
updateScmAllowedWithResponse(String resourceGroupName,
String name,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity,
com.azure.core.util.Context context)
Description for Updates whether user publishing credentials are allowed on the site or not.
|
Mono<com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner>> |
updateScmAllowedWithResponseAsync(String resourceGroupName,
String name,
CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
Description for Updates whether user publishing credentials are allowed on the site or not.
|
PushSettingsInner |
updateSitePushSettings(String resourceGroupName,
String name,
PushSettingsInner pushSettings)
Description for Updates the Push settings associated with web app.
|
Mono<PushSettingsInner> |
updateSitePushSettingsAsync(String resourceGroupName,
String name,
PushSettingsInner pushSettings)
Description for Updates the Push settings associated with web app.
|
PushSettingsInner |
updateSitePushSettingsSlot(String resourceGroupName,
String name,
String slot,
PushSettingsInner pushSettings)
Description for Updates the Push settings associated with web app.
|
Mono<PushSettingsInner> |
updateSitePushSettingsSlotAsync(String resourceGroupName,
String name,
String slot,
PushSettingsInner pushSettings)
Description for Updates the Push settings associated with web app.
|
com.azure.core.http.rest.Response<PushSettingsInner> |
updateSitePushSettingsSlotWithResponse(String resourceGroupName,
String name,
String slot,
PushSettingsInner pushSettings,
com.azure.core.util.Context context)
Description for Updates the Push settings associated with web app.
|
Mono<com.azure.core.http.rest.Response<PushSettingsInner>> |
updateSitePushSettingsSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
PushSettingsInner pushSettings)
Description for Updates the Push settings associated with web app.
|
com.azure.core.http.rest.Response<PushSettingsInner> |
updateSitePushSettingsWithResponse(String resourceGroupName,
String name,
PushSettingsInner pushSettings,
com.azure.core.util.Context context)
Description for Updates the Push settings associated with web app.
|
Mono<com.azure.core.http.rest.Response<PushSettingsInner>> |
updateSitePushSettingsWithResponseAsync(String resourceGroupName,
String name,
PushSettingsInner pushSettings)
Description for Updates the Push settings associated with web app.
|
SiteInner |
updateSlot(String resourceGroupName,
String name,
String slot,
SitePatchResourceInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
Mono<SiteInner> |
updateSlotAsync(String resourceGroupName,
String name,
String slot,
SitePatchResourceInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
SlotConfigNamesResourceInner |
updateSlotConfigurationNames(String resourceGroupName,
String name,
SlotConfigNamesResourceInner slotConfigNames)
Description for Updates the names of application settings and connection string that remain with the slot during
swap operation.
|
Mono<SlotConfigNamesResourceInner> |
updateSlotConfigurationNamesAsync(String resourceGroupName,
String name,
SlotConfigNamesResourceInner slotConfigNames)
Description for Updates the names of application settings and connection string that remain with the slot during
swap operation.
|
com.azure.core.http.rest.Response<SlotConfigNamesResourceInner> |
updateSlotConfigurationNamesWithResponse(String resourceGroupName,
String name,
SlotConfigNamesResourceInner slotConfigNames,
com.azure.core.util.Context context)
Description for Updates the names of application settings and connection string that remain with the slot during
swap operation.
|
Mono<com.azure.core.http.rest.Response<SlotConfigNamesResourceInner>> |
updateSlotConfigurationNamesWithResponseAsync(String resourceGroupName,
String name,
SlotConfigNamesResourceInner slotConfigNames)
Description for Updates the names of application settings and connection string that remain with the slot during
swap operation.
|
com.azure.core.http.rest.Response<SiteInner> |
updateSlotWithResponse(String resourceGroupName,
String name,
String slot,
SitePatchResourceInner siteEnvelope,
com.azure.core.util.Context context)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
Mono<com.azure.core.http.rest.Response<SiteInner>> |
updateSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
SitePatchResourceInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
SiteSourceControlInner |
updateSourceControl(String resourceGroupName,
String name,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
Mono<SiteSourceControlInner> |
updateSourceControlAsync(String resourceGroupName,
String name,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
SiteSourceControlInner |
updateSourceControlSlot(String resourceGroupName,
String name,
String slot,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
Mono<SiteSourceControlInner> |
updateSourceControlSlotAsync(String resourceGroupName,
String name,
String slot,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
com.azure.core.http.rest.Response<SiteSourceControlInner> |
updateSourceControlSlotWithResponse(String resourceGroupName,
String name,
String slot,
SiteSourceControlInner siteSourceControl,
com.azure.core.util.Context context)
Description for Updates the source control configuration of an app.
|
Mono<com.azure.core.http.rest.Response<SiteSourceControlInner>> |
updateSourceControlSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
com.azure.core.http.rest.Response<SiteSourceControlInner> |
updateSourceControlWithResponse(String resourceGroupName,
String name,
SiteSourceControlInner siteSourceControl,
com.azure.core.util.Context context)
Description for Updates the source control configuration of an app.
|
Mono<com.azure.core.http.rest.Response<SiteSourceControlInner>> |
updateSourceControlWithResponseAsync(String resourceGroupName,
String name,
SiteSourceControlInner siteSourceControl)
Description for Updates the source control configuration of an app.
|
VnetInfoInner |
updateVnetConnection(String resourceGroupName,
String name,
String vnetName,
VnetInfoInner connectionEnvelope)
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
Mono<VnetInfoInner> |
updateVnetConnectionAsync(String resourceGroupName,
String name,
String vnetName,
VnetInfoInner connectionEnvelope)
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
VnetGatewayInner |
updateVnetConnectionGateway(String resourceGroupName,
String name,
String vnetName,
String gatewayName,
VnetGatewayInner connectionEnvelope)
Description for Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).
|
Mono<VnetGatewayInner> |
updateVnetConnectionGatewayAsync(String resourceGroupName,
String name,
String vnetName,
String gatewayName,
VnetGatewayInner connectionEnvelope)
Description for Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).
|
VnetGatewayInner |
updateVnetConnectionGatewaySlot(String resourceGroupName,
String name,
String vnetName,
String gatewayName,
String slot,
VnetGatewayInner connectionEnvelope)
Description for Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).
|
Mono<VnetGatewayInner> |
updateVnetConnectionGatewaySlotAsync(String resourceGroupName,
String name,
String vnetName,
String gatewayName,
String slot,
VnetGatewayInner connectionEnvelope)
Description for Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).
|
com.azure.core.http.rest.Response<VnetGatewayInner> |
updateVnetConnectionGatewaySlotWithResponse(String resourceGroupName,
String name,
String vnetName,
String gatewayName,
String slot,
VnetGatewayInner connectionEnvelope,
com.azure.core.util.Context context)
Description for Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).
|
Mono<com.azure.core.http.rest.Response<VnetGatewayInner>> |
updateVnetConnectionGatewaySlotWithResponseAsync(String resourceGroupName,
String name,
String vnetName,
String gatewayName,
String slot,
VnetGatewayInner connectionEnvelope)
Description for Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).
|
com.azure.core.http.rest.Response<VnetGatewayInner> |
updateVnetConnectionGatewayWithResponse(String resourceGroupName,
String name,
String vnetName,
String gatewayName,
VnetGatewayInner connectionEnvelope,
com.azure.core.util.Context context)
Description for Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).
|
Mono<com.azure.core.http.rest.Response<VnetGatewayInner>> |
updateVnetConnectionGatewayWithResponseAsync(String resourceGroupName,
String name,
String vnetName,
String gatewayName,
VnetGatewayInner connectionEnvelope)
Description for Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).
|
VnetInfoInner |
updateVnetConnectionSlot(String resourceGroupName,
String name,
String vnetName,
String slot,
VnetInfoInner connectionEnvelope)
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
Mono<VnetInfoInner> |
updateVnetConnectionSlotAsync(String resourceGroupName,
String name,
String vnetName,
String slot,
VnetInfoInner connectionEnvelope)
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
com.azure.core.http.rest.Response<VnetInfoInner> |
updateVnetConnectionSlotWithResponse(String resourceGroupName,
String name,
String vnetName,
String slot,
VnetInfoInner connectionEnvelope,
com.azure.core.util.Context context)
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
Mono<com.azure.core.http.rest.Response<VnetInfoInner>> |
updateVnetConnectionSlotWithResponseAsync(String resourceGroupName,
String name,
String vnetName,
String slot,
VnetInfoInner connectionEnvelope)
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
com.azure.core.http.rest.Response<VnetInfoInner> |
updateVnetConnectionWithResponse(String resourceGroupName,
String name,
String vnetName,
VnetInfoInner connectionEnvelope,
com.azure.core.util.Context context)
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
Mono<com.azure.core.http.rest.Response<VnetInfoInner>> |
updateVnetConnectionWithResponseAsync(String resourceGroupName,
String name,
String vnetName,
VnetInfoInner connectionEnvelope)
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
com.azure.core.http.rest.Response<SiteInner> |
updateWithResponse(String resourceGroupName,
String name,
SitePatchResourceInner siteEnvelope,
com.azure.core.util.Context context)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
Mono<com.azure.core.http.rest.Response<SiteInner>> |
updateWithResponseAsync(String resourceGroupName,
String name,
SitePatchResourceInner siteEnvelope)
Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.
|
com.azure.core.http.rest.PagedFlux<SiteInner> listAsync()
listAsync in interface InnerSupportsListing<SiteInner>DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SiteInner> list()
list in interface InnerSupportsListing<SiteInner>DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SiteInner> list(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SiteInner> listByResourceGroupAsync(String resourceGroupName, Boolean includeSlots)
resourceGroupName - Name of the resource group to which the resource belongs.includeSlots - Specify <strong>true</strong> to include deployment slots in results. The default
is false, which only gives you the production slot of all apps.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SiteInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<SiteInner>resourceGroupName - Name of the resource group to which the resource belongs.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SiteInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<SiteInner>resourceGroupName - Name of the resource group to which the resource belongs.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SiteInner> listByResourceGroup(String resourceGroupName, Boolean includeSlots, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.includeSlots - Specify <strong>true</strong> to include deployment slots in results. The default
is false, which only gives you the production slot of all apps.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteInner> getByResourceGroupAsync(String resourceGroupName, String name)
getByResourceGroupAsync in interface InnerSupportsGet<SiteInner>resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteInner getByResourceGroup(String resourceGroupName, String name)
getByResourceGroup in interface InnerSupportsGet<SiteInner>resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteInner> getByResourceGroupWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String name, SiteInner siteEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Unique name of the app to create or update. To create or update a deployment slot, use the {slot}
parameter.siteEnvelope - A JSON representation of the app properties. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SiteInner>,SiteInner> beginCreateOrUpdateAsync(String resourceGroupName, String name, SiteInner siteEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Unique name of the app to create or update. To create or update a deployment slot, use the {slot}
parameter.siteEnvelope - A JSON representation of the app properties. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteInner>,SiteInner> beginCreateOrUpdate(String resourceGroupName, String name, SiteInner siteEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Unique name of the app to create or update. To create or update a deployment slot, use the {slot}
parameter.siteEnvelope - A JSON representation of the app properties. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteInner>,SiteInner> beginCreateOrUpdate(String resourceGroupName, String name, SiteInner siteEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Unique name of the app to create or update. To create or update a deployment slot, use the {slot}
parameter.siteEnvelope - A JSON representation of the app properties. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteInner> createOrUpdateAsync(String resourceGroupName, String name, SiteInner siteEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Unique name of the app to create or update. To create or update a deployment slot, use the {slot}
parameter.siteEnvelope - A JSON representation of the app properties. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteInner createOrUpdate(String resourceGroupName, String name, SiteInner siteEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Unique name of the app to create or update. To create or update a deployment slot, use the {slot}
parameter.siteEnvelope - A JSON representation of the app properties. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteInner createOrUpdate(String resourceGroupName, String name, SiteInner siteEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Unique name of the app to create or update. To create or update a deployment slot, use the {slot}
parameter.siteEnvelope - A JSON representation of the app properties. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteWithResponseAsync(String resourceGroupName, String name, Boolean deleteMetrics, Boolean deleteEmptyServerFarm)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app to delete.deleteMetrics - If true, web app metrics are also deleted.deleteEmptyServerFarm - Specify false if you want to keep empty App Service plan. By default, empty App
Service plan is deleted.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String name, Boolean deleteMetrics, Boolean deleteEmptyServerFarm)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app to delete.deleteMetrics - If true, web app metrics are also deleted.deleteEmptyServerFarm - Specify false if you want to keep empty App Service plan. By default, empty App
Service plan is deleted.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String name)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app to delete.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app to delete.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String name, Boolean deleteMetrics, Boolean deleteEmptyServerFarm, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app to delete.deleteMetrics - If true, web app metrics are also deleted.deleteEmptyServerFarm - Specify false if you want to keep empty App Service plan. By default, empty App
Service plan is deleted.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteInner>> updateWithResponseAsync(String resourceGroupName, String name, SitePatchResourceInner siteEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Unique name of the app to create or update. To create or update a deployment slot, use the {slot}
parameter.siteEnvelope - A JSON representation of the app properties. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteInner> updateAsync(String resourceGroupName, String name, SitePatchResourceInner siteEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Unique name of the app to create or update. To create or update a deployment slot, use the {slot}
parameter.siteEnvelope - A JSON representation of the app properties. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteInner update(String resourceGroupName, String name, SitePatchResourceInner siteEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Unique name of the app to create or update. To create or update a deployment slot, use the {slot}
parameter.siteEnvelope - A JSON representation of the app properties. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteInner> updateWithResponse(String resourceGroupName, String name, SitePatchResourceInner siteEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Unique name of the app to create or update. To create or update a deployment slot, use the {slot}
parameter.siteEnvelope - A JSON representation of the app properties. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<CustomHostnameAnalysisResultInner>> analyzeCustomHostnameWithResponseAsync(String resourceGroupName, String name, String hostname)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.hostname - Custom hostname.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<CustomHostnameAnalysisResultInner> analyzeCustomHostnameAsync(String resourceGroupName, String name, String hostname)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.hostname - Custom hostname.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<CustomHostnameAnalysisResultInner> analyzeCustomHostnameAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.CustomHostnameAnalysisResultInner analyzeCustomHostname(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<CustomHostnameAnalysisResultInner> analyzeCustomHostnameWithResponse(String resourceGroupName, String name, String hostname, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.hostname - Custom hostname.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> applySlotConfigToProductionWithResponseAsync(String resourceGroupName, String name, CsmSlotEntity slotSwapEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slotSwapEntity - JSON object that contains the target slot name. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> applySlotConfigToProductionAsync(String resourceGroupName, String name, CsmSlotEntity slotSwapEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slotSwapEntity - JSON object that contains the target slot name. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void applySlotConfigToProduction(String resourceGroupName, String name, CsmSlotEntity slotSwapEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slotSwapEntity - JSON object that contains the target slot name. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> applySlotConfigToProductionWithResponse(String resourceGroupName, String name, CsmSlotEntity slotSwapEntity, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slotSwapEntity - JSON object that contains the target slot name. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<BackupItemInner>> backupWithResponseAsync(String resourceGroupName, String name, BackupRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.request - Backup configuration. You can use the JSON response from the POST action as input here.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<BackupItemInner> backupAsync(String resourceGroupName, String name, BackupRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.request - Backup configuration. You can use the JSON response from the POST action as input here.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.BackupItemInner backup(String resourceGroupName, String name, BackupRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.request - Backup configuration. You can use the JSON response from the POST action as input here.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<BackupItemInner> backupWithResponse(String resourceGroupName, String name, BackupRequestInner request, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.request - Backup configuration. You can use the JSON response from the POST action as input here.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<BackupItemInner> listBackupsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<BackupItemInner> listBackups(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<BackupItemInner> listBackups(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<BackupItemInner>> getBackupStatusWithResponseAsync(String resourceGroupName, String name, String backupId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<BackupItemInner> getBackupStatusAsync(String resourceGroupName, String name, String backupId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.BackupItemInner getBackupStatus(String resourceGroupName, String name, String backupId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<BackupItemInner> getBackupStatusWithResponse(String resourceGroupName, String name, String backupId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteBackupWithResponseAsync(String resourceGroupName, String name, String backupId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteBackupAsync(String resourceGroupName, String name, String backupId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteBackup(String resourceGroupName, String name, String backupId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteBackupWithResponse(String resourceGroupName, String name, String backupId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<BackupItemInner>> listBackupStatusSecretsWithResponseAsync(String resourceGroupName, String name, String backupId, BackupRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.backupId - ID of backup.request - Information on backup request.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<BackupItemInner> listBackupStatusSecretsAsync(String resourceGroupName, String name, String backupId, BackupRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.backupId - ID of backup.request - Information on backup request.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.BackupItemInner listBackupStatusSecrets(String resourceGroupName, String name, String backupId, BackupRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.backupId - ID of backup.request - Information on backup request.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<BackupItemInner> listBackupStatusSecretsWithResponse(String resourceGroupName, String name, String backupId, BackupRequestInner request, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.backupId - ID of backup.request - Information on backup request.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> restoreWithResponseAsync(String resourceGroupName, String name, String backupId, RestoreRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.request - Information on restore request .IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginRestoreAsync(String resourceGroupName, String name, String backupId, RestoreRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.request - Information on restore request .IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginRestore(String resourceGroupName, String name, String backupId, RestoreRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.request - Information on restore request .IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginRestore(String resourceGroupName, String name, String backupId, RestoreRequestInner request, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.request - Information on restore request .context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> restoreAsync(String resourceGroupName, String name, String backupId, RestoreRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.request - Information on restore request .IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void restore(String resourceGroupName, String name, String backupId, RestoreRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.request - Information on restore request .IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void restore(String resourceGroupName, String name, String backupId, RestoreRequestInner request, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.request - Information on restore request .context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesCollectionInner>> getBasicPublishingCredentialsPoliciesWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<CsmPublishingCredentialsPoliciesCollectionInner> getBasicPublishingCredentialsPoliciesAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.CsmPublishingCredentialsPoliciesCollectionInner getBasicPublishingCredentialsPolicies(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesCollectionInner> getBasicPublishingCredentialsPoliciesWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner>> getFtpAllowedWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<CsmPublishingCredentialsPoliciesEntityInner> getFtpAllowedAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.CsmPublishingCredentialsPoliciesEntityInner getFtpAllowed(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner> getFtpAllowedWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner>> updateFtpAllowedWithResponseAsync(String resourceGroupName, String name, CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.csmPublishingAccessPoliciesEntity - Publishing Credentials Policies parameters.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<CsmPublishingCredentialsPoliciesEntityInner> updateFtpAllowedAsync(String resourceGroupName, String name, CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.csmPublishingAccessPoliciesEntity - Publishing Credentials Policies parameters.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.CsmPublishingCredentialsPoliciesEntityInner updateFtpAllowed(String resourceGroupName, String name, CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.csmPublishingAccessPoliciesEntity - Publishing Credentials Policies parameters.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner> updateFtpAllowedWithResponse(String resourceGroupName, String name, CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.csmPublishingAccessPoliciesEntity - Publishing Credentials Policies parameters.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner>> getScmAllowedWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<CsmPublishingCredentialsPoliciesEntityInner> getScmAllowedAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.CsmPublishingCredentialsPoliciesEntityInner getScmAllowed(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner> getScmAllowedWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner>> updateScmAllowedWithResponseAsync(String resourceGroupName, String name, CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.csmPublishingAccessPoliciesEntity - Publishing Credentials Policies parameters.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<CsmPublishingCredentialsPoliciesEntityInner> updateScmAllowedAsync(String resourceGroupName, String name, CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.csmPublishingAccessPoliciesEntity - Publishing Credentials Policies parameters.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.CsmPublishingCredentialsPoliciesEntityInner updateScmAllowed(String resourceGroupName, String name, CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.csmPublishingAccessPoliciesEntity - Publishing Credentials Policies parameters.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner> updateScmAllowedWithResponse(String resourceGroupName, String name, CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.csmPublishingAccessPoliciesEntity - Publishing Credentials Policies parameters.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SiteConfigResourceInner> listConfigurationsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SiteConfigResourceInner> listConfigurations(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SiteConfigResourceInner> listConfigurations(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> updateApplicationSettingsWithResponseAsync(String resourceGroupName, String name, StringDictionaryInner appSettings)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.appSettings - Application settings of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<StringDictionaryInner> updateApplicationSettingsAsync(String resourceGroupName, String name, StringDictionaryInner appSettings)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.appSettings - Application settings of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.StringDictionaryInner updateApplicationSettings(String resourceGroupName, String name, StringDictionaryInner appSettings)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.appSettings - Application settings of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<StringDictionaryInner> updateApplicationSettingsWithResponse(String resourceGroupName, String name, StringDictionaryInner appSettings, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.appSettings - Application settings of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> listApplicationSettingsWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<StringDictionaryInner> listApplicationSettingsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.StringDictionaryInner listApplicationSettings(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<StringDictionaryInner> listApplicationSettingsWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteAuthSettingsInner>> updateAuthSettingsWithResponseAsync(String resourceGroupName, String name, SiteAuthSettingsInner siteAuthSettings)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.siteAuthSettings - Auth settings associated with web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteAuthSettingsInner> updateAuthSettingsAsync(String resourceGroupName, String name, SiteAuthSettingsInner siteAuthSettings)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.siteAuthSettings - Auth settings associated with web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteAuthSettingsInner updateAuthSettings(String resourceGroupName, String name, SiteAuthSettingsInner siteAuthSettings)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.siteAuthSettings - Auth settings associated with web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteAuthSettingsInner> updateAuthSettingsWithResponse(String resourceGroupName, String name, SiteAuthSettingsInner siteAuthSettings, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.siteAuthSettings - Auth settings associated with web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteAuthSettingsInner>> getAuthSettingsWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteAuthSettingsInner> getAuthSettingsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteAuthSettingsInner getAuthSettings(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteAuthSettingsInner> getAuthSettingsWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteAuthSettingsV2Inner>> updateAuthSettingsV2WithResponseAsync(String resourceGroupName, String name, SiteAuthSettingsV2Inner siteAuthSettingsV2)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.siteAuthSettingsV2 - Auth settings associated with web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteAuthSettingsV2Inner> updateAuthSettingsV2Async(String resourceGroupName, String name, SiteAuthSettingsV2Inner siteAuthSettingsV2)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.siteAuthSettingsV2 - Auth settings associated with web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteAuthSettingsV2Inner updateAuthSettingsV2(String resourceGroupName, String name, SiteAuthSettingsV2Inner siteAuthSettingsV2)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.siteAuthSettingsV2 - Auth settings associated with web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteAuthSettingsV2Inner> updateAuthSettingsV2WithResponse(String resourceGroupName, String name, SiteAuthSettingsV2Inner siteAuthSettingsV2, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.siteAuthSettingsV2 - Auth settings associated with web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteAuthSettingsV2Inner>> getAuthSettingsV2WithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteAuthSettingsV2Inner> getAuthSettingsV2Async(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteAuthSettingsV2Inner getAuthSettingsV2(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteAuthSettingsV2Inner> getAuthSettingsV2WithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<AzureStoragePropertyDictionaryResourceInner>> updateAzureStorageAccountsWithResponseAsync(String resourceGroupName, String name, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.azureStorageAccounts - Azure storage accounts of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<AzureStoragePropertyDictionaryResourceInner> updateAzureStorageAccountsAsync(String resourceGroupName, String name, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.azureStorageAccounts - Azure storage accounts of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AzureStoragePropertyDictionaryResourceInner updateAzureStorageAccounts(String resourceGroupName, String name, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.azureStorageAccounts - Azure storage accounts of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<AzureStoragePropertyDictionaryResourceInner> updateAzureStorageAccountsWithResponse(String resourceGroupName, String name, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.azureStorageAccounts - Azure storage accounts of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<AzureStoragePropertyDictionaryResourceInner>> listAzureStorageAccountsWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<AzureStoragePropertyDictionaryResourceInner> listAzureStorageAccountsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AzureStoragePropertyDictionaryResourceInner listAzureStorageAccounts(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<AzureStoragePropertyDictionaryResourceInner> listAzureStorageAccountsWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<BackupRequestInner>> updateBackupConfigurationWithResponseAsync(String resourceGroupName, String name, BackupRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.request - Edited backup configuration.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<BackupRequestInner> updateBackupConfigurationAsync(String resourceGroupName, String name, BackupRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.request - Edited backup configuration.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.BackupRequestInner updateBackupConfiguration(String resourceGroupName, String name, BackupRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.request - Edited backup configuration.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<BackupRequestInner> updateBackupConfigurationWithResponse(String resourceGroupName, String name, BackupRequestInner request, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.request - Edited backup configuration.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteBackupConfigurationWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteBackupConfigurationAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteBackupConfiguration(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteBackupConfigurationWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<BackupRequestInner>> getBackupConfigurationWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<BackupRequestInner> getBackupConfigurationAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.BackupRequestInner getBackupConfiguration(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<BackupRequestInner> getBackupConfigurationWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ApiKVReferenceInner> getAppSettingsKeyVaultReferencesAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ApiKVReferenceInner> getAppSettingsKeyVaultReferences(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ApiKVReferenceInner> getAppSettingsKeyVaultReferences(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ApiKVReferenceInner>> getAppSettingKeyVaultReferenceWithResponseAsync(String resourceGroupName, String name, String appSettingKey)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.appSettingKey - App Setting key name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ApiKVReferenceInner> getAppSettingKeyVaultReferenceAsync(String resourceGroupName, String name, String appSettingKey)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.appSettingKey - App Setting key name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ApiKVReferenceInner getAppSettingKeyVaultReference(String resourceGroupName, String name, String appSettingKey)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.appSettingKey - App Setting key name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ApiKVReferenceInner> getAppSettingKeyVaultReferenceWithResponse(String resourceGroupName, String name, String appSettingKey, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.appSettingKey - App Setting key name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ApiKVReferenceInner> getSiteConnectionStringKeyVaultReferencesAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ApiKVReferenceInner> getSiteConnectionStringKeyVaultReferences(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ApiKVReferenceInner> getSiteConnectionStringKeyVaultReferences(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ApiKVReferenceInner>> getSiteConnectionStringKeyVaultReferenceWithResponseAsync(String resourceGroupName, String name, String connectionStringKey)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.connectionStringKey - The connectionStringKey parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ApiKVReferenceInner> getSiteConnectionStringKeyVaultReferenceAsync(String resourceGroupName, String name, String connectionStringKey)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.connectionStringKey - The connectionStringKey parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ApiKVReferenceInner getSiteConnectionStringKeyVaultReference(String resourceGroupName, String name, String connectionStringKey)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.connectionStringKey - The connectionStringKey parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ApiKVReferenceInner> getSiteConnectionStringKeyVaultReferenceWithResponse(String resourceGroupName, String name, String connectionStringKey, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.connectionStringKey - The connectionStringKey parameter.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ConnectionStringDictionaryInner>> updateConnectionStringsWithResponseAsync(String resourceGroupName, String name, ConnectionStringDictionaryInner connectionStrings)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.connectionStrings - Connection strings of the app or deployment slot. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ConnectionStringDictionaryInner> updateConnectionStringsAsync(String resourceGroupName, String name, ConnectionStringDictionaryInner connectionStrings)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.connectionStrings - Connection strings of the app or deployment slot. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ConnectionStringDictionaryInner updateConnectionStrings(String resourceGroupName, String name, ConnectionStringDictionaryInner connectionStrings)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.connectionStrings - Connection strings of the app or deployment slot. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ConnectionStringDictionaryInner> updateConnectionStringsWithResponse(String resourceGroupName, String name, ConnectionStringDictionaryInner connectionStrings, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.connectionStrings - Connection strings of the app or deployment slot. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ConnectionStringDictionaryInner>> listConnectionStringsWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ConnectionStringDictionaryInner> listConnectionStringsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ConnectionStringDictionaryInner listConnectionStrings(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ConnectionStringDictionaryInner> listConnectionStringsWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteLogsConfigInner>> getDiagnosticLogsConfigurationWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteLogsConfigInner> getDiagnosticLogsConfigurationAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteLogsConfigInner getDiagnosticLogsConfiguration(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteLogsConfigInner> getDiagnosticLogsConfigurationWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteLogsConfigInner>> updateDiagnosticLogsConfigWithResponseAsync(String resourceGroupName, String name, SiteLogsConfigInner siteLogsConfig)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.siteLogsConfig - A SiteLogsConfig JSON object that contains the logging configuration to change in the
"properties" property.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteLogsConfigInner> updateDiagnosticLogsConfigAsync(String resourceGroupName, String name, SiteLogsConfigInner siteLogsConfig)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.siteLogsConfig - A SiteLogsConfig JSON object that contains the logging configuration to change in the
"properties" property.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteLogsConfigInner updateDiagnosticLogsConfig(String resourceGroupName, String name, SiteLogsConfigInner siteLogsConfig)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.siteLogsConfig - A SiteLogsConfig JSON object that contains the logging configuration to change in the
"properties" property.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteLogsConfigInner> updateDiagnosticLogsConfigWithResponse(String resourceGroupName, String name, SiteLogsConfigInner siteLogsConfig, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.siteLogsConfig - A SiteLogsConfig JSON object that contains the logging configuration to change in the
"properties" property.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> updateMetadataWithResponseAsync(String resourceGroupName, String name, StringDictionaryInner metadata)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.metadata - Edited metadata of the app or deployment slot. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<StringDictionaryInner> updateMetadataAsync(String resourceGroupName, String name, StringDictionaryInner metadata)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.metadata - Edited metadata of the app or deployment slot. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.StringDictionaryInner updateMetadata(String resourceGroupName, String name, StringDictionaryInner metadata)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.metadata - Edited metadata of the app or deployment slot. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<StringDictionaryInner> updateMetadataWithResponse(String resourceGroupName, String name, StringDictionaryInner metadata, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.metadata - Edited metadata of the app or deployment slot. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> listMetadataWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<StringDictionaryInner> listMetadataAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.StringDictionaryInner listMetadata(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<StringDictionaryInner> listMetadataWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> listPublishingCredentialsWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<UserInner>,UserInner> beginListPublishingCredentialsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<UserInner>,UserInner> beginListPublishingCredentials(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<UserInner>,UserInner> beginListPublishingCredentials(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<UserInner> listPublishingCredentialsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.UserInner listPublishingCredentials(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.UserInner listPublishingCredentials(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PushSettingsInner>> updateSitePushSettingsWithResponseAsync(String resourceGroupName, String name, PushSettingsInner pushSettings)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.pushSettings - Push settings associated with web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PushSettingsInner> updateSitePushSettingsAsync(String resourceGroupName, String name, PushSettingsInner pushSettings)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.pushSettings - Push settings associated with web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PushSettingsInner updateSitePushSettings(String resourceGroupName, String name, PushSettingsInner pushSettings)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.pushSettings - Push settings associated with web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PushSettingsInner> updateSitePushSettingsWithResponse(String resourceGroupName, String name, PushSettingsInner pushSettings, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.pushSettings - Push settings associated with web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PushSettingsInner>> listSitePushSettingsWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PushSettingsInner> listSitePushSettingsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PushSettingsInner listSitePushSettings(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PushSettingsInner> listSitePushSettingsWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SlotConfigNamesResourceInner>> listSlotConfigurationNamesWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SlotConfigNamesResourceInner> listSlotConfigurationNamesAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SlotConfigNamesResourceInner listSlotConfigurationNames(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SlotConfigNamesResourceInner> listSlotConfigurationNamesWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SlotConfigNamesResourceInner>> updateSlotConfigurationNamesWithResponseAsync(String resourceGroupName, String name, SlotConfigNamesResourceInner slotConfigNames)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slotConfigNames - Names of application settings and connection strings. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SlotConfigNamesResourceInner> updateSlotConfigurationNamesAsync(String resourceGroupName, String name, SlotConfigNamesResourceInner slotConfigNames)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slotConfigNames - Names of application settings and connection strings. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SlotConfigNamesResourceInner updateSlotConfigurationNames(String resourceGroupName, String name, SlotConfigNamesResourceInner slotConfigNames)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slotConfigNames - Names of application settings and connection strings. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SlotConfigNamesResourceInner> updateSlotConfigurationNamesWithResponse(String resourceGroupName, String name, SlotConfigNamesResourceInner slotConfigNames, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slotConfigNames - Names of application settings and connection strings. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteConfigResourceInner>> getConfigurationWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteConfigResourceInner> getConfigurationAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteConfigResourceInner getConfiguration(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteConfigResourceInner> getConfigurationWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteConfigResourceInner>> createOrUpdateConfigurationWithResponseAsync(String resourceGroupName, String name, SiteConfigResourceInner siteConfig)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.siteConfig - JSON representation of a SiteConfig object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteConfigResourceInner> createOrUpdateConfigurationAsync(String resourceGroupName, String name, SiteConfigResourceInner siteConfig)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.siteConfig - JSON representation of a SiteConfig object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteConfigResourceInner createOrUpdateConfiguration(String resourceGroupName, String name, SiteConfigResourceInner siteConfig)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.siteConfig - JSON representation of a SiteConfig object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteConfigResourceInner> createOrUpdateConfigurationWithResponse(String resourceGroupName, String name, SiteConfigResourceInner siteConfig, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.siteConfig - JSON representation of a SiteConfig object. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteConfigResourceInner>> updateConfigurationWithResponseAsync(String resourceGroupName, String name, SiteConfigResourceInner siteConfig)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.siteConfig - JSON representation of a SiteConfig object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteConfigResourceInner> updateConfigurationAsync(String resourceGroupName, String name, SiteConfigResourceInner siteConfig)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.siteConfig - JSON representation of a SiteConfig object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteConfigResourceInner updateConfiguration(String resourceGroupName, String name, SiteConfigResourceInner siteConfig)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.siteConfig - JSON representation of a SiteConfig object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteConfigResourceInner> updateConfigurationWithResponse(String resourceGroupName, String name, SiteConfigResourceInner siteConfig, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.siteConfig - JSON representation of a SiteConfig object. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SiteConfigurationSnapshotInfoInner> listConfigurationSnapshotInfoAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SiteConfigurationSnapshotInfoInner> listConfigurationSnapshotInfo(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SiteConfigurationSnapshotInfoInner> listConfigurationSnapshotInfo(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteConfigResourceInner>> getConfigurationSnapshotWithResponseAsync(String resourceGroupName, String name, String snapshotId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.snapshotId - The ID of the snapshot to read.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteConfigResourceInner> getConfigurationSnapshotAsync(String resourceGroupName, String name, String snapshotId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.snapshotId - The ID of the snapshot to read.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteConfigResourceInner getConfigurationSnapshot(String resourceGroupName, String name, String snapshotId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.snapshotId - The ID of the snapshot to read.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteConfigResourceInner> getConfigurationSnapshotWithResponse(String resourceGroupName, String name, String snapshotId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.snapshotId - The ID of the snapshot to read.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> recoverSiteConfigurationSnapshotWithResponseAsync(String resourceGroupName, String name, String snapshotId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.snapshotId - The ID of the snapshot to read.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> recoverSiteConfigurationSnapshotAsync(String resourceGroupName, String name, String snapshotId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.snapshotId - The ID of the snapshot to read.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void recoverSiteConfigurationSnapshot(String resourceGroupName, String name, String snapshotId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.snapshotId - The ID of the snapshot to read.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> recoverSiteConfigurationSnapshotWithResponse(String resourceGroupName, String name, String snapshotId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.snapshotId - The ID of the snapshot to read.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.StreamResponse> getWebSiteContainerLogsWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Flux<ByteBuffer> getWebSiteContainerLogsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.InputStream getWebSiteContainerLogs(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.StreamResponse getWebSiteContainerLogsWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.StreamResponse> getContainerLogsZipWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Flux<ByteBuffer> getContainerLogsZipAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.InputStream getContainerLogsZip(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.StreamResponse getContainerLogsZipWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ContinuousWebJobInner> listContinuousWebJobsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ContinuousWebJobInner> listContinuousWebJobs(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ContinuousWebJobInner> listContinuousWebJobs(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ContinuousWebJobInner>> getContinuousWebJobWithResponseAsync(String resourceGroupName, String name, String webJobName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ContinuousWebJobInner> getContinuousWebJobAsync(String resourceGroupName, String name, String webJobName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ContinuousWebJobInner getContinuousWebJob(String resourceGroupName, String name, String webJobName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ContinuousWebJobInner> getContinuousWebJobWithResponse(String resourceGroupName, String name, String webJobName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteContinuousWebJobWithResponseAsync(String resourceGroupName, String name, String webJobName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteContinuousWebJobAsync(String resourceGroupName, String name, String webJobName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteContinuousWebJob(String resourceGroupName, String name, String webJobName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteContinuousWebJobWithResponse(String resourceGroupName, String name, String webJobName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> startContinuousWebJobWithResponseAsync(String resourceGroupName, String name, String webJobName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> startContinuousWebJobAsync(String resourceGroupName, String name, String webJobName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void startContinuousWebJob(String resourceGroupName, String name, String webJobName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> startContinuousWebJobWithResponse(String resourceGroupName, String name, String webJobName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> stopContinuousWebJobWithResponseAsync(String resourceGroupName, String name, String webJobName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> stopContinuousWebJobAsync(String resourceGroupName, String name, String webJobName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void stopContinuousWebJob(String resourceGroupName, String name, String webJobName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> stopContinuousWebJobWithResponse(String resourceGroupName, String name, String webJobName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<DeploymentInner> listDeploymentsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DeploymentInner> listDeployments(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DeploymentInner> listDeployments(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<DeploymentInner>> getDeploymentWithResponseAsync(String resourceGroupName, String name, String id)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - Deployment ID.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeploymentInner> getDeploymentAsync(String resourceGroupName, String name, String id)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - Deployment ID.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentInner getDeployment(String resourceGroupName, String name, String id)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - Deployment ID.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DeploymentInner> getDeploymentWithResponse(String resourceGroupName, String name, String id, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - Deployment ID.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<DeploymentInner>> createDeploymentWithResponseAsync(String resourceGroupName, String name, String id, DeploymentInner deployment)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - ID of an existing deployment.deployment - Deployment details.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeploymentInner> createDeploymentAsync(String resourceGroupName, String name, String id, DeploymentInner deployment)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - ID of an existing deployment.deployment - Deployment details.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentInner createDeployment(String resourceGroupName, String name, String id, DeploymentInner deployment)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - ID of an existing deployment.deployment - Deployment details.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DeploymentInner> createDeploymentWithResponse(String resourceGroupName, String name, String id, DeploymentInner deployment, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - ID of an existing deployment.deployment - Deployment details.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteDeploymentWithResponseAsync(String resourceGroupName, String name, String id)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - Deployment ID.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteDeploymentAsync(String resourceGroupName, String name, String id)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - Deployment ID.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteDeployment(String resourceGroupName, String name, String id)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - Deployment ID.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteDeploymentWithResponse(String resourceGroupName, String name, String id, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - Deployment ID.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<DeploymentInner>> listDeploymentLogWithResponseAsync(String resourceGroupName, String name, String id)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - The ID of a specific deployment. This is the value of the name property in the JSON response from "GET
/api/sites/{siteName}/deployments".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeploymentInner> listDeploymentLogAsync(String resourceGroupName, String name, String id)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - The ID of a specific deployment. This is the value of the name property in the JSON response from "GET
/api/sites/{siteName}/deployments".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentInner listDeploymentLog(String resourceGroupName, String name, String id)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - The ID of a specific deployment. This is the value of the name property in the JSON response from "GET
/api/sites/{siteName}/deployments".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DeploymentInner> listDeploymentLogWithResponse(String resourceGroupName, String name, String id, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - The ID of a specific deployment. This is the value of the name property in the JSON response from "GET
/api/sites/{siteName}/deployments".context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<RestoreRequestInner>> discoverBackupWithResponseAsync(String resourceGroupName, String name, RestoreRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.request - A RestoreRequest object that includes Azure storage URL and blog name for discovery of backup.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<RestoreRequestInner> discoverBackupAsync(String resourceGroupName, String name, RestoreRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.request - A RestoreRequest object that includes Azure storage URL and blog name for discovery of backup.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RestoreRequestInner discoverBackup(String resourceGroupName, String name, RestoreRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.request - A RestoreRequest object that includes Azure storage URL and blog name for discovery of backup.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<RestoreRequestInner> discoverBackupWithResponse(String resourceGroupName, String name, RestoreRequestInner request, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.request - A RestoreRequest object that includes Azure storage URL and blog name for discovery of backup.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<IdentifierInner> listDomainOwnershipIdentifiersAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<IdentifierInner> listDomainOwnershipIdentifiers(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<IdentifierInner> listDomainOwnershipIdentifiers(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<IdentifierInner>> getDomainOwnershipIdentifierWithResponseAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<IdentifierInner> getDomainOwnershipIdentifierAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.IdentifierInner getDomainOwnershipIdentifier(String resourceGroupName, String name, String domainOwnershipIdentifierName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<IdentifierInner> getDomainOwnershipIdentifierWithResponse(String resourceGroupName, String name, String domainOwnershipIdentifierName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<IdentifierInner>> createOrUpdateDomainOwnershipIdentifierWithResponseAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, IdentifierInner domainOwnershipIdentifier)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.domainOwnershipIdentifier - A JSON representation of the domain ownership properties.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<IdentifierInner> createOrUpdateDomainOwnershipIdentifierAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, IdentifierInner domainOwnershipIdentifier)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.domainOwnershipIdentifier - A JSON representation of the domain ownership properties.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.IdentifierInner createOrUpdateDomainOwnershipIdentifier(String resourceGroupName, String name, String domainOwnershipIdentifierName, IdentifierInner domainOwnershipIdentifier)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.domainOwnershipIdentifier - A JSON representation of the domain ownership properties.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<IdentifierInner> createOrUpdateDomainOwnershipIdentifierWithResponse(String resourceGroupName, String name, String domainOwnershipIdentifierName, IdentifierInner domainOwnershipIdentifier, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.domainOwnershipIdentifier - A JSON representation of the domain ownership properties.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteDomainOwnershipIdentifierWithResponseAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteDomainOwnershipIdentifierAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteDomainOwnershipIdentifier(String resourceGroupName, String name, String domainOwnershipIdentifierName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteDomainOwnershipIdentifierWithResponse(String resourceGroupName, String name, String domainOwnershipIdentifierName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<IdentifierInner>> updateDomainOwnershipIdentifierWithResponseAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, IdentifierInner domainOwnershipIdentifier)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.domainOwnershipIdentifier - A JSON representation of the domain ownership properties.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<IdentifierInner> updateDomainOwnershipIdentifierAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, IdentifierInner domainOwnershipIdentifier)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.domainOwnershipIdentifier - A JSON representation of the domain ownership properties.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.IdentifierInner updateDomainOwnershipIdentifier(String resourceGroupName, String name, String domainOwnershipIdentifierName, IdentifierInner domainOwnershipIdentifier)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.domainOwnershipIdentifier - A JSON representation of the domain ownership properties.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<IdentifierInner> updateDomainOwnershipIdentifierWithResponse(String resourceGroupName, String name, String domainOwnershipIdentifierName, IdentifierInner domainOwnershipIdentifier, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.domainOwnershipIdentifier - A JSON representation of the domain ownership properties.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<MSDeployStatusInner>> getMSDeployStatusWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<MSDeployStatusInner> getMSDeployStatusAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.MSDeployStatusInner getMSDeployStatus(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<MSDeployStatusInner> getMSDeployStatusWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createMSDeployOperationWithResponseAsync(String resourceGroupName, String name, MSDeploy mSDeploy)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.mSDeploy - Details of MSDeploy operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<MSDeployStatusInner>,MSDeployStatusInner> beginCreateMSDeployOperationAsync(String resourceGroupName, String name, MSDeploy mSDeploy)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.mSDeploy - Details of MSDeploy operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MSDeployStatusInner>,MSDeployStatusInner> beginCreateMSDeployOperation(String resourceGroupName, String name, MSDeploy mSDeploy)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.mSDeploy - Details of MSDeploy operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MSDeployStatusInner>,MSDeployStatusInner> beginCreateMSDeployOperation(String resourceGroupName, String name, MSDeploy mSDeploy, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.mSDeploy - Details of MSDeploy operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<MSDeployStatusInner> createMSDeployOperationAsync(String resourceGroupName, String name, MSDeploy mSDeploy)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.mSDeploy - Details of MSDeploy operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.MSDeployStatusInner createMSDeployOperation(String resourceGroupName, String name, MSDeploy mSDeploy)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.mSDeploy - Details of MSDeploy operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.MSDeployStatusInner createMSDeployOperation(String resourceGroupName, String name, MSDeploy mSDeploy, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.mSDeploy - Details of MSDeploy operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<MSDeployLogInner>> getMSDeployLogWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<MSDeployLogInner> getMSDeployLogAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.MSDeployLogInner getMSDeployLog(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<MSDeployLogInner> getMSDeployLogWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<FunctionEnvelopeInner> listFunctionsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<FunctionEnvelopeInner> listFunctions(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<FunctionEnvelopeInner> listFunctions(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<String>> getFunctionsAdminTokenWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<String> getFunctionsAdminTokenAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.String getFunctionsAdminToken(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<String> getFunctionsAdminTokenWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<FunctionEnvelopeInner>> getFunctionWithResponseAsync(String resourceGroupName, String name, String functionName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<FunctionEnvelopeInner> getFunctionAsync(String resourceGroupName, String name, String functionName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.FunctionEnvelopeInner getFunction(String resourceGroupName, String name, String functionName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<FunctionEnvelopeInner> getFunctionWithResponse(String resourceGroupName, String name, String functionName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createFunctionWithResponseAsync(String resourceGroupName, String name, String functionName, FunctionEnvelopeInner functionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.functionEnvelope - Function details.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<FunctionEnvelopeInner>,FunctionEnvelopeInner> beginCreateFunctionAsync(String resourceGroupName, String name, String functionName, FunctionEnvelopeInner functionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.functionEnvelope - Function details.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FunctionEnvelopeInner>,FunctionEnvelopeInner> beginCreateFunction(String resourceGroupName, String name, String functionName, FunctionEnvelopeInner functionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.functionEnvelope - Function details.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FunctionEnvelopeInner>,FunctionEnvelopeInner> beginCreateFunction(String resourceGroupName, String name, String functionName, FunctionEnvelopeInner functionEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.functionEnvelope - Function details.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<FunctionEnvelopeInner> createFunctionAsync(String resourceGroupName, String name, String functionName, FunctionEnvelopeInner functionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.functionEnvelope - Function details.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.FunctionEnvelopeInner createFunction(String resourceGroupName, String name, String functionName, FunctionEnvelopeInner functionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.functionEnvelope - Function details.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.FunctionEnvelopeInner createFunction(String resourceGroupName, String name, String functionName, FunctionEnvelopeInner functionEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.functionEnvelope - Function details.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteFunctionWithResponseAsync(String resourceGroupName, String name, String functionName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteFunctionAsync(String resourceGroupName, String name, String functionName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteFunction(String resourceGroupName, String name, String functionName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteFunctionWithResponse(String resourceGroupName, String name, String functionName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<KeyInfoInner>> createOrUpdateFunctionSecretWithResponseAsync(String resourceGroupName, String name, String functionName, String keyName, KeyInfoInner key)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - The name of the function.keyName - The name of the key.key - The key to create or update.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<KeyInfoInner> createOrUpdateFunctionSecretAsync(String resourceGroupName, String name, String functionName, String keyName, KeyInfoInner key)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - The name of the function.keyName - The name of the key.key - The key to create or update.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.KeyInfoInner createOrUpdateFunctionSecret(String resourceGroupName, String name, String functionName, String keyName, KeyInfoInner key)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - The name of the function.keyName - The name of the key.key - The key to create or update.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<KeyInfoInner> createOrUpdateFunctionSecretWithResponse(String resourceGroupName, String name, String functionName, String keyName, KeyInfoInner key, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - The name of the function.keyName - The name of the key.key - The key to create or update.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteFunctionSecretWithResponseAsync(String resourceGroupName, String name, String functionName, String keyName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - The name of the function.keyName - The name of the key.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteFunctionSecretAsync(String resourceGroupName, String name, String functionName, String keyName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - The name of the function.keyName - The name of the key.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteFunctionSecret(String resourceGroupName, String name, String functionName, String keyName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - The name of the function.keyName - The name of the key.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteFunctionSecretWithResponse(String resourceGroupName, String name, String functionName, String keyName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - The name of the function.keyName - The name of the key.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> listFunctionKeysWithResponseAsync(String resourceGroupName, String name, String functionName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<StringDictionaryInner> listFunctionKeysAsync(String resourceGroupName, String name, String functionName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.StringDictionaryInner listFunctionKeys(String resourceGroupName, String name, String functionName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<StringDictionaryInner> listFunctionKeysWithResponse(String resourceGroupName, String name, String functionName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<FunctionSecretsInner>> listFunctionSecretsWithResponseAsync(String resourceGroupName, String name, String functionName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<FunctionSecretsInner> listFunctionSecretsAsync(String resourceGroupName, String name, String functionName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.FunctionSecretsInner listFunctionSecrets(String resourceGroupName, String name, String functionName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<FunctionSecretsInner> listFunctionSecretsWithResponse(String resourceGroupName, String name, String functionName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<HostKeysInner>> listHostKeysWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<HostKeysInner> listHostKeysAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.HostKeysInner listHostKeys(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<HostKeysInner> listHostKeysWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> listSyncStatusWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> listSyncStatusAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void listSyncStatus(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> listSyncStatusWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> syncFunctionsWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> syncFunctionsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void syncFunctions(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> syncFunctionsWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<KeyInfoInner>> createOrUpdateHostSecretWithResponseAsync(String resourceGroupName, String name, String keyType, String keyName, KeyInfoInner key)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.keyType - The type of host key.keyName - The name of the key.key - The key to create or update.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<KeyInfoInner> createOrUpdateHostSecretAsync(String resourceGroupName, String name, String keyType, String keyName, KeyInfoInner key)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.keyType - The type of host key.keyName - The name of the key.key - The key to create or update.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.KeyInfoInner createOrUpdateHostSecret(String resourceGroupName, String name, String keyType, String keyName, KeyInfoInner key)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.keyType - The type of host key.keyName - The name of the key.key - The key to create or update.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<KeyInfoInner> createOrUpdateHostSecretWithResponse(String resourceGroupName, String name, String keyType, String keyName, KeyInfoInner key, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.keyType - The type of host key.keyName - The name of the key.key - The key to create or update.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteHostSecretWithResponseAsync(String resourceGroupName, String name, String keyType, String keyName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.keyType - The type of host key.keyName - The name of the key.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteHostSecretAsync(String resourceGroupName, String name, String keyType, String keyName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.keyType - The type of host key.keyName - The name of the key.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteHostSecret(String resourceGroupName, String name, String keyType, String keyName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.keyType - The type of host key.keyName - The name of the key.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteHostSecretWithResponse(String resourceGroupName, String name, String keyType, String keyName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.keyType - The type of host key.keyName - The name of the key.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<HostnameBindingInner> listHostnameBindingsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<HostnameBindingInner> listHostnameBindings(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<HostnameBindingInner> listHostnameBindings(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<HostnameBindingInner>> getHostnameBindingWithResponseAsync(String resourceGroupName, String name, String hostname)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.hostname - Hostname in the hostname binding.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<HostnameBindingInner> getHostnameBindingAsync(String resourceGroupName, String name, String hostname)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.hostname - Hostname in the hostname binding.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.HostnameBindingInner getHostnameBinding(String resourceGroupName, String name, String hostname)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.hostname - Hostname in the hostname binding.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<HostnameBindingInner> getHostnameBindingWithResponse(String resourceGroupName, String name, String hostname, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.hostname - Hostname in the hostname binding.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<HostnameBindingInner>> createOrUpdateHostnameBindingWithResponseAsync(String resourceGroupName, String name, String hostname, HostnameBindingInner hostnameBinding)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.hostname - Hostname in the hostname binding.hostnameBinding - Binding details. This is the JSON representation of a HostNameBinding object.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<HostnameBindingInner> createOrUpdateHostnameBindingAsync(String resourceGroupName, String name, String hostname, HostnameBindingInner hostnameBinding)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.hostname - Hostname in the hostname binding.hostnameBinding - Binding details. This is the JSON representation of a HostNameBinding object.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.HostnameBindingInner createOrUpdateHostnameBinding(String resourceGroupName, String name, String hostname, HostnameBindingInner hostnameBinding)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.hostname - Hostname in the hostname binding.hostnameBinding - Binding details. This is the JSON representation of a HostNameBinding object.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<HostnameBindingInner> createOrUpdateHostnameBindingWithResponse(String resourceGroupName, String name, String hostname, HostnameBindingInner hostnameBinding, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.hostname - Hostname in the hostname binding.hostnameBinding - Binding details. This is the JSON representation of a HostNameBinding object.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteHostnameBindingWithResponseAsync(String resourceGroupName, String name, String hostname)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.hostname - Hostname in the hostname binding.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteHostnameBindingAsync(String resourceGroupName, String name, String hostname)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.hostname - Hostname in the hostname binding.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteHostnameBinding(String resourceGroupName, String name, String hostname)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.hostname - Hostname in the hostname binding.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteHostnameBindingWithResponse(String resourceGroupName, String name, String hostname, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.hostname - Hostname in the hostname binding.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<HybridConnectionInner>> getHybridConnectionWithResponseAsync(String resourceGroupName, String name, String namespaceName, String relayName)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<HybridConnectionInner> getHybridConnectionAsync(String resourceGroupName, String name, String namespaceName, String relayName)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.HybridConnectionInner getHybridConnection(String resourceGroupName, String name, String namespaceName, String relayName)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<HybridConnectionInner> getHybridConnectionWithResponse(String resourceGroupName, String name, String namespaceName, String relayName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<HybridConnectionInner>> createOrUpdateHybridConnectionWithResponseAsync(String resourceGroupName, String name, String namespaceName, String relayName, HybridConnectionInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.connectionEnvelope - The details of the hybrid connection.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<HybridConnectionInner> createOrUpdateHybridConnectionAsync(String resourceGroupName, String name, String namespaceName, String relayName, HybridConnectionInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.connectionEnvelope - The details of the hybrid connection.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.HybridConnectionInner createOrUpdateHybridConnection(String resourceGroupName, String name, String namespaceName, String relayName, HybridConnectionInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.connectionEnvelope - The details of the hybrid connection.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<HybridConnectionInner> createOrUpdateHybridConnectionWithResponse(String resourceGroupName, String name, String namespaceName, String relayName, HybridConnectionInner connectionEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.connectionEnvelope - The details of the hybrid connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteHybridConnectionWithResponseAsync(String resourceGroupName, String name, String namespaceName, String relayName)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteHybridConnectionAsync(String resourceGroupName, String name, String namespaceName, String relayName)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteHybridConnection(String resourceGroupName, String name, String namespaceName, String relayName)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteHybridConnectionWithResponse(String resourceGroupName, String name, String namespaceName, String relayName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<HybridConnectionInner>> updateHybridConnectionWithResponseAsync(String resourceGroupName, String name, String namespaceName, String relayName, HybridConnectionInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.connectionEnvelope - The details of the hybrid connection.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<HybridConnectionInner> updateHybridConnectionAsync(String resourceGroupName, String name, String namespaceName, String relayName, HybridConnectionInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.connectionEnvelope - The details of the hybrid connection.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.HybridConnectionInner updateHybridConnection(String resourceGroupName, String name, String namespaceName, String relayName, HybridConnectionInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.connectionEnvelope - The details of the hybrid connection.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<HybridConnectionInner> updateHybridConnectionWithResponse(String resourceGroupName, String name, String namespaceName, String relayName, HybridConnectionInner connectionEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.connectionEnvelope - The details of the hybrid connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<HybridConnectionInner>> listHybridConnectionsWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<HybridConnectionInner> listHybridConnectionsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.HybridConnectionInner listHybridConnections(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<HybridConnectionInner> listHybridConnectionsWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner>> listRelayServiceConnectionsWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<RelayServiceConnectionEntityInner> listRelayServiceConnectionsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RelayServiceConnectionEntityInner listRelayServiceConnections(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner> listRelayServiceConnectionsWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner>> getRelayServiceConnectionWithResponseAsync(String resourceGroupName, String name, String entityName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<RelayServiceConnectionEntityInner> getRelayServiceConnectionAsync(String resourceGroupName, String name, String entityName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RelayServiceConnectionEntityInner getRelayServiceConnection(String resourceGroupName, String name, String entityName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner> getRelayServiceConnectionWithResponse(String resourceGroupName, String name, String entityName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner>> createOrUpdateRelayServiceConnectionWithResponseAsync(String resourceGroupName, String name, String entityName, RelayServiceConnectionEntityInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection configuration.connectionEnvelope - Details of the hybrid connection configuration.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<RelayServiceConnectionEntityInner> createOrUpdateRelayServiceConnectionAsync(String resourceGroupName, String name, String entityName, RelayServiceConnectionEntityInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection configuration.connectionEnvelope - Details of the hybrid connection configuration.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RelayServiceConnectionEntityInner createOrUpdateRelayServiceConnection(String resourceGroupName, String name, String entityName, RelayServiceConnectionEntityInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection configuration.connectionEnvelope - Details of the hybrid connection configuration.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner> createOrUpdateRelayServiceConnectionWithResponse(String resourceGroupName, String name, String entityName, RelayServiceConnectionEntityInner connectionEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection configuration.connectionEnvelope - Details of the hybrid connection configuration.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteRelayServiceConnectionWithResponseAsync(String resourceGroupName, String name, String entityName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection configuration.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteRelayServiceConnectionAsync(String resourceGroupName, String name, String entityName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection configuration.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteRelayServiceConnection(String resourceGroupName, String name, String entityName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection configuration.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteRelayServiceConnectionWithResponse(String resourceGroupName, String name, String entityName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection configuration.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner>> updateRelayServiceConnectionWithResponseAsync(String resourceGroupName, String name, String entityName, RelayServiceConnectionEntityInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection configuration.connectionEnvelope - Details of the hybrid connection configuration.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<RelayServiceConnectionEntityInner> updateRelayServiceConnectionAsync(String resourceGroupName, String name, String entityName, RelayServiceConnectionEntityInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection configuration.connectionEnvelope - Details of the hybrid connection configuration.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RelayServiceConnectionEntityInner updateRelayServiceConnection(String resourceGroupName, String name, String entityName, RelayServiceConnectionEntityInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection configuration.connectionEnvelope - Details of the hybrid connection configuration.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner> updateRelayServiceConnectionWithResponse(String resourceGroupName, String name, String entityName, RelayServiceConnectionEntityInner connectionEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection configuration.connectionEnvelope - Details of the hybrid connection configuration.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<WebSiteInstanceStatusInner> listInstanceIdentifiersAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<WebSiteInstanceStatusInner> listInstanceIdentifiers(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<WebSiteInstanceStatusInner> listInstanceIdentifiers(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<WebSiteInstanceStatusInner>> getInstanceInfoWithResponseAsync(String resourceGroupName, String name, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.instanceId - The instanceId parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<WebSiteInstanceStatusInner> getInstanceInfoAsync(String resourceGroupName, String name, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.instanceId - The instanceId parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.WebSiteInstanceStatusInner getInstanceInfo(String resourceGroupName, String name, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.instanceId - The instanceId parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<WebSiteInstanceStatusInner> getInstanceInfoWithResponse(String resourceGroupName, String name, String instanceId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.instanceId - The instanceId parameter.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<MSDeployStatusInner>> getInstanceMsDeployStatusWithResponseAsync(String resourceGroupName, String name, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.instanceId - ID of web app instance.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<MSDeployStatusInner> getInstanceMsDeployStatusAsync(String resourceGroupName, String name, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.instanceId - ID of web app instance.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.MSDeployStatusInner getInstanceMsDeployStatus(String resourceGroupName, String name, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.instanceId - ID of web app instance.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<MSDeployStatusInner> getInstanceMsDeployStatusWithResponse(String resourceGroupName, String name, String instanceId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.instanceId - ID of web app instance.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createInstanceMSDeployOperationWithResponseAsync(String resourceGroupName, String name, String instanceId, MSDeploy mSDeploy)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.instanceId - ID of web app instance.mSDeploy - Details of MSDeploy operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<MSDeployStatusInner>,MSDeployStatusInner> beginCreateInstanceMSDeployOperationAsync(String resourceGroupName, String name, String instanceId, MSDeploy mSDeploy)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.instanceId - ID of web app instance.mSDeploy - Details of MSDeploy operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MSDeployStatusInner>,MSDeployStatusInner> beginCreateInstanceMSDeployOperation(String resourceGroupName, String name, String instanceId, MSDeploy mSDeploy)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.instanceId - ID of web app instance.mSDeploy - Details of MSDeploy operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MSDeployStatusInner>,MSDeployStatusInner> beginCreateInstanceMSDeployOperation(String resourceGroupName, String name, String instanceId, MSDeploy mSDeploy, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.instanceId - ID of web app instance.mSDeploy - Details of MSDeploy operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<MSDeployStatusInner> createInstanceMSDeployOperationAsync(String resourceGroupName, String name, String instanceId, MSDeploy mSDeploy)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.instanceId - ID of web app instance.mSDeploy - Details of MSDeploy operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.MSDeployStatusInner createInstanceMSDeployOperation(String resourceGroupName, String name, String instanceId, MSDeploy mSDeploy)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.instanceId - ID of web app instance.mSDeploy - Details of MSDeploy operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.MSDeployStatusInner createInstanceMSDeployOperation(String resourceGroupName, String name, String instanceId, MSDeploy mSDeploy, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.instanceId - ID of web app instance.mSDeploy - Details of MSDeploy operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<MSDeployLogInner>> getInstanceMSDeployLogWithResponseAsync(String resourceGroupName, String name, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.instanceId - ID of web app instance.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<MSDeployLogInner> getInstanceMSDeployLogAsync(String resourceGroupName, String name, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.instanceId - ID of web app instance.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.MSDeployLogInner getInstanceMSDeployLog(String resourceGroupName, String name, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.instanceId - ID of web app instance.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<MSDeployLogInner> getInstanceMSDeployLogWithResponse(String resourceGroupName, String name, String instanceId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.instanceId - ID of web app instance.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ProcessInfoInner> listInstanceProcessesAsync(String resourceGroupName, String name, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProcessInfoInner> listInstanceProcesses(String resourceGroupName, String name, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProcessInfoInner> listInstanceProcesses(String resourceGroupName, String name, String instanceId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ProcessInfoInner>> getInstanceProcessWithResponseAsync(String resourceGroupName, String name, String processId, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ProcessInfoInner> getInstanceProcessAsync(String resourceGroupName, String name, String processId, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ProcessInfoInner getInstanceProcess(String resourceGroupName, String name, String processId, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ProcessInfoInner> getInstanceProcessWithResponse(String resourceGroupName, String name, String processId, String instanceId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteInstanceProcessWithResponseAsync(String resourceGroupName, String name, String processId, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteInstanceProcessAsync(String resourceGroupName, String name, String processId, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteInstanceProcess(String resourceGroupName, String name, String processId, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteInstanceProcessWithResponse(String resourceGroupName, String name, String processId, String instanceId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.StreamResponse> getInstanceProcessDumpWithResponseAsync(String resourceGroupName, String name, String processId, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Flux<ByteBuffer> getInstanceProcessDumpAsync(String resourceGroupName, String name, String processId, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.InputStream getInstanceProcessDump(String resourceGroupName, String name, String processId, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.StreamResponse getInstanceProcessDumpWithResponse(String resourceGroupName, String name, String processId, String instanceId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ProcessModuleInfoInner> listInstanceProcessModulesAsync(String resourceGroupName, String name, String processId, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProcessModuleInfoInner> listInstanceProcessModules(String resourceGroupName, String name, String processId, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProcessModuleInfoInner> listInstanceProcessModules(String resourceGroupName, String name, String processId, String instanceId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ProcessModuleInfoInner>> getInstanceProcessModuleWithResponseAsync(String resourceGroupName, String name, String processId, String baseAddress, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.baseAddress - Module base address.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ProcessModuleInfoInner> getInstanceProcessModuleAsync(String resourceGroupName, String name, String processId, String baseAddress, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.baseAddress - Module base address.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ProcessModuleInfoInner getInstanceProcessModule(String resourceGroupName, String name, String processId, String baseAddress, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.baseAddress - Module base address.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ProcessModuleInfoInner> getInstanceProcessModuleWithResponse(String resourceGroupName, String name, String processId, String baseAddress, String instanceId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.baseAddress - Module base address.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ProcessThreadInfoInner> listInstanceProcessThreadsAsync(String resourceGroupName, String name, String processId, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner> listInstanceProcessThreads(String resourceGroupName, String name, String processId, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner> listInstanceProcessThreads(String resourceGroupName, String name, String processId, String instanceId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteCloneabilityInner>> isCloneableWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteCloneabilityInner> isCloneableAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteCloneabilityInner isCloneable(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteCloneabilityInner> isCloneableWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<BackupItemInner> listSiteBackupsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<BackupItemInner> listSiteBackups(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<BackupItemInner> listSiteBackups(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<FunctionSecretsInner>> listSyncFunctionTriggersWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<FunctionSecretsInner> listSyncFunctionTriggersAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.FunctionSecretsInner listSyncFunctionTriggers(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<FunctionSecretsInner> listSyncFunctionTriggersWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> migrateStorageWithResponseAsync(String subscriptionName, String resourceGroupName, String name, StorageMigrationOptions migrationOptions)
subscriptionName - Azure subscription.resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.migrationOptions - Migration migrationOptions.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<StorageMigrationResponseInner>,StorageMigrationResponseInner> beginMigrateStorageAsync(String subscriptionName, String resourceGroupName, String name, StorageMigrationOptions migrationOptions)
subscriptionName - Azure subscription.resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.migrationOptions - Migration migrationOptions.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StorageMigrationResponseInner>,StorageMigrationResponseInner> beginMigrateStorage(String subscriptionName, String resourceGroupName, String name, StorageMigrationOptions migrationOptions)
subscriptionName - Azure subscription.resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.migrationOptions - Migration migrationOptions.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StorageMigrationResponseInner>,StorageMigrationResponseInner> beginMigrateStorage(String subscriptionName, String resourceGroupName, String name, StorageMigrationOptions migrationOptions, com.azure.core.util.Context context)
subscriptionName - Azure subscription.resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.migrationOptions - Migration migrationOptions.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<StorageMigrationResponseInner> migrateStorageAsync(String subscriptionName, String resourceGroupName, String name, StorageMigrationOptions migrationOptions)
subscriptionName - Azure subscription.resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.migrationOptions - Migration migrationOptions.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.StorageMigrationResponseInner migrateStorage(String subscriptionName, String resourceGroupName, String name, StorageMigrationOptions migrationOptions)
subscriptionName - Azure subscription.resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.migrationOptions - Migration migrationOptions.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.StorageMigrationResponseInner migrateStorage(String subscriptionName, String resourceGroupName, String name, StorageMigrationOptions migrationOptions, com.azure.core.util.Context context)
subscriptionName - Azure subscription.resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.migrationOptions - Migration migrationOptions.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> migrateMySqlWithResponseAsync(String resourceGroupName, String name, MigrateMySqlRequest migrationRequestEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.migrationRequestEnvelope - MySql migration options.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<OperationInner>,OperationInner> beginMigrateMySqlAsync(String resourceGroupName, String name, MigrateMySqlRequest migrationRequestEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.migrationRequestEnvelope - MySql migration options.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationInner>,OperationInner> beginMigrateMySql(String resourceGroupName, String name, MigrateMySqlRequest migrationRequestEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.migrationRequestEnvelope - MySql migration options.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationInner>,OperationInner> beginMigrateMySql(String resourceGroupName, String name, MigrateMySqlRequest migrationRequestEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.migrationRequestEnvelope - MySql migration options.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<OperationInner> migrateMySqlAsync(String resourceGroupName, String name, MigrateMySqlRequest migrationRequestEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.migrationRequestEnvelope - MySql migration options.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.OperationInner migrateMySql(String resourceGroupName, String name, MigrateMySqlRequest migrationRequestEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.migrationRequestEnvelope - MySql migration options.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.OperationInner migrateMySql(String resourceGroupName, String name, MigrateMySqlRequest migrationRequestEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.migrationRequestEnvelope - MySql migration options.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<MigrateMySqlStatusInner>> getMigrateMySqlStatusWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<MigrateMySqlStatusInner> getMigrateMySqlStatusAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.MigrateMySqlStatusInner getMigrateMySqlStatus(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<MigrateMySqlStatusInner> getMigrateMySqlStatusWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SwiftVirtualNetworkInner>> getSwiftVirtualNetworkConnectionWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SwiftVirtualNetworkInner> getSwiftVirtualNetworkConnectionAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SwiftVirtualNetworkInner getSwiftVirtualNetworkConnection(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SwiftVirtualNetworkInner> getSwiftVirtualNetworkConnectionWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteSwiftVirtualNetworkWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteSwiftVirtualNetworkAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteSwiftVirtualNetwork(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteSwiftVirtualNetworkWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<NetworkFeaturesInner>> listNetworkFeaturesWithResponseAsync(String resourceGroupName, String name, String view)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.view - The type of view. Only "summary" is supported at this time.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<NetworkFeaturesInner> listNetworkFeaturesAsync(String resourceGroupName, String name, String view)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.view - The type of view. Only "summary" is supported at this time.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.NetworkFeaturesInner listNetworkFeatures(String resourceGroupName, String name, String view)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.view - The type of view. Only "summary" is supported at this time.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<NetworkFeaturesInner> listNetworkFeaturesWithResponse(String resourceGroupName, String name, String view, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.view - The type of view. Only "summary" is supported at this time.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Object>> getNetworkTraceOperationWithResponseAsync(String resourceGroupName, String name, String operationId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Object> getNetworkTraceOperationAsync(String resourceGroupName, String name, String operationId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Object getNetworkTraceOperation(String resourceGroupName, String name, String operationId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Object> getNetworkTraceOperationWithResponse(String resourceGroupName, String name, String operationId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<String>> startWebSiteNetworkTraceWithResponseAsync(String resourceGroupName, String name, Integer durationInSeconds, Integer maxFrameLength, String sasUrl)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<String> startWebSiteNetworkTraceAsync(String resourceGroupName, String name, Integer durationInSeconds, Integer maxFrameLength, String sasUrl)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<String> startWebSiteNetworkTraceAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.String startWebSiteNetworkTrace(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<String> startWebSiteNetworkTraceWithResponse(String resourceGroupName, String name, Integer durationInSeconds, Integer maxFrameLength, String sasUrl, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> startWebSiteNetworkTraceOperationWithResponseAsync(String resourceGroupName, String name, Integer durationInSeconds, Integer maxFrameLength, String sasUrl)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Object>,Object> beginStartWebSiteNetworkTraceOperationAsync(String resourceGroupName, String name, Integer durationInSeconds, Integer maxFrameLength, String sasUrl)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Object>,Object> beginStartWebSiteNetworkTraceOperation(String resourceGroupName, String name, Integer durationInSeconds, Integer maxFrameLength, String sasUrl)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Object>,Object> beginStartWebSiteNetworkTraceOperation(String resourceGroupName, String name, Integer durationInSeconds, Integer maxFrameLength, String sasUrl, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Object> startWebSiteNetworkTraceOperationAsync(String resourceGroupName, String name, Integer durationInSeconds, Integer maxFrameLength, String sasUrl)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Object> startWebSiteNetworkTraceOperationAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Object startWebSiteNetworkTraceOperation(String resourceGroupName, String name, Integer durationInSeconds, Integer maxFrameLength, String sasUrl)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Object startWebSiteNetworkTraceOperation(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Object startWebSiteNetworkTraceOperation(String resourceGroupName, String name, Integer durationInSeconds, Integer maxFrameLength, String sasUrl, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> stopWebSiteNetworkTraceWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> stopWebSiteNetworkTraceAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void stopWebSiteNetworkTrace(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> stopWebSiteNetworkTraceWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<List<NetworkTraceInner>>> getNetworkTracesWithResponseAsync(String resourceGroupName, String name, String operationId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<List<NetworkTraceInner>> getNetworkTracesAsync(String resourceGroupName, String name, String operationId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.List<NetworkTraceInner> getNetworkTraces(String resourceGroupName, String name, String operationId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<List<NetworkTraceInner>> getNetworkTracesWithResponse(String resourceGroupName, String name, String operationId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Object>> getNetworkTraceOperationV2WithResponseAsync(String resourceGroupName, String name, String operationId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Object> getNetworkTraceOperationV2Async(String resourceGroupName, String name, String operationId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Object getNetworkTraceOperationV2(String resourceGroupName, String name, String operationId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Object> getNetworkTraceOperationV2WithResponse(String resourceGroupName, String name, String operationId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<List<NetworkTraceInner>>> getNetworkTracesV2WithResponseAsync(String resourceGroupName, String name, String operationId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<List<NetworkTraceInner>> getNetworkTracesV2Async(String resourceGroupName, String name, String operationId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.List<NetworkTraceInner> getNetworkTracesV2(String resourceGroupName, String name, String operationId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<List<NetworkTraceInner>> getNetworkTracesV2WithResponse(String resourceGroupName, String name, String operationId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> generateNewSitePublishingPasswordWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> generateNewSitePublishingPasswordAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void generateNewSitePublishingPassword(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> generateNewSitePublishingPasswordWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<PerfMonResponseInner> listPerfMonCountersAsync(String resourceGroupName, String name, String filter)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.filter - Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example:
$filter=(startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq
duration'[Hour|Minute|Day]'.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<PerfMonResponseInner> listPerfMonCountersAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PerfMonResponseInner> listPerfMonCounters(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PerfMonResponseInner> listPerfMonCounters(String resourceGroupName, String name, String filter, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.filter - Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example:
$filter=(startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq
duration'[Hour|Minute|Day]'.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SitePhpErrorLogFlagInner>> getSitePhpErrorLogFlagWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SitePhpErrorLogFlagInner> getSitePhpErrorLogFlagAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SitePhpErrorLogFlagInner getSitePhpErrorLogFlag(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SitePhpErrorLogFlagInner> getSitePhpErrorLogFlagWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PremierAddOnInner>> listPremierAddOnsWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PremierAddOnInner> listPremierAddOnsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PremierAddOnInner listPremierAddOns(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PremierAddOnInner> listPremierAddOnsWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PremierAddOnInner>> getPremierAddOnWithResponseAsync(String resourceGroupName, String name, String premierAddOnName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PremierAddOnInner> getPremierAddOnAsync(String resourceGroupName, String name, String premierAddOnName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PremierAddOnInner getPremierAddOn(String resourceGroupName, String name, String premierAddOnName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PremierAddOnInner> getPremierAddOnWithResponse(String resourceGroupName, String name, String premierAddOnName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PremierAddOnInner>> addPremierAddOnWithResponseAsync(String resourceGroupName, String name, String premierAddOnName, PremierAddOnInner premierAddOn)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.premierAddOn - A JSON representation of the edited premier add-on.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PremierAddOnInner> addPremierAddOnAsync(String resourceGroupName, String name, String premierAddOnName, PremierAddOnInner premierAddOn)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.premierAddOn - A JSON representation of the edited premier add-on.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PremierAddOnInner addPremierAddOn(String resourceGroupName, String name, String premierAddOnName, PremierAddOnInner premierAddOn)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.premierAddOn - A JSON representation of the edited premier add-on.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PremierAddOnInner> addPremierAddOnWithResponse(String resourceGroupName, String name, String premierAddOnName, PremierAddOnInner premierAddOn, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.premierAddOn - A JSON representation of the edited premier add-on.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deletePremierAddOnWithResponseAsync(String resourceGroupName, String name, String premierAddOnName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deletePremierAddOnAsync(String resourceGroupName, String name, String premierAddOnName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deletePremierAddOn(String resourceGroupName, String name, String premierAddOnName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deletePremierAddOnWithResponse(String resourceGroupName, String name, String premierAddOnName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PremierAddOnInner>> updatePremierAddOnWithResponseAsync(String resourceGroupName, String name, String premierAddOnName, PremierAddOnPatchResource premierAddOn)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.premierAddOn - A JSON representation of the edited premier add-on.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PremierAddOnInner> updatePremierAddOnAsync(String resourceGroupName, String name, String premierAddOnName, PremierAddOnPatchResource premierAddOn)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.premierAddOn - A JSON representation of the edited premier add-on.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PremierAddOnInner updatePremierAddOn(String resourceGroupName, String name, String premierAddOnName, PremierAddOnPatchResource premierAddOn)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.premierAddOn - A JSON representation of the edited premier add-on.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PremierAddOnInner> updatePremierAddOnWithResponse(String resourceGroupName, String name, String premierAddOnName, PremierAddOnPatchResource premierAddOn, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.premierAddOn - A JSON representation of the edited premier add-on.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PrivateAccessInner>> getPrivateAccessWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PrivateAccessInner> getPrivateAccessAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PrivateAccessInner getPrivateAccess(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PrivateAccessInner> getPrivateAccessWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PrivateAccessInner>> putPrivateAccessVnetWithResponseAsync(String resourceGroupName, String name, PrivateAccessInner access)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.access - The information for the private access.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PrivateAccessInner> putPrivateAccessVnetAsync(String resourceGroupName, String name, PrivateAccessInner access)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.access - The information for the private access.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PrivateAccessInner putPrivateAccessVnet(String resourceGroupName, String name, PrivateAccessInner access)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.access - The information for the private access.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PrivateAccessInner> putPrivateAccessVnetWithResponse(String resourceGroupName, String name, PrivateAccessInner access, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.access - The information for the private access.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<RemotePrivateEndpointConnectionArmResourceInner> getPrivateEndpointConnectionListAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<RemotePrivateEndpointConnectionArmResourceInner> getPrivateEndpointConnectionList(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<RemotePrivateEndpointConnectionArmResourceInner> getPrivateEndpointConnectionList(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<RemotePrivateEndpointConnectionArmResourceInner>> getPrivateEndpointConnectionWithResponseAsync(String resourceGroupName, String name, String privateEndpointConnectionName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - Name of the private endpoint connection.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<RemotePrivateEndpointConnectionArmResourceInner> getPrivateEndpointConnectionAsync(String resourceGroupName, String name, String privateEndpointConnectionName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - Name of the private endpoint connection.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RemotePrivateEndpointConnectionArmResourceInner getPrivateEndpointConnection(String resourceGroupName, String name, String privateEndpointConnectionName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - Name of the private endpoint connection.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<RemotePrivateEndpointConnectionArmResourceInner> getPrivateEndpointConnectionWithResponse(String resourceGroupName, String name, String privateEndpointConnectionName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - Name of the private endpoint connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> approveOrRejectPrivateEndpointConnectionWithResponseAsync(String resourceGroupName, String name, String privateEndpointConnectionName, PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.privateEndpointWrapper - Private Endpoint Connection Approval ARM resource.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RemotePrivateEndpointConnectionArmResourceInner>,RemotePrivateEndpointConnectionArmResourceInner> beginApproveOrRejectPrivateEndpointConnectionAsync(String resourceGroupName, String name, String privateEndpointConnectionName, PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.privateEndpointWrapper - Private Endpoint Connection Approval ARM resource.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RemotePrivateEndpointConnectionArmResourceInner>,RemotePrivateEndpointConnectionArmResourceInner> beginApproveOrRejectPrivateEndpointConnection(String resourceGroupName, String name, String privateEndpointConnectionName, PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.privateEndpointWrapper - Private Endpoint Connection Approval ARM resource.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RemotePrivateEndpointConnectionArmResourceInner>,RemotePrivateEndpointConnectionArmResourceInner> beginApproveOrRejectPrivateEndpointConnection(String resourceGroupName, String name, String privateEndpointConnectionName, PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.privateEndpointWrapper - Private Endpoint Connection Approval ARM resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<RemotePrivateEndpointConnectionArmResourceInner> approveOrRejectPrivateEndpointConnectionAsync(String resourceGroupName, String name, String privateEndpointConnectionName, PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.privateEndpointWrapper - Private Endpoint Connection Approval ARM resource.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RemotePrivateEndpointConnectionArmResourceInner approveOrRejectPrivateEndpointConnection(String resourceGroupName, String name, String privateEndpointConnectionName, PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.privateEndpointWrapper - Private Endpoint Connection Approval ARM resource.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RemotePrivateEndpointConnectionArmResourceInner approveOrRejectPrivateEndpointConnection(String resourceGroupName, String name, String privateEndpointConnectionName, PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.privateEndpointWrapper - Private Endpoint Connection Approval ARM resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deletePrivateEndpointConnectionWithResponseAsync(String resourceGroupName, String name, String privateEndpointConnectionName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Object>,Object> beginDeletePrivateEndpointConnectionAsync(String resourceGroupName, String name, String privateEndpointConnectionName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Object>,Object> beginDeletePrivateEndpointConnection(String resourceGroupName, String name, String privateEndpointConnectionName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Object>,Object> beginDeletePrivateEndpointConnection(String resourceGroupName, String name, String privateEndpointConnectionName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Object> deletePrivateEndpointConnectionAsync(String resourceGroupName, String name, String privateEndpointConnectionName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Object deletePrivateEndpointConnection(String resourceGroupName, String name, String privateEndpointConnectionName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Object deletePrivateEndpointConnection(String resourceGroupName, String name, String privateEndpointConnectionName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PrivateLinkResourcesWrapperInner>> getPrivateLinkResourcesWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PrivateLinkResourcesWrapperInner> getPrivateLinkResourcesAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PrivateLinkResourcesWrapperInner getPrivateLinkResources(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PrivateLinkResourcesWrapperInner> getPrivateLinkResourcesWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ProcessInfoInner> listProcessesAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProcessInfoInner> listProcesses(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProcessInfoInner> listProcesses(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ProcessInfoInner>> getProcessWithResponseAsync(String resourceGroupName, String name, String processId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ProcessInfoInner> getProcessAsync(String resourceGroupName, String name, String processId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ProcessInfoInner getProcess(String resourceGroupName, String name, String processId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ProcessInfoInner> getProcessWithResponse(String resourceGroupName, String name, String processId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteProcessWithResponseAsync(String resourceGroupName, String name, String processId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteProcessAsync(String resourceGroupName, String name, String processId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteProcess(String resourceGroupName, String name, String processId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteProcessWithResponse(String resourceGroupName, String name, String processId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.StreamResponse> getProcessDumpWithResponseAsync(String resourceGroupName, String name, String processId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Flux<ByteBuffer> getProcessDumpAsync(String resourceGroupName, String name, String processId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.InputStream getProcessDump(String resourceGroupName, String name, String processId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.StreamResponse getProcessDumpWithResponse(String resourceGroupName, String name, String processId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ProcessModuleInfoInner> listProcessModulesAsync(String resourceGroupName, String name, String processId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProcessModuleInfoInner> listProcessModules(String resourceGroupName, String name, String processId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProcessModuleInfoInner> listProcessModules(String resourceGroupName, String name, String processId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ProcessModuleInfoInner>> getProcessModuleWithResponseAsync(String resourceGroupName, String name, String processId, String baseAddress)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.baseAddress - Module base address.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ProcessModuleInfoInner> getProcessModuleAsync(String resourceGroupName, String name, String processId, String baseAddress)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.baseAddress - Module base address.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ProcessModuleInfoInner getProcessModule(String resourceGroupName, String name, String processId, String baseAddress)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.baseAddress - Module base address.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ProcessModuleInfoInner> getProcessModuleWithResponse(String resourceGroupName, String name, String processId, String baseAddress, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.baseAddress - Module base address.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ProcessThreadInfoInner> listProcessThreadsAsync(String resourceGroupName, String name, String processId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner> listProcessThreads(String resourceGroupName, String name, String processId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner> listProcessThreads(String resourceGroupName, String name, String processId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<PublicCertificateInner> listPublicCertificatesAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PublicCertificateInner> listPublicCertificates(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PublicCertificateInner> listPublicCertificates(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PublicCertificateInner>> getPublicCertificateWithResponseAsync(String resourceGroupName, String name, String publicCertificateName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.publicCertificateName - Public certificate name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PublicCertificateInner> getPublicCertificateAsync(String resourceGroupName, String name, String publicCertificateName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.publicCertificateName - Public certificate name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PublicCertificateInner getPublicCertificate(String resourceGroupName, String name, String publicCertificateName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.publicCertificateName - Public certificate name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PublicCertificateInner> getPublicCertificateWithResponse(String resourceGroupName, String name, String publicCertificateName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.publicCertificateName - Public certificate name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PublicCertificateInner>> createOrUpdatePublicCertificateWithResponseAsync(String resourceGroupName, String name, String publicCertificateName, PublicCertificateInner publicCertificate)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.publicCertificateName - Public certificate name.publicCertificate - Public certificate details. This is the JSON representation of a PublicCertificate
object.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PublicCertificateInner> createOrUpdatePublicCertificateAsync(String resourceGroupName, String name, String publicCertificateName, PublicCertificateInner publicCertificate)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.publicCertificateName - Public certificate name.publicCertificate - Public certificate details. This is the JSON representation of a PublicCertificate
object.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PublicCertificateInner createOrUpdatePublicCertificate(String resourceGroupName, String name, String publicCertificateName, PublicCertificateInner publicCertificate)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.publicCertificateName - Public certificate name.publicCertificate - Public certificate details. This is the JSON representation of a PublicCertificate
object.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PublicCertificateInner> createOrUpdatePublicCertificateWithResponse(String resourceGroupName, String name, String publicCertificateName, PublicCertificateInner publicCertificate, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.publicCertificateName - Public certificate name.publicCertificate - Public certificate details. This is the JSON representation of a PublicCertificate
object.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deletePublicCertificateWithResponseAsync(String resourceGroupName, String name, String publicCertificateName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.publicCertificateName - Public certificate name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deletePublicCertificateAsync(String resourceGroupName, String name, String publicCertificateName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.publicCertificateName - Public certificate name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deletePublicCertificate(String resourceGroupName, String name, String publicCertificateName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.publicCertificateName - Public certificate name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deletePublicCertificateWithResponse(String resourceGroupName, String name, String publicCertificateName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.publicCertificateName - Public certificate name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.StreamResponse> listPublishingProfileXmlWithSecretsWithResponseAsync(String resourceGroupName, String name, CsmPublishingProfileOptions publishingProfileOptions)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.publishingProfileOptions - Specifies publishingProfileOptions for publishing profile. For example, use
{"format": "FileZilla3"} to get a FileZilla publishing profile.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Flux<ByteBuffer> listPublishingProfileXmlWithSecretsAsync(String resourceGroupName, String name, CsmPublishingProfileOptions publishingProfileOptions)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.publishingProfileOptions - Specifies publishingProfileOptions for publishing profile. For example, use
{"format": "FileZilla3"} to get a FileZilla publishing profile.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.InputStream listPublishingProfileXmlWithSecrets(String resourceGroupName, String name, CsmPublishingProfileOptions publishingProfileOptions)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.publishingProfileOptions - Specifies publishingProfileOptions for publishing profile. For example, use
{"format": "FileZilla3"} to get a FileZilla publishing profile.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.StreamResponse listPublishingProfileXmlWithSecretsWithResponse(String resourceGroupName, String name, CsmPublishingProfileOptions publishingProfileOptions, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.publishingProfileOptions - Specifies publishingProfileOptions for publishing profile. For example, use
{"format": "FileZilla3"} to get a FileZilla publishing profile.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> resetProductionSlotConfigWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> resetProductionSlotConfigAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void resetProductionSlotConfig(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> resetProductionSlotConfigWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> restartWithResponseAsync(String resourceGroupName, String name, Boolean softRestart, Boolean synchronous)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.softRestart - Specify true to apply the configuration settings and restarts the app only if necessary. By
default, the API always restarts and reprovisions the app.synchronous - Specify true to block until the app is restarted. By default, it is set to false, and the API
responds immediately (asynchronous).IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> restartAsync(String resourceGroupName, String name, Boolean softRestart, Boolean synchronous)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.softRestart - Specify true to apply the configuration settings and restarts the app only if necessary. By
default, the API always restarts and reprovisions the app.synchronous - Specify true to block until the app is restarted. By default, it is set to false, and the API
responds immediately (asynchronous).IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> restartAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void restart(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> restartWithResponse(String resourceGroupName, String name, Boolean softRestart, Boolean synchronous, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.softRestart - Specify true to apply the configuration settings and restarts the app only if necessary. By
default, the API always restarts and reprovisions the app.synchronous - Specify true to block until the app is restarted. By default, it is set to false, and the API
responds immediately (asynchronous).context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> restoreFromBackupBlobWithResponseAsync(String resourceGroupName, String name, RestoreRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.request - Information on restore request .IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginRestoreFromBackupBlobAsync(String resourceGroupName, String name, RestoreRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.request - Information on restore request .IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginRestoreFromBackupBlob(String resourceGroupName, String name, RestoreRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.request - Information on restore request .IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginRestoreFromBackupBlob(String resourceGroupName, String name, RestoreRequestInner request, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.request - Information on restore request .context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> restoreFromBackupBlobAsync(String resourceGroupName, String name, RestoreRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.request - Information on restore request .IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void restoreFromBackupBlob(String resourceGroupName, String name, RestoreRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.request - Information on restore request .IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void restoreFromBackupBlob(String resourceGroupName, String name, RestoreRequestInner request, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.request - Information on restore request .context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> restoreFromDeletedAppWithResponseAsync(String resourceGroupName, String name, DeletedAppRestoreRequest restoreRequest)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.restoreRequest - Deleted web app restore information.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginRestoreFromDeletedAppAsync(String resourceGroupName, String name, DeletedAppRestoreRequest restoreRequest)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.restoreRequest - Deleted web app restore information.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginRestoreFromDeletedApp(String resourceGroupName, String name, DeletedAppRestoreRequest restoreRequest)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.restoreRequest - Deleted web app restore information.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginRestoreFromDeletedApp(String resourceGroupName, String name, DeletedAppRestoreRequest restoreRequest, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.restoreRequest - Deleted web app restore information.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> restoreFromDeletedAppAsync(String resourceGroupName, String name, DeletedAppRestoreRequest restoreRequest)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.restoreRequest - Deleted web app restore information.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void restoreFromDeletedApp(String resourceGroupName, String name, DeletedAppRestoreRequest restoreRequest)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.restoreRequest - Deleted web app restore information.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void restoreFromDeletedApp(String resourceGroupName, String name, DeletedAppRestoreRequest restoreRequest, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.restoreRequest - Deleted web app restore information.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> restoreSnapshotWithResponseAsync(String resourceGroupName, String name, SnapshotRestoreRequest restoreRequest)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.restoreRequest - Snapshot restore settings. Snapshot information can be obtained by calling GetDeletedSites
or GetSiteSnapshots API.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginRestoreSnapshotAsync(String resourceGroupName, String name, SnapshotRestoreRequest restoreRequest)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.restoreRequest - Snapshot restore settings. Snapshot information can be obtained by calling GetDeletedSites
or GetSiteSnapshots API.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginRestoreSnapshot(String resourceGroupName, String name, SnapshotRestoreRequest restoreRequest)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.restoreRequest - Snapshot restore settings. Snapshot information can be obtained by calling GetDeletedSites
or GetSiteSnapshots API.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginRestoreSnapshot(String resourceGroupName, String name, SnapshotRestoreRequest restoreRequest, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.restoreRequest - Snapshot restore settings. Snapshot information can be obtained by calling GetDeletedSites
or GetSiteSnapshots API.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> restoreSnapshotAsync(String resourceGroupName, String name, SnapshotRestoreRequest restoreRequest)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.restoreRequest - Snapshot restore settings. Snapshot information can be obtained by calling GetDeletedSites
or GetSiteSnapshots API.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void restoreSnapshot(String resourceGroupName, String name, SnapshotRestoreRequest restoreRequest)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.restoreRequest - Snapshot restore settings. Snapshot information can be obtained by calling GetDeletedSites
or GetSiteSnapshots API.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void restoreSnapshot(String resourceGroupName, String name, SnapshotRestoreRequest restoreRequest, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.restoreRequest - Snapshot restore settings. Snapshot information can be obtained by calling GetDeletedSites
or GetSiteSnapshots API.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SiteExtensionInfoInner> listSiteExtensionsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SiteExtensionInfoInner> listSiteExtensions(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SiteExtensionInfoInner> listSiteExtensions(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteExtensionInfoInner>> getSiteExtensionWithResponseAsync(String resourceGroupName, String name, String siteExtensionId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteExtensionInfoInner> getSiteExtensionAsync(String resourceGroupName, String name, String siteExtensionId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteExtensionInfoInner getSiteExtension(String resourceGroupName, String name, String siteExtensionId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteExtensionInfoInner> getSiteExtensionWithResponse(String resourceGroupName, String name, String siteExtensionId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> installSiteExtensionWithResponseAsync(String resourceGroupName, String name, String siteExtensionId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SiteExtensionInfoInner>,SiteExtensionInfoInner> beginInstallSiteExtensionAsync(String resourceGroupName, String name, String siteExtensionId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteExtensionInfoInner>,SiteExtensionInfoInner> beginInstallSiteExtension(String resourceGroupName, String name, String siteExtensionId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteExtensionInfoInner>,SiteExtensionInfoInner> beginInstallSiteExtension(String resourceGroupName, String name, String siteExtensionId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteExtensionInfoInner> installSiteExtensionAsync(String resourceGroupName, String name, String siteExtensionId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteExtensionInfoInner installSiteExtension(String resourceGroupName, String name, String siteExtensionId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteExtensionInfoInner installSiteExtension(String resourceGroupName, String name, String siteExtensionId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteSiteExtensionWithResponseAsync(String resourceGroupName, String name, String siteExtensionId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteSiteExtensionAsync(String resourceGroupName, String name, String siteExtensionId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteSiteExtension(String resourceGroupName, String name, String siteExtensionId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteSiteExtensionWithResponse(String resourceGroupName, String name, String siteExtensionId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SiteInner> listSlotsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SiteInner> listSlots(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SiteInner> listSlots(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteInner>> getSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. By default, this API returns the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteInner> getSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. By default, this API returns the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteInner getSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. By default, this API returns the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteInner> getSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. By default, this API returns the production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateSlotWithResponseAsync(String resourceGroupName, String name, String slot, SiteInner siteEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Unique name of the app to create or update. To create or update a deployment slot, use the {slot}
parameter.slot - Name of the deployment slot to create or update. By default, this API attempts to create or modify
the production slot.siteEnvelope - A JSON representation of the app properties. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SiteInner>,SiteInner> beginCreateOrUpdateSlotAsync(String resourceGroupName, String name, String slot, SiteInner siteEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Unique name of the app to create or update. To create or update a deployment slot, use the {slot}
parameter.slot - Name of the deployment slot to create or update. By default, this API attempts to create or modify
the production slot.siteEnvelope - A JSON representation of the app properties. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteInner>,SiteInner> beginCreateOrUpdateSlot(String resourceGroupName, String name, String slot, SiteInner siteEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Unique name of the app to create or update. To create or update a deployment slot, use the {slot}
parameter.slot - Name of the deployment slot to create or update. By default, this API attempts to create or modify
the production slot.siteEnvelope - A JSON representation of the app properties. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteInner>,SiteInner> beginCreateOrUpdateSlot(String resourceGroupName, String name, String slot, SiteInner siteEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Unique name of the app to create or update. To create or update a deployment slot, use the {slot}
parameter.slot - Name of the deployment slot to create or update. By default, this API attempts to create or modify
the production slot.siteEnvelope - A JSON representation of the app properties. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteInner> createOrUpdateSlotAsync(String resourceGroupName, String name, String slot, SiteInner siteEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Unique name of the app to create or update. To create or update a deployment slot, use the {slot}
parameter.slot - Name of the deployment slot to create or update. By default, this API attempts to create or modify
the production slot.siteEnvelope - A JSON representation of the app properties. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteInner createOrUpdateSlot(String resourceGroupName, String name, String slot, SiteInner siteEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Unique name of the app to create or update. To create or update a deployment slot, use the {slot}
parameter.slot - Name of the deployment slot to create or update. By default, this API attempts to create or modify
the production slot.siteEnvelope - A JSON representation of the app properties. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteInner createOrUpdateSlot(String resourceGroupName, String name, String slot, SiteInner siteEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Unique name of the app to create or update. To create or update a deployment slot, use the {slot}
parameter.slot - Name of the deployment slot to create or update. By default, this API attempts to create or modify
the production slot.siteEnvelope - A JSON representation of the app properties. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteSlotWithResponseAsync(String resourceGroupName, String name, String slot, Boolean deleteMetrics, Boolean deleteEmptyServerFarm)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app to delete.slot - Name of the deployment slot to delete. By default, the API deletes the production slot.deleteMetrics - If true, web app metrics are also deleted.deleteEmptyServerFarm - Specify false if you want to keep empty App Service plan. By default, empty App
Service plan is deleted.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteSlotAsync(String resourceGroupName, String name, String slot, Boolean deleteMetrics, Boolean deleteEmptyServerFarm)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app to delete.slot - Name of the deployment slot to delete. By default, the API deletes the production slot.deleteMetrics - If true, web app metrics are also deleted.deleteEmptyServerFarm - Specify false if you want to keep empty App Service plan. By default, empty App
Service plan is deleted.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app to delete.slot - Name of the deployment slot to delete. By default, the API deletes the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app to delete.slot - Name of the deployment slot to delete. By default, the API deletes the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteSlotWithResponse(String resourceGroupName, String name, String slot, Boolean deleteMetrics, Boolean deleteEmptyServerFarm, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app to delete.slot - Name of the deployment slot to delete. By default, the API deletes the production slot.deleteMetrics - If true, web app metrics are also deleted.deleteEmptyServerFarm - Specify false if you want to keep empty App Service plan. By default, empty App
Service plan is deleted.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteInner>> updateSlotWithResponseAsync(String resourceGroupName, String name, String slot, SitePatchResourceInner siteEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Unique name of the app to create or update. To create or update a deployment slot, use the {slot}
parameter.slot - Name of the deployment slot to create or update. By default, this API attempts to create or modify
the production slot.siteEnvelope - A JSON representation of the app properties. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteInner> updateSlotAsync(String resourceGroupName, String name, String slot, SitePatchResourceInner siteEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Unique name of the app to create or update. To create or update a deployment slot, use the {slot}
parameter.slot - Name of the deployment slot to create or update. By default, this API attempts to create or modify
the production slot.siteEnvelope - A JSON representation of the app properties. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteInner updateSlot(String resourceGroupName, String name, String slot, SitePatchResourceInner siteEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Unique name of the app to create or update. To create or update a deployment slot, use the {slot}
parameter.slot - Name of the deployment slot to create or update. By default, this API attempts to create or modify
the production slot.siteEnvelope - A JSON representation of the app properties. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteInner> updateSlotWithResponse(String resourceGroupName, String name, String slot, SitePatchResourceInner siteEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Unique name of the app to create or update. To create or update a deployment slot, use the {slot}
parameter.slot - Name of the deployment slot to create or update. By default, this API attempts to create or modify
the production slot.siteEnvelope - A JSON representation of the app properties. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<CustomHostnameAnalysisResultInner>> analyzeCustomHostnameSlotWithResponseAsync(String resourceGroupName, String name, String slot, String hostname)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.hostname - Custom hostname.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<CustomHostnameAnalysisResultInner> analyzeCustomHostnameSlotAsync(String resourceGroupName, String name, String slot, String hostname)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.hostname - Custom hostname.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<CustomHostnameAnalysisResultInner> analyzeCustomHostnameSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.CustomHostnameAnalysisResultInner analyzeCustomHostnameSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<CustomHostnameAnalysisResultInner> analyzeCustomHostnameSlotWithResponse(String resourceGroupName, String name, String slot, String hostname, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.hostname - Custom hostname.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> applySlotConfigurationSlotWithResponseAsync(String resourceGroupName, String name, String slot, CsmSlotEntity slotSwapEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the source slot. If a slot is not specified, the production slot is used as the source slot.slotSwapEntity - JSON object that contains the target slot name. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> applySlotConfigurationSlotAsync(String resourceGroupName, String name, String slot, CsmSlotEntity slotSwapEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the source slot. If a slot is not specified, the production slot is used as the source slot.slotSwapEntity - JSON object that contains the target slot name. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void applySlotConfigurationSlot(String resourceGroupName, String name, String slot, CsmSlotEntity slotSwapEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the source slot. If a slot is not specified, the production slot is used as the source slot.slotSwapEntity - JSON object that contains the target slot name. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> applySlotConfigurationSlotWithResponse(String resourceGroupName, String name, String slot, CsmSlotEntity slotSwapEntity, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the source slot. If a slot is not specified, the production slot is used as the source slot.slotSwapEntity - JSON object that contains the target slot name. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<BackupItemInner>> backupSlotWithResponseAsync(String resourceGroupName, String name, String slot, BackupRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will create a backup for the
production slot.request - Backup configuration. You can use the JSON response from the POST action as input here.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<BackupItemInner> backupSlotAsync(String resourceGroupName, String name, String slot, BackupRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will create a backup for the
production slot.request - Backup configuration. You can use the JSON response from the POST action as input here.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.BackupItemInner backupSlot(String resourceGroupName, String name, String slot, BackupRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will create a backup for the
production slot.request - Backup configuration. You can use the JSON response from the POST action as input here.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<BackupItemInner> backupSlotWithResponse(String resourceGroupName, String name, String slot, BackupRequestInner request, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will create a backup for the
production slot.request - Backup configuration. You can use the JSON response from the POST action as input here.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<BackupItemInner> listBackupsSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get backups of the production
slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<BackupItemInner> listBackupsSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get backups of the production
slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<BackupItemInner> listBackupsSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get backups of the production
slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<BackupItemInner>> getBackupStatusSlotWithResponseAsync(String resourceGroupName, String name, String backupId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.slot - Name of the deployment slot. If a slot is not specified, the API will get a backup of the production
slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<BackupItemInner> getBackupStatusSlotAsync(String resourceGroupName, String name, String backupId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.slot - Name of the deployment slot. If a slot is not specified, the API will get a backup of the production
slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.BackupItemInner getBackupStatusSlot(String resourceGroupName, String name, String backupId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.slot - Name of the deployment slot. If a slot is not specified, the API will get a backup of the production
slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<BackupItemInner> getBackupStatusSlotWithResponse(String resourceGroupName, String name, String backupId, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.slot - Name of the deployment slot. If a slot is not specified, the API will get a backup of the production
slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteBackupSlotWithResponseAsync(String resourceGroupName, String name, String backupId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.slot - Name of the deployment slot. If a slot is not specified, the API will delete a backup of the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteBackupSlotAsync(String resourceGroupName, String name, String backupId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.slot - Name of the deployment slot. If a slot is not specified, the API will delete a backup of the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteBackupSlot(String resourceGroupName, String name, String backupId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.slot - Name of the deployment slot. If a slot is not specified, the API will delete a backup of the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteBackupSlotWithResponse(String resourceGroupName, String name, String backupId, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.slot - Name of the deployment slot. If a slot is not specified, the API will delete a backup of the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<BackupItemInner>> listBackupStatusSecretsSlotWithResponseAsync(String resourceGroupName, String name, String backupId, String slot, BackupRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.backupId - ID of backup.slot - Name of web app slot. If not specified then will default to production slot.request - Information on backup request.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<BackupItemInner> listBackupStatusSecretsSlotAsync(String resourceGroupName, String name, String backupId, String slot, BackupRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.backupId - ID of backup.slot - Name of web app slot. If not specified then will default to production slot.request - Information on backup request.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.BackupItemInner listBackupStatusSecretsSlot(String resourceGroupName, String name, String backupId, String slot, BackupRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.backupId - ID of backup.slot - Name of web app slot. If not specified then will default to production slot.request - Information on backup request.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<BackupItemInner> listBackupStatusSecretsSlotWithResponse(String resourceGroupName, String name, String backupId, String slot, BackupRequestInner request, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.backupId - ID of backup.slot - Name of web app slot. If not specified then will default to production slot.request - Information on backup request.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> restoreSlotWithResponseAsync(String resourceGroupName, String name, String backupId, String slot, RestoreRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.slot - Name of the deployment slot. If a slot is not specified, the API will restore a backup of the
production slot.request - Information on restore request .IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginRestoreSlotAsync(String resourceGroupName, String name, String backupId, String slot, RestoreRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.slot - Name of the deployment slot. If a slot is not specified, the API will restore a backup of the
production slot.request - Information on restore request .IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginRestoreSlot(String resourceGroupName, String name, String backupId, String slot, RestoreRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.slot - Name of the deployment slot. If a slot is not specified, the API will restore a backup of the
production slot.request - Information on restore request .IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginRestoreSlot(String resourceGroupName, String name, String backupId, String slot, RestoreRequestInner request, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.slot - Name of the deployment slot. If a slot is not specified, the API will restore a backup of the
production slot.request - Information on restore request .context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> restoreSlotAsync(String resourceGroupName, String name, String backupId, String slot, RestoreRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.slot - Name of the deployment slot. If a slot is not specified, the API will restore a backup of the
production slot.request - Information on restore request .IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void restoreSlot(String resourceGroupName, String name, String backupId, String slot, RestoreRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.slot - Name of the deployment slot. If a slot is not specified, the API will restore a backup of the
production slot.request - Information on restore request .IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void restoreSlot(String resourceGroupName, String name, String backupId, String slot, RestoreRequestInner request, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.backupId - ID of the backup.slot - Name of the deployment slot. If a slot is not specified, the API will restore a backup of the
production slot.request - Information on restore request .context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesCollectionInner>> getBasicPublishingCredentialsPoliciesSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<CsmPublishingCredentialsPoliciesCollectionInner> getBasicPublishingCredentialsPoliciesSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.CsmPublishingCredentialsPoliciesCollectionInner getBasicPublishingCredentialsPoliciesSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesCollectionInner> getBasicPublishingCredentialsPoliciesSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - The slot parameter.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner>> getFtpAllowedSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<CsmPublishingCredentialsPoliciesEntityInner> getFtpAllowedSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.CsmPublishingCredentialsPoliciesEntityInner getFtpAllowedSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner> getFtpAllowedSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - The slot parameter.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner>> updateFtpAllowedSlotWithResponseAsync(String resourceGroupName, String name, String slot, CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - The slot parameter.csmPublishingAccessPoliciesEntity - Publishing Credentials Policies parameters.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<CsmPublishingCredentialsPoliciesEntityInner> updateFtpAllowedSlotAsync(String resourceGroupName, String name, String slot, CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - The slot parameter.csmPublishingAccessPoliciesEntity - Publishing Credentials Policies parameters.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.CsmPublishingCredentialsPoliciesEntityInner updateFtpAllowedSlot(String resourceGroupName, String name, String slot, CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - The slot parameter.csmPublishingAccessPoliciesEntity - Publishing Credentials Policies parameters.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner> updateFtpAllowedSlotWithResponse(String resourceGroupName, String name, String slot, CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - The slot parameter.csmPublishingAccessPoliciesEntity - Publishing Credentials Policies parameters.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner>> getScmAllowedSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<CsmPublishingCredentialsPoliciesEntityInner> getScmAllowedSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.CsmPublishingCredentialsPoliciesEntityInner getScmAllowedSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner> getScmAllowedSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - The slot parameter.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner>> updateScmAllowedSlotWithResponseAsync(String resourceGroupName, String name, String slot, CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - The slot parameter.csmPublishingAccessPoliciesEntity - Publishing Credentials Policies parameters.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<CsmPublishingCredentialsPoliciesEntityInner> updateScmAllowedSlotAsync(String resourceGroupName, String name, String slot, CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - The slot parameter.csmPublishingAccessPoliciesEntity - Publishing Credentials Policies parameters.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.CsmPublishingCredentialsPoliciesEntityInner updateScmAllowedSlot(String resourceGroupName, String name, String slot, CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - The slot parameter.csmPublishingAccessPoliciesEntity - Publishing Credentials Policies parameters.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<CsmPublishingCredentialsPoliciesEntityInner> updateScmAllowedSlotWithResponse(String resourceGroupName, String name, String slot, CsmPublishingCredentialsPoliciesEntityInner csmPublishingAccessPoliciesEntity, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - The slot parameter.csmPublishingAccessPoliciesEntity - Publishing Credentials Policies parameters.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SiteConfigResourceInner> listConfigurationsSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will return configuration for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SiteConfigResourceInner> listConfigurationsSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will return configuration for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SiteConfigResourceInner> listConfigurationsSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will return configuration for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> updateApplicationSettingsSlotWithResponseAsync(String resourceGroupName, String name, String slot, StringDictionaryInner appSettings)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the application settings
for the production slot.appSettings - Application settings of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<StringDictionaryInner> updateApplicationSettingsSlotAsync(String resourceGroupName, String name, String slot, StringDictionaryInner appSettings)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the application settings
for the production slot.appSettings - Application settings of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.StringDictionaryInner updateApplicationSettingsSlot(String resourceGroupName, String name, String slot, StringDictionaryInner appSettings)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the application settings
for the production slot.appSettings - Application settings of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<StringDictionaryInner> updateApplicationSettingsSlotWithResponse(String resourceGroupName, String name, String slot, StringDictionaryInner appSettings, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the application settings
for the production slot.appSettings - Application settings of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> listApplicationSettingsSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the application settings
for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<StringDictionaryInner> listApplicationSettingsSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the application settings
for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.StringDictionaryInner listApplicationSettingsSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the application settings
for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<StringDictionaryInner> listApplicationSettingsSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the application settings
for the production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteAuthSettingsInner>> updateAuthSettingsSlotWithResponseAsync(String resourceGroupName, String name, String slot, SiteAuthSettingsInner siteAuthSettings)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.siteAuthSettings - Auth settings associated with web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteAuthSettingsInner> updateAuthSettingsSlotAsync(String resourceGroupName, String name, String slot, SiteAuthSettingsInner siteAuthSettings)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.siteAuthSettings - Auth settings associated with web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteAuthSettingsInner updateAuthSettingsSlot(String resourceGroupName, String name, String slot, SiteAuthSettingsInner siteAuthSettings)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.siteAuthSettings - Auth settings associated with web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteAuthSettingsInner> updateAuthSettingsSlotWithResponse(String resourceGroupName, String name, String slot, SiteAuthSettingsInner siteAuthSettings, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.siteAuthSettings - Auth settings associated with web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteAuthSettingsInner>> getAuthSettingsSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the settings for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteAuthSettingsInner> getAuthSettingsSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the settings for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteAuthSettingsInner getAuthSettingsSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the settings for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteAuthSettingsInner> getAuthSettingsSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the settings for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteAuthSettingsV2Inner>> updateAuthSettingsV2SlotWithResponseAsync(String resourceGroupName, String name, String slot, SiteAuthSettingsV2Inner siteAuthSettingsV2)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.siteAuthSettingsV2 - Auth settings associated with web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteAuthSettingsV2Inner> updateAuthSettingsV2SlotAsync(String resourceGroupName, String name, String slot, SiteAuthSettingsV2Inner siteAuthSettingsV2)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.siteAuthSettingsV2 - Auth settings associated with web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteAuthSettingsV2Inner updateAuthSettingsV2Slot(String resourceGroupName, String name, String slot, SiteAuthSettingsV2Inner siteAuthSettingsV2)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.siteAuthSettingsV2 - Auth settings associated with web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteAuthSettingsV2Inner> updateAuthSettingsV2SlotWithResponse(String resourceGroupName, String name, String slot, SiteAuthSettingsV2Inner siteAuthSettingsV2, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.siteAuthSettingsV2 - Auth settings associated with web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteAuthSettingsV2Inner>> getAuthSettingsV2SlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the settings for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteAuthSettingsV2Inner> getAuthSettingsV2SlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the settings for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteAuthSettingsV2Inner getAuthSettingsV2Slot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the settings for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteAuthSettingsV2Inner> getAuthSettingsV2SlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the settings for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<AzureStoragePropertyDictionaryResourceInner>> updateAzureStorageAccountsSlotWithResponseAsync(String resourceGroupName, String name, String slot, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the Azure storage
account configurations for the production slot.azureStorageAccounts - Azure storage accounts of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<AzureStoragePropertyDictionaryResourceInner> updateAzureStorageAccountsSlotAsync(String resourceGroupName, String name, String slot, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the Azure storage
account configurations for the production slot.azureStorageAccounts - Azure storage accounts of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AzureStoragePropertyDictionaryResourceInner updateAzureStorageAccountsSlot(String resourceGroupName, String name, String slot, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the Azure storage
account configurations for the production slot.azureStorageAccounts - Azure storage accounts of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<AzureStoragePropertyDictionaryResourceInner> updateAzureStorageAccountsSlotWithResponse(String resourceGroupName, String name, String slot, AzureStoragePropertyDictionaryResourceInner azureStorageAccounts, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the Azure storage
account configurations for the production slot.azureStorageAccounts - Azure storage accounts of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<AzureStoragePropertyDictionaryResourceInner>> listAzureStorageAccountsSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the Azure storage
account configurations for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<AzureStoragePropertyDictionaryResourceInner> listAzureStorageAccountsSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the Azure storage
account configurations for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AzureStoragePropertyDictionaryResourceInner listAzureStorageAccountsSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the Azure storage
account configurations for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<AzureStoragePropertyDictionaryResourceInner> listAzureStorageAccountsSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the Azure storage
account configurations for the production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<BackupRequestInner>> updateBackupConfigurationSlotWithResponseAsync(String resourceGroupName, String name, String slot, BackupRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the backup configuration
for the production slot.request - Edited backup configuration.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<BackupRequestInner> updateBackupConfigurationSlotAsync(String resourceGroupName, String name, String slot, BackupRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the backup configuration
for the production slot.request - Edited backup configuration.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.BackupRequestInner updateBackupConfigurationSlot(String resourceGroupName, String name, String slot, BackupRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the backup configuration
for the production slot.request - Edited backup configuration.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<BackupRequestInner> updateBackupConfigurationSlotWithResponse(String resourceGroupName, String name, String slot, BackupRequestInner request, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the backup configuration
for the production slot.request - Edited backup configuration.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteBackupConfigurationSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will delete the backup configuration
for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteBackupConfigurationSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will delete the backup configuration
for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteBackupConfigurationSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will delete the backup configuration
for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteBackupConfigurationSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will delete the backup configuration
for the production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<BackupRequestInner>> getBackupConfigurationSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the backup configuration
for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<BackupRequestInner> getBackupConfigurationSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the backup configuration
for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.BackupRequestInner getBackupConfigurationSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the backup configuration
for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<BackupRequestInner> getBackupConfigurationSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the backup configuration
for the production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ApiKVReferenceInner> getAppSettingsKeyVaultReferencesSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ApiKVReferenceInner> getAppSettingsKeyVaultReferencesSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ApiKVReferenceInner> getAppSettingsKeyVaultReferencesSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - The slot parameter.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ApiKVReferenceInner>> getAppSettingKeyVaultReferenceSlotWithResponseAsync(String resourceGroupName, String name, String appSettingKey, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.appSettingKey - App Setting key name.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ApiKVReferenceInner> getAppSettingKeyVaultReferenceSlotAsync(String resourceGroupName, String name, String appSettingKey, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.appSettingKey - App Setting key name.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ApiKVReferenceInner getAppSettingKeyVaultReferenceSlot(String resourceGroupName, String name, String appSettingKey, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.appSettingKey - App Setting key name.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ApiKVReferenceInner> getAppSettingKeyVaultReferenceSlotWithResponse(String resourceGroupName, String name, String appSettingKey, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.appSettingKey - App Setting key name.slot - The slot parameter.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ApiKVReferenceInner> getSiteConnectionStringKeyVaultReferencesSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ApiKVReferenceInner> getSiteConnectionStringKeyVaultReferencesSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ApiKVReferenceInner> getSiteConnectionStringKeyVaultReferencesSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - The slot parameter.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ApiKVReferenceInner>> getSiteConnectionStringKeyVaultReferenceSlotWithResponseAsync(String resourceGroupName, String name, String connectionStringKey, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.connectionStringKey - The connectionStringKey parameter.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ApiKVReferenceInner> getSiteConnectionStringKeyVaultReferenceSlotAsync(String resourceGroupName, String name, String connectionStringKey, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.connectionStringKey - The connectionStringKey parameter.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ApiKVReferenceInner getSiteConnectionStringKeyVaultReferenceSlot(String resourceGroupName, String name, String connectionStringKey, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.connectionStringKey - The connectionStringKey parameter.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ApiKVReferenceInner> getSiteConnectionStringKeyVaultReferenceSlotWithResponse(String resourceGroupName, String name, String connectionStringKey, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.connectionStringKey - The connectionStringKey parameter.slot - The slot parameter.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ConnectionStringDictionaryInner>> updateConnectionStringsSlotWithResponseAsync(String resourceGroupName, String name, String slot, ConnectionStringDictionaryInner connectionStrings)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the connection settings
for the production slot.connectionStrings - Connection strings of the app or deployment slot. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ConnectionStringDictionaryInner> updateConnectionStringsSlotAsync(String resourceGroupName, String name, String slot, ConnectionStringDictionaryInner connectionStrings)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the connection settings
for the production slot.connectionStrings - Connection strings of the app or deployment slot. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ConnectionStringDictionaryInner updateConnectionStringsSlot(String resourceGroupName, String name, String slot, ConnectionStringDictionaryInner connectionStrings)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the connection settings
for the production slot.connectionStrings - Connection strings of the app or deployment slot. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ConnectionStringDictionaryInner> updateConnectionStringsSlotWithResponse(String resourceGroupName, String name, String slot, ConnectionStringDictionaryInner connectionStrings, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the connection settings
for the production slot.connectionStrings - Connection strings of the app or deployment slot. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ConnectionStringDictionaryInner>> listConnectionStringsSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the connection settings for
the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ConnectionStringDictionaryInner> listConnectionStringsSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the connection settings for
the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ConnectionStringDictionaryInner listConnectionStringsSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the connection settings for
the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ConnectionStringDictionaryInner> listConnectionStringsSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the connection settings for
the production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteLogsConfigInner>> getDiagnosticLogsConfigurationSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the logging configuration
for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteLogsConfigInner> getDiagnosticLogsConfigurationSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the logging configuration
for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteLogsConfigInner getDiagnosticLogsConfigurationSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the logging configuration
for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteLogsConfigInner> getDiagnosticLogsConfigurationSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the logging configuration
for the production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteLogsConfigInner>> updateDiagnosticLogsConfigSlotWithResponseAsync(String resourceGroupName, String name, String slot, SiteLogsConfigInner siteLogsConfig)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the logging
configuration for the production slot.siteLogsConfig - A SiteLogsConfig JSON object that contains the logging configuration to change in the
"properties" property.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteLogsConfigInner> updateDiagnosticLogsConfigSlotAsync(String resourceGroupName, String name, String slot, SiteLogsConfigInner siteLogsConfig)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the logging
configuration for the production slot.siteLogsConfig - A SiteLogsConfig JSON object that contains the logging configuration to change in the
"properties" property.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteLogsConfigInner updateDiagnosticLogsConfigSlot(String resourceGroupName, String name, String slot, SiteLogsConfigInner siteLogsConfig)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the logging
configuration for the production slot.siteLogsConfig - A SiteLogsConfig JSON object that contains the logging configuration to change in the
"properties" property.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteLogsConfigInner> updateDiagnosticLogsConfigSlotWithResponse(String resourceGroupName, String name, String slot, SiteLogsConfigInner siteLogsConfig, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the logging
configuration for the production slot.siteLogsConfig - A SiteLogsConfig JSON object that contains the logging configuration to change in the
"properties" property.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> updateMetadataSlotWithResponseAsync(String resourceGroupName, String name, String slot, StringDictionaryInner metadata)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the metadata for the
production slot.metadata - Edited metadata of the app or deployment slot. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<StringDictionaryInner> updateMetadataSlotAsync(String resourceGroupName, String name, String slot, StringDictionaryInner metadata)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the metadata for the
production slot.metadata - Edited metadata of the app or deployment slot. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.StringDictionaryInner updateMetadataSlot(String resourceGroupName, String name, String slot, StringDictionaryInner metadata)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the metadata for the
production slot.metadata - Edited metadata of the app or deployment slot. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<StringDictionaryInner> updateMetadataSlotWithResponse(String resourceGroupName, String name, String slot, StringDictionaryInner metadata, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the metadata for the
production slot.metadata - Edited metadata of the app or deployment slot. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> listMetadataSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the metadata for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<StringDictionaryInner> listMetadataSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the metadata for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.StringDictionaryInner listMetadataSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the metadata for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<StringDictionaryInner> listMetadataSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the metadata for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> listPublishingCredentialsSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the publishing credentials
for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<UserInner>,UserInner> beginListPublishingCredentialsSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the publishing credentials
for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<UserInner>,UserInner> beginListPublishingCredentialsSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the publishing credentials
for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<UserInner>,UserInner> beginListPublishingCredentialsSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the publishing credentials
for the production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<UserInner> listPublishingCredentialsSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the publishing credentials
for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.UserInner listPublishingCredentialsSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the publishing credentials
for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.UserInner listPublishingCredentialsSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the publishing credentials
for the production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PushSettingsInner>> updateSitePushSettingsSlotWithResponseAsync(String resourceGroupName, String name, String slot, PushSettingsInner pushSettings)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.pushSettings - Push settings associated with web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PushSettingsInner> updateSitePushSettingsSlotAsync(String resourceGroupName, String name, String slot, PushSettingsInner pushSettings)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.pushSettings - Push settings associated with web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PushSettingsInner updateSitePushSettingsSlot(String resourceGroupName, String name, String slot, PushSettingsInner pushSettings)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.pushSettings - Push settings associated with web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PushSettingsInner> updateSitePushSettingsSlotWithResponse(String resourceGroupName, String name, String slot, PushSettingsInner pushSettings, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.pushSettings - Push settings associated with web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PushSettingsInner>> listSitePushSettingsSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PushSettingsInner> listSitePushSettingsSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PushSettingsInner listSitePushSettingsSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PushSettingsInner> listSitePushSettingsSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteConfigResourceInner>> getConfigurationSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will return configuration for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteConfigResourceInner> getConfigurationSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will return configuration for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteConfigResourceInner getConfigurationSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will return configuration for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteConfigResourceInner> getConfigurationSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will return configuration for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteConfigResourceInner>> createOrUpdateConfigurationSlotWithResponseAsync(String resourceGroupName, String name, String slot, SiteConfigResourceInner siteConfig)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update configuration for the
production slot.siteConfig - JSON representation of a SiteConfig object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteConfigResourceInner> createOrUpdateConfigurationSlotAsync(String resourceGroupName, String name, String slot, SiteConfigResourceInner siteConfig)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update configuration for the
production slot.siteConfig - JSON representation of a SiteConfig object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteConfigResourceInner createOrUpdateConfigurationSlot(String resourceGroupName, String name, String slot, SiteConfigResourceInner siteConfig)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update configuration for the
production slot.siteConfig - JSON representation of a SiteConfig object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteConfigResourceInner> createOrUpdateConfigurationSlotWithResponse(String resourceGroupName, String name, String slot, SiteConfigResourceInner siteConfig, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update configuration for the
production slot.siteConfig - JSON representation of a SiteConfig object. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteConfigResourceInner>> updateConfigurationSlotWithResponseAsync(String resourceGroupName, String name, String slot, SiteConfigResourceInner siteConfig)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update configuration for the
production slot.siteConfig - JSON representation of a SiteConfig object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteConfigResourceInner> updateConfigurationSlotAsync(String resourceGroupName, String name, String slot, SiteConfigResourceInner siteConfig)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update configuration for the
production slot.siteConfig - JSON representation of a SiteConfig object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteConfigResourceInner updateConfigurationSlot(String resourceGroupName, String name, String slot, SiteConfigResourceInner siteConfig)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update configuration for the
production slot.siteConfig - JSON representation of a SiteConfig object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteConfigResourceInner> updateConfigurationSlotWithResponse(String resourceGroupName, String name, String slot, SiteConfigResourceInner siteConfig, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update configuration for the
production slot.siteConfig - JSON representation of a SiteConfig object. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SiteConfigurationSnapshotInfoInner> listConfigurationSnapshotInfoSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will return configuration for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SiteConfigurationSnapshotInfoInner> listConfigurationSnapshotInfoSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will return configuration for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SiteConfigurationSnapshotInfoInner> listConfigurationSnapshotInfoSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will return configuration for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteConfigResourceInner>> getConfigurationSnapshotSlotWithResponseAsync(String resourceGroupName, String name, String snapshotId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.snapshotId - The ID of the snapshot to read.slot - Name of the deployment slot. If a slot is not specified, the API will return configuration for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteConfigResourceInner> getConfigurationSnapshotSlotAsync(String resourceGroupName, String name, String snapshotId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.snapshotId - The ID of the snapshot to read.slot - Name of the deployment slot. If a slot is not specified, the API will return configuration for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteConfigResourceInner getConfigurationSnapshotSlot(String resourceGroupName, String name, String snapshotId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.snapshotId - The ID of the snapshot to read.slot - Name of the deployment slot. If a slot is not specified, the API will return configuration for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteConfigResourceInner> getConfigurationSnapshotSlotWithResponse(String resourceGroupName, String name, String snapshotId, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.snapshotId - The ID of the snapshot to read.slot - Name of the deployment slot. If a slot is not specified, the API will return configuration for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> recoverSiteConfigurationSnapshotSlotWithResponseAsync(String resourceGroupName, String name, String snapshotId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.snapshotId - The ID of the snapshot to read.slot - Name of the deployment slot. If a slot is not specified, the API will return configuration for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> recoverSiteConfigurationSnapshotSlotAsync(String resourceGroupName, String name, String snapshotId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.snapshotId - The ID of the snapshot to read.slot - Name of the deployment slot. If a slot is not specified, the API will return configuration for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void recoverSiteConfigurationSnapshotSlot(String resourceGroupName, String name, String snapshotId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.snapshotId - The ID of the snapshot to read.slot - Name of the deployment slot. If a slot is not specified, the API will return configuration for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> recoverSiteConfigurationSnapshotSlotWithResponse(String resourceGroupName, String name, String snapshotId, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.snapshotId - The ID of the snapshot to read.slot - Name of the deployment slot. If a slot is not specified, the API will return configuration for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.StreamResponse> getWebSiteContainerLogsSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Flux<ByteBuffer> getWebSiteContainerLogsSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.InputStream getWebSiteContainerLogsSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.StreamResponse getWebSiteContainerLogsSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.StreamResponse> getContainerLogsZipSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Flux<ByteBuffer> getContainerLogsZipSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.InputStream getContainerLogsZipSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.StreamResponse getContainerLogsZipSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ContinuousWebJobInner> listContinuousWebJobsSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ContinuousWebJobInner> listContinuousWebJobsSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ContinuousWebJobInner> listContinuousWebJobsSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ContinuousWebJobInner>> getContinuousWebJobSlotWithResponseAsync(String resourceGroupName, String name, String webJobName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ContinuousWebJobInner> getContinuousWebJobSlotAsync(String resourceGroupName, String name, String webJobName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ContinuousWebJobInner getContinuousWebJobSlot(String resourceGroupName, String name, String webJobName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ContinuousWebJobInner> getContinuousWebJobSlotWithResponse(String resourceGroupName, String name, String webJobName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteContinuousWebJobSlotWithResponseAsync(String resourceGroupName, String name, String webJobName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteContinuousWebJobSlotAsync(String resourceGroupName, String name, String webJobName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteContinuousWebJobSlot(String resourceGroupName, String name, String webJobName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteContinuousWebJobSlotWithResponse(String resourceGroupName, String name, String webJobName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> startContinuousWebJobSlotWithResponseAsync(String resourceGroupName, String name, String webJobName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> startContinuousWebJobSlotAsync(String resourceGroupName, String name, String webJobName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void startContinuousWebJobSlot(String resourceGroupName, String name, String webJobName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> startContinuousWebJobSlotWithResponse(String resourceGroupName, String name, String webJobName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> stopContinuousWebJobSlotWithResponseAsync(String resourceGroupName, String name, String webJobName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> stopContinuousWebJobSlotAsync(String resourceGroupName, String name, String webJobName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void stopContinuousWebJobSlot(String resourceGroupName, String name, String webJobName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> stopContinuousWebJobSlotWithResponse(String resourceGroupName, String name, String webJobName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<DeploymentInner> listDeploymentsSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DeploymentInner> listDeploymentsSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DeploymentInner> listDeploymentsSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<DeploymentInner>> getDeploymentSlotWithResponseAsync(String resourceGroupName, String name, String id, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - Deployment ID.slot - Name of the deployment slot. If a slot is not specified, the API gets a deployment for the production
slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeploymentInner> getDeploymentSlotAsync(String resourceGroupName, String name, String id, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - Deployment ID.slot - Name of the deployment slot. If a slot is not specified, the API gets a deployment for the production
slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentInner getDeploymentSlot(String resourceGroupName, String name, String id, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - Deployment ID.slot - Name of the deployment slot. If a slot is not specified, the API gets a deployment for the production
slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DeploymentInner> getDeploymentSlotWithResponse(String resourceGroupName, String name, String id, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - Deployment ID.slot - Name of the deployment slot. If a slot is not specified, the API gets a deployment for the production
slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<DeploymentInner>> createDeploymentSlotWithResponseAsync(String resourceGroupName, String name, String id, String slot, DeploymentInner deployment)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - ID of an existing deployment.slot - Name of the deployment slot. If a slot is not specified, the API creates a deployment for the
production slot.deployment - Deployment details.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeploymentInner> createDeploymentSlotAsync(String resourceGroupName, String name, String id, String slot, DeploymentInner deployment)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - ID of an existing deployment.slot - Name of the deployment slot. If a slot is not specified, the API creates a deployment for the
production slot.deployment - Deployment details.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentInner createDeploymentSlot(String resourceGroupName, String name, String id, String slot, DeploymentInner deployment)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - ID of an existing deployment.slot - Name of the deployment slot. If a slot is not specified, the API creates a deployment for the
production slot.deployment - Deployment details.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DeploymentInner> createDeploymentSlotWithResponse(String resourceGroupName, String name, String id, String slot, DeploymentInner deployment, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - ID of an existing deployment.slot - Name of the deployment slot. If a slot is not specified, the API creates a deployment for the
production slot.deployment - Deployment details.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteDeploymentSlotWithResponseAsync(String resourceGroupName, String name, String id, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - Deployment ID.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteDeploymentSlotAsync(String resourceGroupName, String name, String id, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - Deployment ID.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteDeploymentSlot(String resourceGroupName, String name, String id, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - Deployment ID.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteDeploymentSlotWithResponse(String resourceGroupName, String name, String id, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - Deployment ID.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<DeploymentInner>> listDeploymentLogSlotWithResponseAsync(String resourceGroupName, String name, String id, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - The ID of a specific deployment. This is the value of the name property in the JSON response from "GET
/api/sites/{siteName}/deployments".slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeploymentInner> listDeploymentLogSlotAsync(String resourceGroupName, String name, String id, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - The ID of a specific deployment. This is the value of the name property in the JSON response from "GET
/api/sites/{siteName}/deployments".slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeploymentInner listDeploymentLogSlot(String resourceGroupName, String name, String id, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - The ID of a specific deployment. This is the value of the name property in the JSON response from "GET
/api/sites/{siteName}/deployments".slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DeploymentInner> listDeploymentLogSlotWithResponse(String resourceGroupName, String name, String id, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.id - The ID of a specific deployment. This is the value of the name property in the JSON response from "GET
/api/sites/{siteName}/deployments".slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<RestoreRequestInner>> discoverBackupSlotWithResponseAsync(String resourceGroupName, String name, String slot, RestoreRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will perform discovery for the
production slot.request - A RestoreRequest object that includes Azure storage URL and blog name for discovery of backup.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<RestoreRequestInner> discoverBackupSlotAsync(String resourceGroupName, String name, String slot, RestoreRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will perform discovery for the
production slot.request - A RestoreRequest object that includes Azure storage URL and blog name for discovery of backup.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RestoreRequestInner discoverBackupSlot(String resourceGroupName, String name, String slot, RestoreRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will perform discovery for the
production slot.request - A RestoreRequest object that includes Azure storage URL and blog name for discovery of backup.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<RestoreRequestInner> discoverBackupSlotWithResponse(String resourceGroupName, String name, String slot, RestoreRequestInner request, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will perform discovery for the
production slot.request - A RestoreRequest object that includes Azure storage URL and blog name for discovery of backup.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<IdentifierInner> listDomainOwnershipIdentifiersSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<IdentifierInner> listDomainOwnershipIdentifiersSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<IdentifierInner> listDomainOwnershipIdentifiersSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<IdentifierInner>> getDomainOwnershipIdentifierSlotWithResponseAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<IdentifierInner> getDomainOwnershipIdentifierSlotAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.IdentifierInner getDomainOwnershipIdentifierSlot(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<IdentifierInner> getDomainOwnershipIdentifierSlotWithResponse(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<IdentifierInner>> createOrUpdateDomainOwnershipIdentifierSlotWithResponseAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, IdentifierInner domainOwnershipIdentifier)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.domainOwnershipIdentifier - A JSON representation of the domain ownership properties.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<IdentifierInner> createOrUpdateDomainOwnershipIdentifierSlotAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, IdentifierInner domainOwnershipIdentifier)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.domainOwnershipIdentifier - A JSON representation of the domain ownership properties.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.IdentifierInner createOrUpdateDomainOwnershipIdentifierSlot(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, IdentifierInner domainOwnershipIdentifier)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.domainOwnershipIdentifier - A JSON representation of the domain ownership properties.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<IdentifierInner> createOrUpdateDomainOwnershipIdentifierSlotWithResponse(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, IdentifierInner domainOwnershipIdentifier, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.domainOwnershipIdentifier - A JSON representation of the domain ownership properties.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteDomainOwnershipIdentifierSlotWithResponseAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteDomainOwnershipIdentifierSlotAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteDomainOwnershipIdentifierSlot(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteDomainOwnershipIdentifierSlotWithResponse(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<IdentifierInner>> updateDomainOwnershipIdentifierSlotWithResponseAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, IdentifierInner domainOwnershipIdentifier)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.domainOwnershipIdentifier - A JSON representation of the domain ownership properties.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<IdentifierInner> updateDomainOwnershipIdentifierSlotAsync(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, IdentifierInner domainOwnershipIdentifier)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.domainOwnershipIdentifier - A JSON representation of the domain ownership properties.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.IdentifierInner updateDomainOwnershipIdentifierSlot(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, IdentifierInner domainOwnershipIdentifier)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.domainOwnershipIdentifier - A JSON representation of the domain ownership properties.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<IdentifierInner> updateDomainOwnershipIdentifierSlotWithResponse(String resourceGroupName, String name, String domainOwnershipIdentifierName, String slot, IdentifierInner domainOwnershipIdentifier, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.domainOwnershipIdentifierName - Name of domain ownership identifier.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.domainOwnershipIdentifier - A JSON representation of the domain ownership properties.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<MSDeployStatusInner>> getMSDeployStatusSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<MSDeployStatusInner> getMSDeployStatusSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.MSDeployStatusInner getMSDeployStatusSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<MSDeployStatusInner> getMSDeployStatusSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createMSDeployOperationSlotWithResponseAsync(String resourceGroupName, String name, String slot, MSDeploy mSDeploy)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.mSDeploy - Details of MSDeploy operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<MSDeployStatusInner>,MSDeployStatusInner> beginCreateMSDeployOperationSlotAsync(String resourceGroupName, String name, String slot, MSDeploy mSDeploy)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.mSDeploy - Details of MSDeploy operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MSDeployStatusInner>,MSDeployStatusInner> beginCreateMSDeployOperationSlot(String resourceGroupName, String name, String slot, MSDeploy mSDeploy)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.mSDeploy - Details of MSDeploy operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MSDeployStatusInner>,MSDeployStatusInner> beginCreateMSDeployOperationSlot(String resourceGroupName, String name, String slot, MSDeploy mSDeploy, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.mSDeploy - Details of MSDeploy operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<MSDeployStatusInner> createMSDeployOperationSlotAsync(String resourceGroupName, String name, String slot, MSDeploy mSDeploy)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.mSDeploy - Details of MSDeploy operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.MSDeployStatusInner createMSDeployOperationSlot(String resourceGroupName, String name, String slot, MSDeploy mSDeploy)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.mSDeploy - Details of MSDeploy operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.MSDeployStatusInner createMSDeployOperationSlot(String resourceGroupName, String name, String slot, MSDeploy mSDeploy, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.mSDeploy - Details of MSDeploy operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<MSDeployLogInner>> getMSDeployLogSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<MSDeployLogInner> getMSDeployLogSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.MSDeployLogInner getMSDeployLogSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<MSDeployLogInner> getMSDeployLogSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<FunctionEnvelopeInner> listInstanceFunctionsSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<FunctionEnvelopeInner> listInstanceFunctionsSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<FunctionEnvelopeInner> listInstanceFunctionsSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.slot - Name of the deployment slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<String>> getFunctionsAdminTokenSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<String> getFunctionsAdminTokenSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.String getFunctionsAdminTokenSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<String> getFunctionsAdminTokenSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<FunctionEnvelopeInner>> getInstanceFunctionSlotWithResponseAsync(String resourceGroupName, String name, String functionName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<FunctionEnvelopeInner> getInstanceFunctionSlotAsync(String resourceGroupName, String name, String functionName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.FunctionEnvelopeInner getInstanceFunctionSlot(String resourceGroupName, String name, String functionName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<FunctionEnvelopeInner> getInstanceFunctionSlotWithResponse(String resourceGroupName, String name, String functionName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.slot - Name of the deployment slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createInstanceFunctionSlotWithResponseAsync(String resourceGroupName, String name, String functionName, String slot, FunctionEnvelopeInner functionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.slot - Name of the deployment slot.functionEnvelope - Function details.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<FunctionEnvelopeInner>,FunctionEnvelopeInner> beginCreateInstanceFunctionSlotAsync(String resourceGroupName, String name, String functionName, String slot, FunctionEnvelopeInner functionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.slot - Name of the deployment slot.functionEnvelope - Function details.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FunctionEnvelopeInner>,FunctionEnvelopeInner> beginCreateInstanceFunctionSlot(String resourceGroupName, String name, String functionName, String slot, FunctionEnvelopeInner functionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.slot - Name of the deployment slot.functionEnvelope - Function details.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FunctionEnvelopeInner>,FunctionEnvelopeInner> beginCreateInstanceFunctionSlot(String resourceGroupName, String name, String functionName, String slot, FunctionEnvelopeInner functionEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.slot - Name of the deployment slot.functionEnvelope - Function details.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<FunctionEnvelopeInner> createInstanceFunctionSlotAsync(String resourceGroupName, String name, String functionName, String slot, FunctionEnvelopeInner functionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.slot - Name of the deployment slot.functionEnvelope - Function details.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.FunctionEnvelopeInner createInstanceFunctionSlot(String resourceGroupName, String name, String functionName, String slot, FunctionEnvelopeInner functionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.slot - Name of the deployment slot.functionEnvelope - Function details.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.FunctionEnvelopeInner createInstanceFunctionSlot(String resourceGroupName, String name, String functionName, String slot, FunctionEnvelopeInner functionEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.slot - Name of the deployment slot.functionEnvelope - Function details.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteInstanceFunctionSlotWithResponseAsync(String resourceGroupName, String name, String functionName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteInstanceFunctionSlotAsync(String resourceGroupName, String name, String functionName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteInstanceFunctionSlot(String resourceGroupName, String name, String functionName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteInstanceFunctionSlotWithResponse(String resourceGroupName, String name, String functionName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.slot - Name of the deployment slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<KeyInfoInner>> createOrUpdateFunctionSecretSlotWithResponseAsync(String resourceGroupName, String name, String functionName, String keyName, String slot, KeyInfoInner key)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - The name of the function.keyName - The name of the key.slot - Name of the deployment slot.key - The key to create or update.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<KeyInfoInner> createOrUpdateFunctionSecretSlotAsync(String resourceGroupName, String name, String functionName, String keyName, String slot, KeyInfoInner key)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - The name of the function.keyName - The name of the key.slot - Name of the deployment slot.key - The key to create or update.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.KeyInfoInner createOrUpdateFunctionSecretSlot(String resourceGroupName, String name, String functionName, String keyName, String slot, KeyInfoInner key)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - The name of the function.keyName - The name of the key.slot - Name of the deployment slot.key - The key to create or update.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<KeyInfoInner> createOrUpdateFunctionSecretSlotWithResponse(String resourceGroupName, String name, String functionName, String keyName, String slot, KeyInfoInner key, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - The name of the function.keyName - The name of the key.slot - Name of the deployment slot.key - The key to create or update.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteFunctionSecretSlotWithResponseAsync(String resourceGroupName, String name, String functionName, String keyName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - The name of the function.keyName - The name of the key.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteFunctionSecretSlotAsync(String resourceGroupName, String name, String functionName, String keyName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - The name of the function.keyName - The name of the key.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteFunctionSecretSlot(String resourceGroupName, String name, String functionName, String keyName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - The name of the function.keyName - The name of the key.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteFunctionSecretSlotWithResponse(String resourceGroupName, String name, String functionName, String keyName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - The name of the function.keyName - The name of the key.slot - Name of the deployment slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> listFunctionKeysSlotWithResponseAsync(String resourceGroupName, String name, String functionName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<StringDictionaryInner> listFunctionKeysSlotAsync(String resourceGroupName, String name, String functionName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.StringDictionaryInner listFunctionKeysSlot(String resourceGroupName, String name, String functionName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<StringDictionaryInner> listFunctionKeysSlotWithResponse(String resourceGroupName, String name, String functionName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.slot - Name of the deployment slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<FunctionSecretsInner>> listFunctionSecretsSlotWithResponseAsync(String resourceGroupName, String name, String functionName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<FunctionSecretsInner> listFunctionSecretsSlotAsync(String resourceGroupName, String name, String functionName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.FunctionSecretsInner listFunctionSecretsSlot(String resourceGroupName, String name, String functionName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<FunctionSecretsInner> listFunctionSecretsSlotWithResponse(String resourceGroupName, String name, String functionName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.functionName - Function name.slot - Name of the deployment slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<HostKeysInner>> listHostKeysSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<HostKeysInner> listHostKeysSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.HostKeysInner listHostKeysSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<HostKeysInner> listHostKeysSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.slot - Name of the deployment slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> listSyncStatusSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> listSyncStatusSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void listSyncStatusSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> listSyncStatusSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> syncFunctionsSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> syncFunctionsSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void syncFunctionsSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> syncFunctionsSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<KeyInfoInner>> createOrUpdateHostSecretSlotWithResponseAsync(String resourceGroupName, String name, String keyType, String keyName, String slot, KeyInfoInner key)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.keyType - The type of host key.keyName - The name of the key.slot - Name of the deployment slot.key - The key to create or update.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<KeyInfoInner> createOrUpdateHostSecretSlotAsync(String resourceGroupName, String name, String keyType, String keyName, String slot, KeyInfoInner key)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.keyType - The type of host key.keyName - The name of the key.slot - Name of the deployment slot.key - The key to create or update.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.KeyInfoInner createOrUpdateHostSecretSlot(String resourceGroupName, String name, String keyType, String keyName, String slot, KeyInfoInner key)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.keyType - The type of host key.keyName - The name of the key.slot - Name of the deployment slot.key - The key to create or update.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<KeyInfoInner> createOrUpdateHostSecretSlotWithResponse(String resourceGroupName, String name, String keyType, String keyName, String slot, KeyInfoInner key, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.keyType - The type of host key.keyName - The name of the key.slot - Name of the deployment slot.key - The key to create or update.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteHostSecretSlotWithResponseAsync(String resourceGroupName, String name, String keyType, String keyName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.keyType - The type of host key.keyName - The name of the key.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteHostSecretSlotAsync(String resourceGroupName, String name, String keyType, String keyName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.keyType - The type of host key.keyName - The name of the key.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteHostSecretSlot(String resourceGroupName, String name, String keyType, String keyName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.keyType - The type of host key.keyName - The name of the key.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteHostSecretSlotWithResponse(String resourceGroupName, String name, String keyType, String keyName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.keyType - The type of host key.keyName - The name of the key.slot - Name of the deployment slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<HostnameBindingInner> listHostnameBindingsSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API gets hostname bindings for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<HostnameBindingInner> listHostnameBindingsSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API gets hostname bindings for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<HostnameBindingInner> listHostnameBindingsSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API gets hostname bindings for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<HostnameBindingInner>> getHostnameBindingSlotWithResponseAsync(String resourceGroupName, String name, String slot, String hostname)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API the named binding for the production
slot.hostname - Hostname in the hostname binding.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<HostnameBindingInner> getHostnameBindingSlotAsync(String resourceGroupName, String name, String slot, String hostname)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API the named binding for the production
slot.hostname - Hostname in the hostname binding.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.HostnameBindingInner getHostnameBindingSlot(String resourceGroupName, String name, String slot, String hostname)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API the named binding for the production
slot.hostname - Hostname in the hostname binding.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<HostnameBindingInner> getHostnameBindingSlotWithResponse(String resourceGroupName, String name, String slot, String hostname, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API the named binding for the production
slot.hostname - Hostname in the hostname binding.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<HostnameBindingInner>> createOrUpdateHostnameBindingSlotWithResponseAsync(String resourceGroupName, String name, String hostname, String slot, HostnameBindingInner hostnameBinding)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.hostname - Hostname in the hostname binding.slot - Name of the deployment slot. If a slot is not specified, the API will create a binding for the
production slot.hostnameBinding - Binding details. This is the JSON representation of a HostNameBinding object.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<HostnameBindingInner> createOrUpdateHostnameBindingSlotAsync(String resourceGroupName, String name, String hostname, String slot, HostnameBindingInner hostnameBinding)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.hostname - Hostname in the hostname binding.slot - Name of the deployment slot. If a slot is not specified, the API will create a binding for the
production slot.hostnameBinding - Binding details. This is the JSON representation of a HostNameBinding object.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.HostnameBindingInner createOrUpdateHostnameBindingSlot(String resourceGroupName, String name, String hostname, String slot, HostnameBindingInner hostnameBinding)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.hostname - Hostname in the hostname binding.slot - Name of the deployment slot. If a slot is not specified, the API will create a binding for the
production slot.hostnameBinding - Binding details. This is the JSON representation of a HostNameBinding object.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<HostnameBindingInner> createOrUpdateHostnameBindingSlotWithResponse(String resourceGroupName, String name, String hostname, String slot, HostnameBindingInner hostnameBinding, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.hostname - Hostname in the hostname binding.slot - Name of the deployment slot. If a slot is not specified, the API will create a binding for the
production slot.hostnameBinding - Binding details. This is the JSON representation of a HostNameBinding object.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteHostnameBindingSlotWithResponseAsync(String resourceGroupName, String name, String slot, String hostname)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.hostname - Hostname in the hostname binding.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteHostnameBindingSlotAsync(String resourceGroupName, String name, String slot, String hostname)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.hostname - Hostname in the hostname binding.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteHostnameBindingSlot(String resourceGroupName, String name, String slot, String hostname)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.hostname - Hostname in the hostname binding.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteHostnameBindingSlotWithResponse(String resourceGroupName, String name, String slot, String hostname, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.hostname - Hostname in the hostname binding.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<HybridConnectionInner>> getHybridConnectionSlotWithResponseAsync(String resourceGroupName, String name, String namespaceName, String relayName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.slot - The name of the slot for the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<HybridConnectionInner> getHybridConnectionSlotAsync(String resourceGroupName, String name, String namespaceName, String relayName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.slot - The name of the slot for the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.HybridConnectionInner getHybridConnectionSlot(String resourceGroupName, String name, String namespaceName, String relayName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.slot - The name of the slot for the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<HybridConnectionInner> getHybridConnectionSlotWithResponse(String resourceGroupName, String name, String namespaceName, String relayName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.slot - The name of the slot for the web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<HybridConnectionInner>> createOrUpdateHybridConnectionSlotWithResponseAsync(String resourceGroupName, String name, String namespaceName, String relayName, String slot, HybridConnectionInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.slot - The name of the slot for the web app.connectionEnvelope - The details of the hybrid connection.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<HybridConnectionInner> createOrUpdateHybridConnectionSlotAsync(String resourceGroupName, String name, String namespaceName, String relayName, String slot, HybridConnectionInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.slot - The name of the slot for the web app.connectionEnvelope - The details of the hybrid connection.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.HybridConnectionInner createOrUpdateHybridConnectionSlot(String resourceGroupName, String name, String namespaceName, String relayName, String slot, HybridConnectionInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.slot - The name of the slot for the web app.connectionEnvelope - The details of the hybrid connection.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<HybridConnectionInner> createOrUpdateHybridConnectionSlotWithResponse(String resourceGroupName, String name, String namespaceName, String relayName, String slot, HybridConnectionInner connectionEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.slot - The name of the slot for the web app.connectionEnvelope - The details of the hybrid connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteHybridConnectionSlotWithResponseAsync(String resourceGroupName, String name, String namespaceName, String relayName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.slot - The name of the slot for the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteHybridConnectionSlotAsync(String resourceGroupName, String name, String namespaceName, String relayName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.slot - The name of the slot for the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteHybridConnectionSlot(String resourceGroupName, String name, String namespaceName, String relayName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.slot - The name of the slot for the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteHybridConnectionSlotWithResponse(String resourceGroupName, String name, String namespaceName, String relayName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.slot - The name of the slot for the web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<HybridConnectionInner>> updateHybridConnectionSlotWithResponseAsync(String resourceGroupName, String name, String namespaceName, String relayName, String slot, HybridConnectionInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.slot - The name of the slot for the web app.connectionEnvelope - The details of the hybrid connection.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<HybridConnectionInner> updateHybridConnectionSlotAsync(String resourceGroupName, String name, String namespaceName, String relayName, String slot, HybridConnectionInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.slot - The name of the slot for the web app.connectionEnvelope - The details of the hybrid connection.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.HybridConnectionInner updateHybridConnectionSlot(String resourceGroupName, String name, String namespaceName, String relayName, String slot, HybridConnectionInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.slot - The name of the slot for the web app.connectionEnvelope - The details of the hybrid connection.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<HybridConnectionInner> updateHybridConnectionSlotWithResponse(String resourceGroupName, String name, String namespaceName, String relayName, String slot, HybridConnectionInner connectionEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.namespaceName - The namespace for this hybrid connection.relayName - The relay name for this hybrid connection.slot - The name of the slot for the web app.connectionEnvelope - The details of the hybrid connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<HybridConnectionInner>> listHybridConnectionsSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<HybridConnectionInner> listHybridConnectionsSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.HybridConnectionInner listHybridConnectionsSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<HybridConnectionInner> listHybridConnectionsSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for the web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner>> listRelayServiceConnectionsSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get hybrid connections for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<RelayServiceConnectionEntityInner> listRelayServiceConnectionsSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get hybrid connections for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RelayServiceConnectionEntityInner listRelayServiceConnectionsSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get hybrid connections for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner> listRelayServiceConnectionsSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get hybrid connections for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner>> getRelayServiceConnectionSlotWithResponseAsync(String resourceGroupName, String name, String entityName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection.slot - Name of the deployment slot. If a slot is not specified, the API will get a hybrid connection for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<RelayServiceConnectionEntityInner> getRelayServiceConnectionSlotAsync(String resourceGroupName, String name, String entityName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection.slot - Name of the deployment slot. If a slot is not specified, the API will get a hybrid connection for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RelayServiceConnectionEntityInner getRelayServiceConnectionSlot(String resourceGroupName, String name, String entityName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection.slot - Name of the deployment slot. If a slot is not specified, the API will get a hybrid connection for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner> getRelayServiceConnectionSlotWithResponse(String resourceGroupName, String name, String entityName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection.slot - Name of the deployment slot. If a slot is not specified, the API will get a hybrid connection for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner>> createOrUpdateRelayServiceConnectionSlotWithResponseAsync(String resourceGroupName, String name, String entityName, String slot, RelayServiceConnectionEntityInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection configuration.slot - Name of the deployment slot. If a slot is not specified, the API will create or update a hybrid
connection for the production slot.connectionEnvelope - Details of the hybrid connection configuration.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<RelayServiceConnectionEntityInner> createOrUpdateRelayServiceConnectionSlotAsync(String resourceGroupName, String name, String entityName, String slot, RelayServiceConnectionEntityInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection configuration.slot - Name of the deployment slot. If a slot is not specified, the API will create or update a hybrid
connection for the production slot.connectionEnvelope - Details of the hybrid connection configuration.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RelayServiceConnectionEntityInner createOrUpdateRelayServiceConnectionSlot(String resourceGroupName, String name, String entityName, String slot, RelayServiceConnectionEntityInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection configuration.slot - Name of the deployment slot. If a slot is not specified, the API will create or update a hybrid
connection for the production slot.connectionEnvelope - Details of the hybrid connection configuration.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner> createOrUpdateRelayServiceConnectionSlotWithResponse(String resourceGroupName, String name, String entityName, String slot, RelayServiceConnectionEntityInner connectionEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection configuration.slot - Name of the deployment slot. If a slot is not specified, the API will create or update a hybrid
connection for the production slot.connectionEnvelope - Details of the hybrid connection configuration.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteRelayServiceConnectionSlotWithResponseAsync(String resourceGroupName, String name, String entityName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection configuration.slot - Name of the deployment slot. If a slot is not specified, the API will delete a hybrid connection for
the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteRelayServiceConnectionSlotAsync(String resourceGroupName, String name, String entityName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection configuration.slot - Name of the deployment slot. If a slot is not specified, the API will delete a hybrid connection for
the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteRelayServiceConnectionSlot(String resourceGroupName, String name, String entityName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection configuration.slot - Name of the deployment slot. If a slot is not specified, the API will delete a hybrid connection for
the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteRelayServiceConnectionSlotWithResponse(String resourceGroupName, String name, String entityName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection configuration.slot - Name of the deployment slot. If a slot is not specified, the API will delete a hybrid connection for
the production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner>> updateRelayServiceConnectionSlotWithResponseAsync(String resourceGroupName, String name, String entityName, String slot, RelayServiceConnectionEntityInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection configuration.slot - Name of the deployment slot. If a slot is not specified, the API will create or update a hybrid
connection for the production slot.connectionEnvelope - Details of the hybrid connection configuration.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<RelayServiceConnectionEntityInner> updateRelayServiceConnectionSlotAsync(String resourceGroupName, String name, String entityName, String slot, RelayServiceConnectionEntityInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection configuration.slot - Name of the deployment slot. If a slot is not specified, the API will create or update a hybrid
connection for the production slot.connectionEnvelope - Details of the hybrid connection configuration.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RelayServiceConnectionEntityInner updateRelayServiceConnectionSlot(String resourceGroupName, String name, String entityName, String slot, RelayServiceConnectionEntityInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection configuration.slot - Name of the deployment slot. If a slot is not specified, the API will create or update a hybrid
connection for the production slot.connectionEnvelope - Details of the hybrid connection configuration.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<RelayServiceConnectionEntityInner> updateRelayServiceConnectionSlotWithResponse(String resourceGroupName, String name, String entityName, String slot, RelayServiceConnectionEntityInner connectionEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.entityName - Name of the hybrid connection configuration.slot - Name of the deployment slot. If a slot is not specified, the API will create or update a hybrid
connection for the production slot.connectionEnvelope - Details of the hybrid connection configuration.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<WebSiteInstanceStatusInner> listInstanceIdentifiersSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API gets the production slot instances.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<WebSiteInstanceStatusInner> listInstanceIdentifiersSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API gets the production slot instances.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<WebSiteInstanceStatusInner> listInstanceIdentifiersSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API gets the production slot instances.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<WebSiteInstanceStatusInner>> getInstanceInfoSlotWithResponseAsync(String resourceGroupName, String name, String instanceId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.instanceId - The instanceId parameter.slot - Name of the deployment slot. If a slot is not specified, the API gets the production slot instances.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<WebSiteInstanceStatusInner> getInstanceInfoSlotAsync(String resourceGroupName, String name, String instanceId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.instanceId - The instanceId parameter.slot - Name of the deployment slot. If a slot is not specified, the API gets the production slot instances.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.WebSiteInstanceStatusInner getInstanceInfoSlot(String resourceGroupName, String name, String instanceId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.instanceId - The instanceId parameter.slot - Name of the deployment slot. If a slot is not specified, the API gets the production slot instances.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<WebSiteInstanceStatusInner> getInstanceInfoSlotWithResponse(String resourceGroupName, String name, String instanceId, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.instanceId - The instanceId parameter.slot - Name of the deployment slot. If a slot is not specified, the API gets the production slot instances.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<MSDeployStatusInner>> getInstanceMsDeployStatusSlotWithResponseAsync(String resourceGroupName, String name, String slot, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.instanceId - ID of web app instance.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<MSDeployStatusInner> getInstanceMsDeployStatusSlotAsync(String resourceGroupName, String name, String slot, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.instanceId - ID of web app instance.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.MSDeployStatusInner getInstanceMsDeployStatusSlot(String resourceGroupName, String name, String slot, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.instanceId - ID of web app instance.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<MSDeployStatusInner> getInstanceMsDeployStatusSlotWithResponse(String resourceGroupName, String name, String slot, String instanceId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.instanceId - ID of web app instance.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createInstanceMSDeployOperationSlotWithResponseAsync(String resourceGroupName, String name, String slot, String instanceId, MSDeploy mSDeploy)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.instanceId - ID of web app instance.mSDeploy - Details of MSDeploy operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<MSDeployStatusInner>,MSDeployStatusInner> beginCreateInstanceMSDeployOperationSlotAsync(String resourceGroupName, String name, String slot, String instanceId, MSDeploy mSDeploy)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.instanceId - ID of web app instance.mSDeploy - Details of MSDeploy operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MSDeployStatusInner>,MSDeployStatusInner> beginCreateInstanceMSDeployOperationSlot(String resourceGroupName, String name, String slot, String instanceId, MSDeploy mSDeploy)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.instanceId - ID of web app instance.mSDeploy - Details of MSDeploy operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MSDeployStatusInner>,MSDeployStatusInner> beginCreateInstanceMSDeployOperationSlot(String resourceGroupName, String name, String slot, String instanceId, MSDeploy mSDeploy, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.instanceId - ID of web app instance.mSDeploy - Details of MSDeploy operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<MSDeployStatusInner> createInstanceMSDeployOperationSlotAsync(String resourceGroupName, String name, String slot, String instanceId, MSDeploy mSDeploy)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.instanceId - ID of web app instance.mSDeploy - Details of MSDeploy operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.MSDeployStatusInner createInstanceMSDeployOperationSlot(String resourceGroupName, String name, String slot, String instanceId, MSDeploy mSDeploy)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.instanceId - ID of web app instance.mSDeploy - Details of MSDeploy operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.MSDeployStatusInner createInstanceMSDeployOperationSlot(String resourceGroupName, String name, String slot, String instanceId, MSDeploy mSDeploy, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.instanceId - ID of web app instance.mSDeploy - Details of MSDeploy operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<MSDeployLogInner>> getInstanceMSDeployLogSlotWithResponseAsync(String resourceGroupName, String name, String slot, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.instanceId - ID of web app instance.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<MSDeployLogInner> getInstanceMSDeployLogSlotAsync(String resourceGroupName, String name, String slot, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.instanceId - ID of web app instance.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.MSDeployLogInner getInstanceMSDeployLogSlot(String resourceGroupName, String name, String slot, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.instanceId - ID of web app instance.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<MSDeployLogInner> getInstanceMSDeployLogSlotWithResponse(String resourceGroupName, String name, String slot, String instanceId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.instanceId - ID of web app instance.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ProcessInfoInner> listInstanceProcessesSlotAsync(String resourceGroupName, String name, String slot, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProcessInfoInner> listInstanceProcessesSlot(String resourceGroupName, String name, String slot, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProcessInfoInner> listInstanceProcessesSlot(String resourceGroupName, String name, String slot, String instanceId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ProcessInfoInner>> getInstanceProcessSlotWithResponseAsync(String resourceGroupName, String name, String processId, String slot, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ProcessInfoInner> getInstanceProcessSlotAsync(String resourceGroupName, String name, String processId, String slot, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ProcessInfoInner getInstanceProcessSlot(String resourceGroupName, String name, String processId, String slot, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ProcessInfoInner> getInstanceProcessSlotWithResponse(String resourceGroupName, String name, String processId, String slot, String instanceId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteInstanceProcessSlotWithResponseAsync(String resourceGroupName, String name, String processId, String slot, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteInstanceProcessSlotAsync(String resourceGroupName, String name, String processId, String slot, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteInstanceProcessSlot(String resourceGroupName, String name, String processId, String slot, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteInstanceProcessSlotWithResponse(String resourceGroupName, String name, String processId, String slot, String instanceId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.StreamResponse> getInstanceProcessDumpSlotWithResponseAsync(String resourceGroupName, String name, String processId, String slot, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Flux<ByteBuffer> getInstanceProcessDumpSlotAsync(String resourceGroupName, String name, String processId, String slot, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.InputStream getInstanceProcessDumpSlot(String resourceGroupName, String name, String processId, String slot, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.StreamResponse getInstanceProcessDumpSlotWithResponse(String resourceGroupName, String name, String processId, String slot, String instanceId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ProcessModuleInfoInner> listInstanceProcessModulesSlotAsync(String resourceGroupName, String name, String processId, String slot, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProcessModuleInfoInner> listInstanceProcessModulesSlot(String resourceGroupName, String name, String processId, String slot, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProcessModuleInfoInner> listInstanceProcessModulesSlot(String resourceGroupName, String name, String processId, String slot, String instanceId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ProcessModuleInfoInner>> getInstanceProcessModuleSlotWithResponseAsync(String resourceGroupName, String name, String processId, String baseAddress, String slot, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.baseAddress - Module base address.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ProcessModuleInfoInner> getInstanceProcessModuleSlotAsync(String resourceGroupName, String name, String processId, String baseAddress, String slot, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.baseAddress - Module base address.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ProcessModuleInfoInner getInstanceProcessModuleSlot(String resourceGroupName, String name, String processId, String baseAddress, String slot, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.baseAddress - Module base address.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ProcessModuleInfoInner> getInstanceProcessModuleSlotWithResponse(String resourceGroupName, String name, String processId, String baseAddress, String slot, String instanceId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.baseAddress - Module base address.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ProcessThreadInfoInner> listInstanceProcessThreadsSlotAsync(String resourceGroupName, String name, String processId, String slot, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner> listInstanceProcessThreadsSlot(String resourceGroupName, String name, String processId, String slot, String instanceId)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner> listInstanceProcessThreadsSlot(String resourceGroupName, String name, String processId, String slot, String instanceId, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.instanceId - ID of a specific scaled-out instance. This is the value of the name property in the JSON
response from "GET api/sites/{siteName}/instances".context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteCloneabilityInner>> isCloneableSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. By default, this API returns information on the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteCloneabilityInner> isCloneableSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. By default, this API returns information on the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteCloneabilityInner isCloneableSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. By default, this API returns information on the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteCloneabilityInner> isCloneableSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. By default, this API returns information on the production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<BackupItemInner> listSiteBackupsSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get backups of the production
slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<BackupItemInner> listSiteBackupsSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get backups of the production
slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<BackupItemInner> listSiteBackupsSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get backups of the production
slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<FunctionSecretsInner>> listSyncFunctionTriggersSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<FunctionSecretsInner> listSyncFunctionTriggersSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.FunctionSecretsInner listSyncFunctionTriggersSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<FunctionSecretsInner> listSyncFunctionTriggersSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<MigrateMySqlStatusInner>> getMigrateMySqlStatusSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<MigrateMySqlStatusInner> getMigrateMySqlStatusSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.MigrateMySqlStatusInner getMigrateMySqlStatusSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<MigrateMySqlStatusInner> getMigrateMySqlStatusSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of the deployment slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SwiftVirtualNetworkInner>> getSwiftVirtualNetworkConnectionSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get a gateway for the
production slot's Virtual Network.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SwiftVirtualNetworkInner> getSwiftVirtualNetworkConnectionSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get a gateway for the
production slot's Virtual Network.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SwiftVirtualNetworkInner getSwiftVirtualNetworkConnectionSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get a gateway for the
production slot's Virtual Network.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SwiftVirtualNetworkInner> getSwiftVirtualNetworkConnectionSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get a gateway for the
production slot's Virtual Network.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteSwiftVirtualNetworkSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will delete the connection for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteSwiftVirtualNetworkSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will delete the connection for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteSwiftVirtualNetworkSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will delete the connection for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteSwiftVirtualNetworkSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will delete the connection for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<NetworkFeaturesInner>> listNetworkFeaturesSlotWithResponseAsync(String resourceGroupName, String name, String view, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.view - The type of view. Only "summary" is supported at this time.slot - Name of the deployment slot. If a slot is not specified, the API will get network features for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<NetworkFeaturesInner> listNetworkFeaturesSlotAsync(String resourceGroupName, String name, String view, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.view - The type of view. Only "summary" is supported at this time.slot - Name of the deployment slot. If a slot is not specified, the API will get network features for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.NetworkFeaturesInner listNetworkFeaturesSlot(String resourceGroupName, String name, String view, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.view - The type of view. Only "summary" is supported at this time.slot - Name of the deployment slot. If a slot is not specified, the API will get network features for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<NetworkFeaturesInner> listNetworkFeaturesSlotWithResponse(String resourceGroupName, String name, String view, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.view - The type of view. Only "summary" is supported at this time.slot - Name of the deployment slot. If a slot is not specified, the API will get network features for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Object>> getNetworkTraceOperationSlotWithResponseAsync(String resourceGroupName, String name, String operationId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.slot - Name of the deployment slot. If a slot is not specified, the API will get an operation for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Object> getNetworkTraceOperationSlotAsync(String resourceGroupName, String name, String operationId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.slot - Name of the deployment slot. If a slot is not specified, the API will get an operation for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Object getNetworkTraceOperationSlot(String resourceGroupName, String name, String operationId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.slot - Name of the deployment slot. If a slot is not specified, the API will get an operation for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Object> getNetworkTraceOperationSlotWithResponse(String resourceGroupName, String name, String operationId, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.slot - Name of the deployment slot. If a slot is not specified, the API will get an operation for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<String>> startWebSiteNetworkTraceSlotWithResponseAsync(String resourceGroupName, String name, String slot, Integer durationInSeconds, Integer maxFrameLength, String sasUrl)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<String> startWebSiteNetworkTraceSlotAsync(String resourceGroupName, String name, String slot, Integer durationInSeconds, Integer maxFrameLength, String sasUrl)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<String> startWebSiteNetworkTraceSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.String startWebSiteNetworkTraceSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<String> startWebSiteNetworkTraceSlotWithResponse(String resourceGroupName, String name, String slot, Integer durationInSeconds, Integer maxFrameLength, String sasUrl, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> startWebSiteNetworkTraceOperationSlotWithResponseAsync(String resourceGroupName, String name, String slot, Integer durationInSeconds, Integer maxFrameLength, String sasUrl)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Object>,Object> beginStartWebSiteNetworkTraceOperationSlotAsync(String resourceGroupName, String name, String slot, Integer durationInSeconds, Integer maxFrameLength, String sasUrl)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Object>,Object> beginStartWebSiteNetworkTraceOperationSlot(String resourceGroupName, String name, String slot, Integer durationInSeconds, Integer maxFrameLength, String sasUrl)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Object>,Object> beginStartWebSiteNetworkTraceOperationSlot(String resourceGroupName, String name, String slot, Integer durationInSeconds, Integer maxFrameLength, String sasUrl, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Object> startWebSiteNetworkTraceOperationSlotAsync(String resourceGroupName, String name, String slot, Integer durationInSeconds, Integer maxFrameLength, String sasUrl)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Object> startWebSiteNetworkTraceOperationSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Object startWebSiteNetworkTraceOperationSlot(String resourceGroupName, String name, String slot, Integer durationInSeconds, Integer maxFrameLength, String sasUrl)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Object startWebSiteNetworkTraceOperationSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Object startWebSiteNetworkTraceOperationSlot(String resourceGroupName, String name, String slot, Integer durationInSeconds, Integer maxFrameLength, String sasUrl, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> stopWebSiteNetworkTraceSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> stopWebSiteNetworkTraceSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void stopWebSiteNetworkTraceSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> stopWebSiteNetworkTraceSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<List<NetworkTraceInner>>> getNetworkTracesSlotWithResponseAsync(String resourceGroupName, String name, String operationId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.slot - Name of the deployment slot. If a slot is not specified, the API will get an operation for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<List<NetworkTraceInner>> getNetworkTracesSlotAsync(String resourceGroupName, String name, String operationId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.slot - Name of the deployment slot. If a slot is not specified, the API will get an operation for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.List<NetworkTraceInner> getNetworkTracesSlot(String resourceGroupName, String name, String operationId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.slot - Name of the deployment slot. If a slot is not specified, the API will get an operation for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<List<NetworkTraceInner>> getNetworkTracesSlotWithResponse(String resourceGroupName, String name, String operationId, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.slot - Name of the deployment slot. If a slot is not specified, the API will get an operation for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Object>> getNetworkTraceOperationSlotV2WithResponseAsync(String resourceGroupName, String name, String operationId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.slot - Name of the deployment slot. If a slot is not specified, the API will get an operation for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Object> getNetworkTraceOperationSlotV2Async(String resourceGroupName, String name, String operationId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.slot - Name of the deployment slot. If a slot is not specified, the API will get an operation for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Object getNetworkTraceOperationSlotV2(String resourceGroupName, String name, String operationId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.slot - Name of the deployment slot. If a slot is not specified, the API will get an operation for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Object> getNetworkTraceOperationSlotV2WithResponse(String resourceGroupName, String name, String operationId, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.slot - Name of the deployment slot. If a slot is not specified, the API will get an operation for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<List<NetworkTraceInner>>> getNetworkTracesSlotV2WithResponseAsync(String resourceGroupName, String name, String operationId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.slot - Name of the deployment slot. If a slot is not specified, the API will get an operation for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<List<NetworkTraceInner>> getNetworkTracesSlotV2Async(String resourceGroupName, String name, String operationId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.slot - Name of the deployment slot. If a slot is not specified, the API will get an operation for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.List<NetworkTraceInner> getNetworkTracesSlotV2(String resourceGroupName, String name, String operationId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.slot - Name of the deployment slot. If a slot is not specified, the API will get an operation for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<List<NetworkTraceInner>> getNetworkTracesSlotV2WithResponse(String resourceGroupName, String name, String operationId, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.operationId - GUID of the operation.slot - Name of the deployment slot. If a slot is not specified, the API will get an operation for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> generateNewSitePublishingPasswordSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API generate a new publishing password
for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> generateNewSitePublishingPasswordSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API generate a new publishing password
for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void generateNewSitePublishingPasswordSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API generate a new publishing password
for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> generateNewSitePublishingPasswordSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API generate a new publishing password
for the production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<PerfMonResponseInner> listPerfMonCountersSlotAsync(String resourceGroupName, String name, String slot, String filter)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.filter - Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example:
$filter=(startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq
duration'[Hour|Minute|Day]'.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<PerfMonResponseInner> listPerfMonCountersSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PerfMonResponseInner> listPerfMonCountersSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PerfMonResponseInner> listPerfMonCountersSlot(String resourceGroupName, String name, String slot, String filter, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.filter - Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example:
$filter=(startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq
duration'[Hour|Minute|Day]'.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SitePhpErrorLogFlagInner>> getSitePhpErrorLogFlagSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SitePhpErrorLogFlagInner> getSitePhpErrorLogFlagSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SitePhpErrorLogFlagInner getSitePhpErrorLogFlagSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SitePhpErrorLogFlagInner> getSitePhpErrorLogFlagSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PremierAddOnInner>> listPremierAddOnsSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the premier add-ons for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PremierAddOnInner> listPremierAddOnsSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the premier add-ons for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PremierAddOnInner listPremierAddOnsSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the premier add-ons for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PremierAddOnInner> listPremierAddOnsSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the premier add-ons for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PremierAddOnInner>> getPremierAddOnSlotWithResponseAsync(String resourceGroupName, String name, String premierAddOnName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.slot - Name of the deployment slot. If a slot is not specified, the API will get the named add-on for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PremierAddOnInner> getPremierAddOnSlotAsync(String resourceGroupName, String name, String premierAddOnName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.slot - Name of the deployment slot. If a slot is not specified, the API will get the named add-on for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PremierAddOnInner getPremierAddOnSlot(String resourceGroupName, String name, String premierAddOnName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.slot - Name of the deployment slot. If a slot is not specified, the API will get the named add-on for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PremierAddOnInner> getPremierAddOnSlotWithResponse(String resourceGroupName, String name, String premierAddOnName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.slot - Name of the deployment slot. If a slot is not specified, the API will get the named add-on for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PremierAddOnInner>> addPremierAddOnSlotWithResponseAsync(String resourceGroupName, String name, String premierAddOnName, String slot, PremierAddOnInner premierAddOn)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.slot - Name of the deployment slot. If a slot is not specified, the API will update the named add-on for the
production slot.premierAddOn - A JSON representation of the edited premier add-on.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PremierAddOnInner> addPremierAddOnSlotAsync(String resourceGroupName, String name, String premierAddOnName, String slot, PremierAddOnInner premierAddOn)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.slot - Name of the deployment slot. If a slot is not specified, the API will update the named add-on for the
production slot.premierAddOn - A JSON representation of the edited premier add-on.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PremierAddOnInner addPremierAddOnSlot(String resourceGroupName, String name, String premierAddOnName, String slot, PremierAddOnInner premierAddOn)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.slot - Name of the deployment slot. If a slot is not specified, the API will update the named add-on for the
production slot.premierAddOn - A JSON representation of the edited premier add-on.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PremierAddOnInner> addPremierAddOnSlotWithResponse(String resourceGroupName, String name, String premierAddOnName, String slot, PremierAddOnInner premierAddOn, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.slot - Name of the deployment slot. If a slot is not specified, the API will update the named add-on for the
production slot.premierAddOn - A JSON representation of the edited premier add-on.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deletePremierAddOnSlotWithResponseAsync(String resourceGroupName, String name, String premierAddOnName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.slot - Name of the deployment slot. If a slot is not specified, the API will delete the named add-on for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deletePremierAddOnSlotAsync(String resourceGroupName, String name, String premierAddOnName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.slot - Name of the deployment slot. If a slot is not specified, the API will delete the named add-on for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deletePremierAddOnSlot(String resourceGroupName, String name, String premierAddOnName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.slot - Name of the deployment slot. If a slot is not specified, the API will delete the named add-on for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deletePremierAddOnSlotWithResponse(String resourceGroupName, String name, String premierAddOnName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.slot - Name of the deployment slot. If a slot is not specified, the API will delete the named add-on for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PremierAddOnInner>> updatePremierAddOnSlotWithResponseAsync(String resourceGroupName, String name, String premierAddOnName, String slot, PremierAddOnPatchResource premierAddOn)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.slot - Name of the deployment slot. If a slot is not specified, the API will update the named add-on for the
production slot.premierAddOn - A JSON representation of the edited premier add-on.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PremierAddOnInner> updatePremierAddOnSlotAsync(String resourceGroupName, String name, String premierAddOnName, String slot, PremierAddOnPatchResource premierAddOn)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.slot - Name of the deployment slot. If a slot is not specified, the API will update the named add-on for the
production slot.premierAddOn - A JSON representation of the edited premier add-on.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PremierAddOnInner updatePremierAddOnSlot(String resourceGroupName, String name, String premierAddOnName, String slot, PremierAddOnPatchResource premierAddOn)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.slot - Name of the deployment slot. If a slot is not specified, the API will update the named add-on for the
production slot.premierAddOn - A JSON representation of the edited premier add-on.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PremierAddOnInner> updatePremierAddOnSlotWithResponse(String resourceGroupName, String name, String premierAddOnName, String slot, PremierAddOnPatchResource premierAddOn, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.premierAddOnName - Add-on name.slot - Name of the deployment slot. If a slot is not specified, the API will update the named add-on for the
production slot.premierAddOn - A JSON representation of the edited premier add-on.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PrivateAccessInner>> getPrivateAccessSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PrivateAccessInner> getPrivateAccessSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PrivateAccessInner getPrivateAccessSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PrivateAccessInner> getPrivateAccessSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for the web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PrivateAccessInner>> putPrivateAccessVnetSlotWithResponseAsync(String resourceGroupName, String name, String slot, PrivateAccessInner access)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for the web app.access - The information for the private access.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PrivateAccessInner> putPrivateAccessVnetSlotAsync(String resourceGroupName, String name, String slot, PrivateAccessInner access)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for the web app.access - The information for the private access.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PrivateAccessInner putPrivateAccessVnetSlot(String resourceGroupName, String name, String slot, PrivateAccessInner access)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for the web app.access - The information for the private access.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PrivateAccessInner> putPrivateAccessVnetSlotWithResponse(String resourceGroupName, String name, String slot, PrivateAccessInner access, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for the web app.access - The information for the private access.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<RemotePrivateEndpointConnectionArmResourceInner> getPrivateEndpointConnectionListSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.slot - Name of the site deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<RemotePrivateEndpointConnectionArmResourceInner> getPrivateEndpointConnectionListSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.slot - Name of the site deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<RemotePrivateEndpointConnectionArmResourceInner> getPrivateEndpointConnectionListSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.slot - Name of the site deployment slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<RemotePrivateEndpointConnectionArmResourceInner>> getPrivateEndpointConnectionSlotWithResponseAsync(String resourceGroupName, String name, String privateEndpointConnectionName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - Name of the private endpoint connection.slot - Name of the site deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<RemotePrivateEndpointConnectionArmResourceInner> getPrivateEndpointConnectionSlotAsync(String resourceGroupName, String name, String privateEndpointConnectionName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - Name of the private endpoint connection.slot - Name of the site deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RemotePrivateEndpointConnectionArmResourceInner getPrivateEndpointConnectionSlot(String resourceGroupName, String name, String privateEndpointConnectionName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - Name of the private endpoint connection.slot - Name of the site deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<RemotePrivateEndpointConnectionArmResourceInner> getPrivateEndpointConnectionSlotWithResponse(String resourceGroupName, String name, String privateEndpointConnectionName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - Name of the private endpoint connection.slot - Name of the site deployment slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> approveOrRejectPrivateEndpointConnectionSlotWithResponseAsync(String resourceGroupName, String name, String privateEndpointConnectionName, String slot, PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.slot - The slot parameter.privateEndpointWrapper - Private Endpoint Connection Approval ARM resource.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RemotePrivateEndpointConnectionArmResourceInner>,RemotePrivateEndpointConnectionArmResourceInner> beginApproveOrRejectPrivateEndpointConnectionSlotAsync(String resourceGroupName, String name, String privateEndpointConnectionName, String slot, PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.slot - The slot parameter.privateEndpointWrapper - Private Endpoint Connection Approval ARM resource.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RemotePrivateEndpointConnectionArmResourceInner>,RemotePrivateEndpointConnectionArmResourceInner> beginApproveOrRejectPrivateEndpointConnectionSlot(String resourceGroupName, String name, String privateEndpointConnectionName, String slot, PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.slot - The slot parameter.privateEndpointWrapper - Private Endpoint Connection Approval ARM resource.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RemotePrivateEndpointConnectionArmResourceInner>,RemotePrivateEndpointConnectionArmResourceInner> beginApproveOrRejectPrivateEndpointConnectionSlot(String resourceGroupName, String name, String privateEndpointConnectionName, String slot, PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.slot - The slot parameter.privateEndpointWrapper - Private Endpoint Connection Approval ARM resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<RemotePrivateEndpointConnectionArmResourceInner> approveOrRejectPrivateEndpointConnectionSlotAsync(String resourceGroupName, String name, String privateEndpointConnectionName, String slot, PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.slot - The slot parameter.privateEndpointWrapper - Private Endpoint Connection Approval ARM resource.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RemotePrivateEndpointConnectionArmResourceInner approveOrRejectPrivateEndpointConnectionSlot(String resourceGroupName, String name, String privateEndpointConnectionName, String slot, PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.slot - The slot parameter.privateEndpointWrapper - Private Endpoint Connection Approval ARM resource.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RemotePrivateEndpointConnectionArmResourceInner approveOrRejectPrivateEndpointConnectionSlot(String resourceGroupName, String name, String privateEndpointConnectionName, String slot, PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.slot - The slot parameter.privateEndpointWrapper - Private Endpoint Connection Approval ARM resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deletePrivateEndpointConnectionSlotWithResponseAsync(String resourceGroupName, String name, String privateEndpointConnectionName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Object>,Object> beginDeletePrivateEndpointConnectionSlotAsync(String resourceGroupName, String name, String privateEndpointConnectionName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Object>,Object> beginDeletePrivateEndpointConnectionSlot(String resourceGroupName, String name, String privateEndpointConnectionName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Object>,Object> beginDeletePrivateEndpointConnectionSlot(String resourceGroupName, String name, String privateEndpointConnectionName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.slot - The slot parameter.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Object> deletePrivateEndpointConnectionSlotAsync(String resourceGroupName, String name, String privateEndpointConnectionName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Object deletePrivateEndpointConnectionSlot(String resourceGroupName, String name, String privateEndpointConnectionName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Object deletePrivateEndpointConnectionSlot(String resourceGroupName, String name, String privateEndpointConnectionName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.privateEndpointConnectionName - The privateEndpointConnectionName parameter.slot - The slot parameter.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PrivateLinkResourcesWrapperInner>> getPrivateLinkResourcesSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PrivateLinkResourcesWrapperInner> getPrivateLinkResourcesSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PrivateLinkResourcesWrapperInner getPrivateLinkResourcesSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.slot - The slot parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PrivateLinkResourcesWrapperInner> getPrivateLinkResourcesSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the site.slot - The slot parameter.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ProcessInfoInner> listProcessesSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProcessInfoInner> listProcessesSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProcessInfoInner> listProcessesSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ProcessInfoInner>> getProcessSlotWithResponseAsync(String resourceGroupName, String name, String processId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ProcessInfoInner> getProcessSlotAsync(String resourceGroupName, String name, String processId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ProcessInfoInner getProcessSlot(String resourceGroupName, String name, String processId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ProcessInfoInner> getProcessSlotWithResponse(String resourceGroupName, String name, String processId, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteProcessSlotWithResponseAsync(String resourceGroupName, String name, String processId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteProcessSlotAsync(String resourceGroupName, String name, String processId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteProcessSlot(String resourceGroupName, String name, String processId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteProcessSlotWithResponse(String resourceGroupName, String name, String processId, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.StreamResponse> getProcessDumpSlotWithResponseAsync(String resourceGroupName, String name, String processId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Flux<ByteBuffer> getProcessDumpSlotAsync(String resourceGroupName, String name, String processId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.InputStream getProcessDumpSlot(String resourceGroupName, String name, String processId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.StreamResponse getProcessDumpSlotWithResponse(String resourceGroupName, String name, String processId, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ProcessModuleInfoInner> listProcessModulesSlotAsync(String resourceGroupName, String name, String processId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProcessModuleInfoInner> listProcessModulesSlot(String resourceGroupName, String name, String processId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProcessModuleInfoInner> listProcessModulesSlot(String resourceGroupName, String name, String processId, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ProcessModuleInfoInner>> getProcessModuleSlotWithResponseAsync(String resourceGroupName, String name, String processId, String baseAddress, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.baseAddress - Module base address.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ProcessModuleInfoInner> getProcessModuleSlotAsync(String resourceGroupName, String name, String processId, String baseAddress, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.baseAddress - Module base address.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ProcessModuleInfoInner getProcessModuleSlot(String resourceGroupName, String name, String processId, String baseAddress, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.baseAddress - Module base address.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ProcessModuleInfoInner> getProcessModuleSlotWithResponse(String resourceGroupName, String name, String processId, String baseAddress, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.baseAddress - Module base address.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ProcessThreadInfoInner> listProcessThreadsSlotAsync(String resourceGroupName, String name, String processId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner> listProcessThreadsSlot(String resourceGroupName, String name, String processId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner> listProcessThreadsSlot(String resourceGroupName, String name, String processId, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.processId - PID.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<PublicCertificateInner> listPublicCertificatesSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API gets hostname bindings for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PublicCertificateInner> listPublicCertificatesSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API gets hostname bindings for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PublicCertificateInner> listPublicCertificatesSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API gets hostname bindings for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PublicCertificateInner>> getPublicCertificateSlotWithResponseAsync(String resourceGroupName, String name, String slot, String publicCertificateName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API the named binding for the production
slot.publicCertificateName - Public certificate name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PublicCertificateInner> getPublicCertificateSlotAsync(String resourceGroupName, String name, String slot, String publicCertificateName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API the named binding for the production
slot.publicCertificateName - Public certificate name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PublicCertificateInner getPublicCertificateSlot(String resourceGroupName, String name, String slot, String publicCertificateName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API the named binding for the production
slot.publicCertificateName - Public certificate name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PublicCertificateInner> getPublicCertificateSlotWithResponse(String resourceGroupName, String name, String slot, String publicCertificateName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API the named binding for the production
slot.publicCertificateName - Public certificate name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PublicCertificateInner>> createOrUpdatePublicCertificateSlotWithResponseAsync(String resourceGroupName, String name, String publicCertificateName, String slot, PublicCertificateInner publicCertificate)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.publicCertificateName - Public certificate name.slot - Name of the deployment slot. If a slot is not specified, the API will create a binding for the
production slot.publicCertificate - Public certificate details. This is the JSON representation of a PublicCertificate
object.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PublicCertificateInner> createOrUpdatePublicCertificateSlotAsync(String resourceGroupName, String name, String publicCertificateName, String slot, PublicCertificateInner publicCertificate)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.publicCertificateName - Public certificate name.slot - Name of the deployment slot. If a slot is not specified, the API will create a binding for the
production slot.publicCertificate - Public certificate details. This is the JSON representation of a PublicCertificate
object.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PublicCertificateInner createOrUpdatePublicCertificateSlot(String resourceGroupName, String name, String publicCertificateName, String slot, PublicCertificateInner publicCertificate)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.publicCertificateName - Public certificate name.slot - Name of the deployment slot. If a slot is not specified, the API will create a binding for the
production slot.publicCertificate - Public certificate details. This is the JSON representation of a PublicCertificate
object.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PublicCertificateInner> createOrUpdatePublicCertificateSlotWithResponse(String resourceGroupName, String name, String publicCertificateName, String slot, PublicCertificateInner publicCertificate, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.publicCertificateName - Public certificate name.slot - Name of the deployment slot. If a slot is not specified, the API will create a binding for the
production slot.publicCertificate - Public certificate details. This is the JSON representation of a PublicCertificate
object.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deletePublicCertificateSlotWithResponseAsync(String resourceGroupName, String name, String slot, String publicCertificateName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.publicCertificateName - Public certificate name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deletePublicCertificateSlotAsync(String resourceGroupName, String name, String slot, String publicCertificateName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.publicCertificateName - Public certificate name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deletePublicCertificateSlot(String resourceGroupName, String name, String slot, String publicCertificateName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.publicCertificateName - Public certificate name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deletePublicCertificateSlotWithResponse(String resourceGroupName, String name, String slot, String publicCertificateName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will delete the binding for the
production slot.publicCertificateName - Public certificate name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.StreamResponse> listPublishingProfileXmlWithSecretsSlotWithResponseAsync(String resourceGroupName, String name, String slot, CsmPublishingProfileOptions publishingProfileOptions)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the publishing profile for
the production slot.publishingProfileOptions - Specifies publishingProfileOptions for publishing profile. For example, use
{"format": "FileZilla3"} to get a FileZilla publishing profile.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Flux<ByteBuffer> listPublishingProfileXmlWithSecretsSlotAsync(String resourceGroupName, String name, String slot, CsmPublishingProfileOptions publishingProfileOptions)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the publishing profile for
the production slot.publishingProfileOptions - Specifies publishingProfileOptions for publishing profile. For example, use
{"format": "FileZilla3"} to get a FileZilla publishing profile.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.InputStream listPublishingProfileXmlWithSecretsSlot(String resourceGroupName, String name, String slot, CsmPublishingProfileOptions publishingProfileOptions)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the publishing profile for
the production slot.publishingProfileOptions - Specifies publishingProfileOptions for publishing profile. For example, use
{"format": "FileZilla3"} to get a FileZilla publishing profile.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.StreamResponse listPublishingProfileXmlWithSecretsSlotWithResponse(String resourceGroupName, String name, String slot, CsmPublishingProfileOptions publishingProfileOptions, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the publishing profile for
the production slot.publishingProfileOptions - Specifies publishingProfileOptions for publishing profile. For example, use
{"format": "FileZilla3"} to get a FileZilla publishing profile.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> resetSlotConfigurationSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API resets configuration settings for
the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> resetSlotConfigurationSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API resets configuration settings for
the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void resetSlotConfigurationSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API resets configuration settings for
the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> resetSlotConfigurationSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API resets configuration settings for
the production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> restartSlotWithResponseAsync(String resourceGroupName, String name, String slot, Boolean softRestart, Boolean synchronous)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will restart the production slot.softRestart - Specify true to apply the configuration settings and restarts the app only if necessary. By
default, the API always restarts and reprovisions the app.synchronous - Specify true to block until the app is restarted. By default, it is set to false, and the API
responds immediately (asynchronous).IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> restartSlotAsync(String resourceGroupName, String name, String slot, Boolean softRestart, Boolean synchronous)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will restart the production slot.softRestart - Specify true to apply the configuration settings and restarts the app only if necessary. By
default, the API always restarts and reprovisions the app.synchronous - Specify true to block until the app is restarted. By default, it is set to false, and the API
responds immediately (asynchronous).IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> restartSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will restart the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void restartSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will restart the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> restartSlotWithResponse(String resourceGroupName, String name, String slot, Boolean softRestart, Boolean synchronous, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will restart the production slot.softRestart - Specify true to apply the configuration settings and restarts the app only if necessary. By
default, the API always restarts and reprovisions the app.synchronous - Specify true to block until the app is restarted. By default, it is set to false, and the API
responds immediately (asynchronous).context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> restoreFromBackupBlobSlotWithResponseAsync(String resourceGroupName, String name, String slot, RestoreRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will restore a backup of the
production slot.request - Information on restore request .IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginRestoreFromBackupBlobSlotAsync(String resourceGroupName, String name, String slot, RestoreRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will restore a backup of the
production slot.request - Information on restore request .IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginRestoreFromBackupBlobSlot(String resourceGroupName, String name, String slot, RestoreRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will restore a backup of the
production slot.request - Information on restore request .IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginRestoreFromBackupBlobSlot(String resourceGroupName, String name, String slot, RestoreRequestInner request, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will restore a backup of the
production slot.request - Information on restore request .context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> restoreFromBackupBlobSlotAsync(String resourceGroupName, String name, String slot, RestoreRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will restore a backup of the
production slot.request - Information on restore request .IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void restoreFromBackupBlobSlot(String resourceGroupName, String name, String slot, RestoreRequestInner request)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will restore a backup of the
production slot.request - Information on restore request .IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void restoreFromBackupBlobSlot(String resourceGroupName, String name, String slot, RestoreRequestInner request, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will restore a backup of the
production slot.request - Information on restore request .context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> restoreFromDeletedAppSlotWithResponseAsync(String resourceGroupName, String name, String slot, DeletedAppRestoreRequest restoreRequest)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.restoreRequest - Deleted web app restore information.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginRestoreFromDeletedAppSlotAsync(String resourceGroupName, String name, String slot, DeletedAppRestoreRequest restoreRequest)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.restoreRequest - Deleted web app restore information.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginRestoreFromDeletedAppSlot(String resourceGroupName, String name, String slot, DeletedAppRestoreRequest restoreRequest)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.restoreRequest - Deleted web app restore information.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginRestoreFromDeletedAppSlot(String resourceGroupName, String name, String slot, DeletedAppRestoreRequest restoreRequest, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.restoreRequest - Deleted web app restore information.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> restoreFromDeletedAppSlotAsync(String resourceGroupName, String name, String slot, DeletedAppRestoreRequest restoreRequest)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.restoreRequest - Deleted web app restore information.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void restoreFromDeletedAppSlot(String resourceGroupName, String name, String slot, DeletedAppRestoreRequest restoreRequest)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.restoreRequest - Deleted web app restore information.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void restoreFromDeletedAppSlot(String resourceGroupName, String name, String slot, DeletedAppRestoreRequest restoreRequest, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.restoreRequest - Deleted web app restore information.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> restoreSnapshotSlotWithResponseAsync(String resourceGroupName, String name, String slot, SnapshotRestoreRequest restoreRequest)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.restoreRequest - Snapshot restore settings. Snapshot information can be obtained by calling GetDeletedSites
or GetSiteSnapshots API.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginRestoreSnapshotSlotAsync(String resourceGroupName, String name, String slot, SnapshotRestoreRequest restoreRequest)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.restoreRequest - Snapshot restore settings. Snapshot information can be obtained by calling GetDeletedSites
or GetSiteSnapshots API.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginRestoreSnapshotSlot(String resourceGroupName, String name, String slot, SnapshotRestoreRequest restoreRequest)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.restoreRequest - Snapshot restore settings. Snapshot information can be obtained by calling GetDeletedSites
or GetSiteSnapshots API.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginRestoreSnapshotSlot(String resourceGroupName, String name, String slot, SnapshotRestoreRequest restoreRequest, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.restoreRequest - Snapshot restore settings. Snapshot information can be obtained by calling GetDeletedSites
or GetSiteSnapshots API.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> restoreSnapshotSlotAsync(String resourceGroupName, String name, String slot, SnapshotRestoreRequest restoreRequest)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.restoreRequest - Snapshot restore settings. Snapshot information can be obtained by calling GetDeletedSites
or GetSiteSnapshots API.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void restoreSnapshotSlot(String resourceGroupName, String name, String slot, SnapshotRestoreRequest restoreRequest)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.restoreRequest - Snapshot restore settings. Snapshot information can be obtained by calling GetDeletedSites
or GetSiteSnapshots API.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void restoreSnapshotSlot(String resourceGroupName, String name, String slot, SnapshotRestoreRequest restoreRequest, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.restoreRequest - Snapshot restore settings. Snapshot information can be obtained by calling GetDeletedSites
or GetSiteSnapshots API.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SiteExtensionInfoInner> listSiteExtensionsSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SiteExtensionInfoInner> listSiteExtensionsSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SiteExtensionInfoInner> listSiteExtensionsSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteExtensionInfoInner>> getSiteExtensionSlotWithResponseAsync(String resourceGroupName, String name, String siteExtensionId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteExtensionInfoInner> getSiteExtensionSlotAsync(String resourceGroupName, String name, String siteExtensionId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteExtensionInfoInner getSiteExtensionSlot(String resourceGroupName, String name, String siteExtensionId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteExtensionInfoInner> getSiteExtensionSlotWithResponse(String resourceGroupName, String name, String siteExtensionId, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> installSiteExtensionSlotWithResponseAsync(String resourceGroupName, String name, String siteExtensionId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SiteExtensionInfoInner>,SiteExtensionInfoInner> beginInstallSiteExtensionSlotAsync(String resourceGroupName, String name, String siteExtensionId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteExtensionInfoInner>,SiteExtensionInfoInner> beginInstallSiteExtensionSlot(String resourceGroupName, String name, String siteExtensionId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteExtensionInfoInner>,SiteExtensionInfoInner> beginInstallSiteExtensionSlot(String resourceGroupName, String name, String siteExtensionId, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteExtensionInfoInner> installSiteExtensionSlotAsync(String resourceGroupName, String name, String siteExtensionId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteExtensionInfoInner installSiteExtensionSlot(String resourceGroupName, String name, String siteExtensionId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteExtensionInfoInner installSiteExtensionSlot(String resourceGroupName, String name, String siteExtensionId, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteSiteExtensionSlotWithResponseAsync(String resourceGroupName, String name, String siteExtensionId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteSiteExtensionSlotAsync(String resourceGroupName, String name, String siteExtensionId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteSiteExtensionSlot(String resourceGroupName, String name, String siteExtensionId, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteSiteExtensionSlotWithResponse(String resourceGroupName, String name, String siteExtensionId, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.siteExtensionId - Site extension name.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SlotDifferenceInner> listSlotDifferencesSlotAsync(String resourceGroupName, String name, String slot, CsmSlotEntity slotSwapEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the source slot. If a slot is not specified, the production slot is used as the source slot.slotSwapEntity - JSON object that contains the target slot name. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SlotDifferenceInner> listSlotDifferencesSlot(String resourceGroupName, String name, String slot, CsmSlotEntity slotSwapEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the source slot. If a slot is not specified, the production slot is used as the source slot.slotSwapEntity - JSON object that contains the target slot name. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SlotDifferenceInner> listSlotDifferencesSlot(String resourceGroupName, String name, String slot, CsmSlotEntity slotSwapEntity, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the source slot. If a slot is not specified, the production slot is used as the source slot.slotSwapEntity - JSON object that contains the target slot name. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> swapSlotWithResponseAsync(String resourceGroupName, String name, String slot, CsmSlotEntity slotSwapEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the source slot. If a slot is not specified, the production slot is used as the source slot.slotSwapEntity - JSON object that contains the target slot name. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginSwapSlotAsync(String resourceGroupName, String name, String slot, CsmSlotEntity slotSwapEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the source slot. If a slot is not specified, the production slot is used as the source slot.slotSwapEntity - JSON object that contains the target slot name. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginSwapSlot(String resourceGroupName, String name, String slot, CsmSlotEntity slotSwapEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the source slot. If a slot is not specified, the production slot is used as the source slot.slotSwapEntity - JSON object that contains the target slot name. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginSwapSlot(String resourceGroupName, String name, String slot, CsmSlotEntity slotSwapEntity, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the source slot. If a slot is not specified, the production slot is used as the source slot.slotSwapEntity - JSON object that contains the target slot name. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> swapSlotAsync(String resourceGroupName, String name, String slot, CsmSlotEntity slotSwapEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the source slot. If a slot is not specified, the production slot is used as the source slot.slotSwapEntity - JSON object that contains the target slot name. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void swapSlot(String resourceGroupName, String name, String slot, CsmSlotEntity slotSwapEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the source slot. If a slot is not specified, the production slot is used as the source slot.slotSwapEntity - JSON object that contains the target slot name. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void swapSlot(String resourceGroupName, String name, String slot, CsmSlotEntity slotSwapEntity, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the source slot. If a slot is not specified, the production slot is used as the source slot.slotSwapEntity - JSON object that contains the target slot name. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SnapshotInner> listSnapshotsSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Website Name.slot - Website Slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SnapshotInner> listSnapshotsSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Website Name.slot - Website Slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SnapshotInner> listSnapshotsSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Website Name.slot - Website Slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SnapshotInner> listSnapshotsFromDRSecondarySlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Website Name.slot - Website Slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SnapshotInner> listSnapshotsFromDRSecondarySlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Website Name.slot - Website Slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SnapshotInner> listSnapshotsFromDRSecondarySlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Website Name.slot - Website Slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteSourceControlInner>> getSourceControlSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the source control
configuration for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteSourceControlInner> getSourceControlSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the source control
configuration for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteSourceControlInner getSourceControlSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the source control
configuration for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteSourceControlInner> getSourceControlSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get the source control
configuration for the production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateSourceControlSlotWithResponseAsync(String resourceGroupName, String name, String slot, SiteSourceControlInner siteSourceControl)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the source control
configuration for the production slot.siteSourceControl - JSON representation of a SiteSourceControl object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SiteSourceControlInner>,SiteSourceControlInner> beginCreateOrUpdateSourceControlSlotAsync(String resourceGroupName, String name, String slot, SiteSourceControlInner siteSourceControl)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the source control
configuration for the production slot.siteSourceControl - JSON representation of a SiteSourceControl object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteSourceControlInner>,SiteSourceControlInner> beginCreateOrUpdateSourceControlSlot(String resourceGroupName, String name, String slot, SiteSourceControlInner siteSourceControl)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the source control
configuration for the production slot.siteSourceControl - JSON representation of a SiteSourceControl object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteSourceControlInner>,SiteSourceControlInner> beginCreateOrUpdateSourceControlSlot(String resourceGroupName, String name, String slot, SiteSourceControlInner siteSourceControl, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the source control
configuration for the production slot.siteSourceControl - JSON representation of a SiteSourceControl object. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteSourceControlInner> createOrUpdateSourceControlSlotAsync(String resourceGroupName, String name, String slot, SiteSourceControlInner siteSourceControl)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the source control
configuration for the production slot.siteSourceControl - JSON representation of a SiteSourceControl object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteSourceControlInner createOrUpdateSourceControlSlot(String resourceGroupName, String name, String slot, SiteSourceControlInner siteSourceControl)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the source control
configuration for the production slot.siteSourceControl - JSON representation of a SiteSourceControl object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteSourceControlInner createOrUpdateSourceControlSlot(String resourceGroupName, String name, String slot, SiteSourceControlInner siteSourceControl, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the source control
configuration for the production slot.siteSourceControl - JSON representation of a SiteSourceControl object. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteSourceControlSlotWithResponseAsync(String resourceGroupName, String name, String slot, String additionalFlags)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will delete the source control
configuration for the production slot.additionalFlags - The additionalFlags parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteSourceControlSlotAsync(String resourceGroupName, String name, String slot, String additionalFlags)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will delete the source control
configuration for the production slot.additionalFlags - The additionalFlags parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteSourceControlSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will delete the source control
configuration for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteSourceControlSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will delete the source control
configuration for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteSourceControlSlotWithResponse(String resourceGroupName, String name, String slot, String additionalFlags, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will delete the source control
configuration for the production slot.additionalFlags - The additionalFlags parameter.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteSourceControlInner>> updateSourceControlSlotWithResponseAsync(String resourceGroupName, String name, String slot, SiteSourceControlInner siteSourceControl)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the source control
configuration for the production slot.siteSourceControl - JSON representation of a SiteSourceControl object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteSourceControlInner> updateSourceControlSlotAsync(String resourceGroupName, String name, String slot, SiteSourceControlInner siteSourceControl)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the source control
configuration for the production slot.siteSourceControl - JSON representation of a SiteSourceControl object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteSourceControlInner updateSourceControlSlot(String resourceGroupName, String name, String slot, SiteSourceControlInner siteSourceControl)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the source control
configuration for the production slot.siteSourceControl - JSON representation of a SiteSourceControl object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteSourceControlInner> updateSourceControlSlotWithResponse(String resourceGroupName, String name, String slot, SiteSourceControlInner siteSourceControl, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will update the source control
configuration for the production slot.siteSourceControl - JSON representation of a SiteSourceControl object. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> startSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will start the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> startSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will start the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void startSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will start the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> startSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will start the production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> startNetworkTraceSlotWithResponseAsync(String resourceGroupName, String name, String slot, Integer durationInSeconds, Integer maxFrameLength, String sasUrl)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Object>,Object> beginStartNetworkTraceSlotAsync(String resourceGroupName, String name, String slot, Integer durationInSeconds, Integer maxFrameLength, String sasUrl)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Object>,Object> beginStartNetworkTraceSlot(String resourceGroupName, String name, String slot, Integer durationInSeconds, Integer maxFrameLength, String sasUrl)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Object>,Object> beginStartNetworkTraceSlot(String resourceGroupName, String name, String slot, Integer durationInSeconds, Integer maxFrameLength, String sasUrl, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Object> startNetworkTraceSlotAsync(String resourceGroupName, String name, String slot, Integer durationInSeconds, Integer maxFrameLength, String sasUrl)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Object> startNetworkTraceSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Object startNetworkTraceSlot(String resourceGroupName, String name, String slot, Integer durationInSeconds, Integer maxFrameLength, String sasUrl)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Object startNetworkTraceSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Object startNetworkTraceSlot(String resourceGroupName, String name, String slot, Integer durationInSeconds, Integer maxFrameLength, String sasUrl, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> stopSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will stop the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> stopSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will stop the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void stopSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will stop the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> stopSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will stop the production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> stopNetworkTraceSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> stopNetworkTraceSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void stopNetworkTraceSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> stopNetworkTraceSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.slot - The name of the slot for this web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> syncRepositorySlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> syncRepositorySlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void syncRepositorySlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> syncRepositorySlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.slot - Name of web app slot. If not specified then will default to production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> syncFunctionTriggersSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> syncFunctionTriggersSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void syncFunctionTriggersSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> syncFunctionTriggersSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<TriggeredWebJobInner> listTriggeredWebJobsSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<TriggeredWebJobInner> listTriggeredWebJobsSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<TriggeredWebJobInner> listTriggeredWebJobsSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.slot - Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<TriggeredWebJobInner>> getTriggeredWebJobSlotWithResponseAsync(String resourceGroupName, String name, String webJobName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<TriggeredWebJobInner> getTriggeredWebJobSlotAsync(String resourceGroupName, String name, String webJobName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.TriggeredWebJobInner getTriggeredWebJobSlot(String resourceGroupName, String name, String webJobName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<TriggeredWebJobInner> getTriggeredWebJobSlotWithResponse(String resourceGroupName, String name, String webJobName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteTriggeredWebJobSlotWithResponseAsync(String resourceGroupName, String name, String webJobName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API deletes web job for the production
slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteTriggeredWebJobSlotAsync(String resourceGroupName, String name, String webJobName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API deletes web job for the production
slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteTriggeredWebJobSlot(String resourceGroupName, String name, String webJobName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API deletes web job for the production
slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteTriggeredWebJobSlotWithResponse(String resourceGroupName, String name, String webJobName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API deletes web job for the production
slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<TriggeredJobHistoryInner> listTriggeredWebJobHistorySlotAsync(String resourceGroupName, String name, String webJobName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<TriggeredJobHistoryInner> listTriggeredWebJobHistorySlot(String resourceGroupName, String name, String webJobName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<TriggeredJobHistoryInner> listTriggeredWebJobHistorySlot(String resourceGroupName, String name, String webJobName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<TriggeredJobHistoryInner>> getTriggeredWebJobHistorySlotWithResponseAsync(String resourceGroupName, String name, String webJobName, String id, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.id - History ID.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<TriggeredJobHistoryInner> getTriggeredWebJobHistorySlotAsync(String resourceGroupName, String name, String webJobName, String id, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.id - History ID.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.TriggeredJobHistoryInner getTriggeredWebJobHistorySlot(String resourceGroupName, String name, String webJobName, String id, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.id - History ID.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<TriggeredJobHistoryInner> getTriggeredWebJobHistorySlotWithResponse(String resourceGroupName, String name, String webJobName, String id, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.id - History ID.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> runTriggeredWebJobSlotWithResponseAsync(String resourceGroupName, String name, String webJobName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> runTriggeredWebJobSlotAsync(String resourceGroupName, String name, String webJobName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void runTriggeredWebJobSlot(String resourceGroupName, String name, String webJobName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> runTriggeredWebJobSlotWithResponse(String resourceGroupName, String name, String webJobName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.slot - Name of the deployment slot. If a slot is not specified, the API uses the production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<CsmUsageQuotaInner> listUsagesSlotAsync(String resourceGroupName, String name, String slot, String filter)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get quota information of the
production slot.filter - Return only information specified in the filter (using OData syntax). For example:
$filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and
endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<CsmUsageQuotaInner> listUsagesSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get quota information of the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<CsmUsageQuotaInner> listUsagesSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get quota information of the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<CsmUsageQuotaInner> listUsagesSlot(String resourceGroupName, String name, String slot, String filter, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get quota information of the
production slot.filter - Return only information specified in the filter (using OData syntax). For example:
$filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and
endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<List<VnetInfoInner>>> listVnetConnectionsSlotWithResponseAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get virtual network connections
for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<List<VnetInfoInner>> listVnetConnectionsSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get virtual network connections
for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.List<VnetInfoInner> listVnetConnectionsSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get virtual network connections
for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<List<VnetInfoInner>> listVnetConnectionsSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slot - Name of the deployment slot. If a slot is not specified, the API will get virtual network connections
for the production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<VnetInfoInner>> getVnetConnectionSlotWithResponseAsync(String resourceGroupName, String name, String vnetName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the virtual network.slot - Name of the deployment slot. If a slot is not specified, the API will get the named virtual network
for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VnetInfoInner> getVnetConnectionSlotAsync(String resourceGroupName, String name, String vnetName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the virtual network.slot - Name of the deployment slot. If a slot is not specified, the API will get the named virtual network
for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VnetInfoInner getVnetConnectionSlot(String resourceGroupName, String name, String vnetName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the virtual network.slot - Name of the deployment slot. If a slot is not specified, the API will get the named virtual network
for the production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<VnetInfoInner> getVnetConnectionSlotWithResponse(String resourceGroupName, String name, String vnetName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the virtual network.slot - Name of the deployment slot. If a slot is not specified, the API will get the named virtual network
for the production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<VnetInfoInner>> createOrUpdateVnetConnectionSlotWithResponseAsync(String resourceGroupName, String name, String vnetName, String slot, VnetInfoInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of an existing Virtual Network.slot - Name of the deployment slot. If a slot is not specified, the API will add or update connections for
the production slot.connectionEnvelope - Properties of the Virtual Network connection. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VnetInfoInner> createOrUpdateVnetConnectionSlotAsync(String resourceGroupName, String name, String vnetName, String slot, VnetInfoInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of an existing Virtual Network.slot - Name of the deployment slot. If a slot is not specified, the API will add or update connections for
the production slot.connectionEnvelope - Properties of the Virtual Network connection. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VnetInfoInner createOrUpdateVnetConnectionSlot(String resourceGroupName, String name, String vnetName, String slot, VnetInfoInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of an existing Virtual Network.slot - Name of the deployment slot. If a slot is not specified, the API will add or update connections for
the production slot.connectionEnvelope - Properties of the Virtual Network connection. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<VnetInfoInner> createOrUpdateVnetConnectionSlotWithResponse(String resourceGroupName, String name, String vnetName, String slot, VnetInfoInner connectionEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of an existing Virtual Network.slot - Name of the deployment slot. If a slot is not specified, the API will add or update connections for
the production slot.connectionEnvelope - Properties of the Virtual Network connection. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteVnetConnectionSlotWithResponseAsync(String resourceGroupName, String name, String vnetName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the virtual network.slot - Name of the deployment slot. If a slot is not specified, the API will delete the connection for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteVnetConnectionSlotAsync(String resourceGroupName, String name, String vnetName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the virtual network.slot - Name of the deployment slot. If a slot is not specified, the API will delete the connection for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteVnetConnectionSlot(String resourceGroupName, String name, String vnetName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the virtual network.slot - Name of the deployment slot. If a slot is not specified, the API will delete the connection for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteVnetConnectionSlotWithResponse(String resourceGroupName, String name, String vnetName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the virtual network.slot - Name of the deployment slot. If a slot is not specified, the API will delete the connection for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<VnetInfoInner>> updateVnetConnectionSlotWithResponseAsync(String resourceGroupName, String name, String vnetName, String slot, VnetInfoInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of an existing Virtual Network.slot - Name of the deployment slot. If a slot is not specified, the API will add or update connections for
the production slot.connectionEnvelope - Properties of the Virtual Network connection. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VnetInfoInner> updateVnetConnectionSlotAsync(String resourceGroupName, String name, String vnetName, String slot, VnetInfoInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of an existing Virtual Network.slot - Name of the deployment slot. If a slot is not specified, the API will add or update connections for
the production slot.connectionEnvelope - Properties of the Virtual Network connection. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VnetInfoInner updateVnetConnectionSlot(String resourceGroupName, String name, String vnetName, String slot, VnetInfoInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of an existing Virtual Network.slot - Name of the deployment slot. If a slot is not specified, the API will add or update connections for
the production slot.connectionEnvelope - Properties of the Virtual Network connection. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<VnetInfoInner> updateVnetConnectionSlotWithResponse(String resourceGroupName, String name, String vnetName, String slot, VnetInfoInner connectionEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of an existing Virtual Network.slot - Name of the deployment slot. If a slot is not specified, the API will add or update connections for
the production slot.connectionEnvelope - Properties of the Virtual Network connection. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<VnetGatewayInner>> getVnetConnectionGatewaySlotWithResponseAsync(String resourceGroupName, String name, String vnetName, String gatewayName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Currently, the only supported string is "primary".slot - Name of the deployment slot. If a slot is not specified, the API will get a gateway for the
production slot's Virtual Network.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VnetGatewayInner> getVnetConnectionGatewaySlotAsync(String resourceGroupName, String name, String vnetName, String gatewayName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Currently, the only supported string is "primary".slot - Name of the deployment slot. If a slot is not specified, the API will get a gateway for the
production slot's Virtual Network.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VnetGatewayInner getVnetConnectionGatewaySlot(String resourceGroupName, String name, String vnetName, String gatewayName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Currently, the only supported string is "primary".slot - Name of the deployment slot. If a slot is not specified, the API will get a gateway for the
production slot's Virtual Network.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<VnetGatewayInner> getVnetConnectionGatewaySlotWithResponse(String resourceGroupName, String name, String vnetName, String gatewayName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Currently, the only supported string is "primary".slot - Name of the deployment slot. If a slot is not specified, the API will get a gateway for the
production slot's Virtual Network.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<VnetGatewayInner>> createOrUpdateVnetConnectionGatewaySlotWithResponseAsync(String resourceGroupName, String name, String vnetName, String gatewayName, String slot, VnetGatewayInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Currently, the only supported string is "primary".slot - Name of the deployment slot. If a slot is not specified, the API will add or update a gateway for the
production slot's Virtual Network.connectionEnvelope - The properties to update this gateway with.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VnetGatewayInner> createOrUpdateVnetConnectionGatewaySlotAsync(String resourceGroupName, String name, String vnetName, String gatewayName, String slot, VnetGatewayInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Currently, the only supported string is "primary".slot - Name of the deployment slot. If a slot is not specified, the API will add or update a gateway for the
production slot's Virtual Network.connectionEnvelope - The properties to update this gateway with.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VnetGatewayInner createOrUpdateVnetConnectionGatewaySlot(String resourceGroupName, String name, String vnetName, String gatewayName, String slot, VnetGatewayInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Currently, the only supported string is "primary".slot - Name of the deployment slot. If a slot is not specified, the API will add or update a gateway for the
production slot's Virtual Network.connectionEnvelope - The properties to update this gateway with.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<VnetGatewayInner> createOrUpdateVnetConnectionGatewaySlotWithResponse(String resourceGroupName, String name, String vnetName, String gatewayName, String slot, VnetGatewayInner connectionEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Currently, the only supported string is "primary".slot - Name of the deployment slot. If a slot is not specified, the API will add or update a gateway for the
production slot's Virtual Network.connectionEnvelope - The properties to update this gateway with.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<VnetGatewayInner>> updateVnetConnectionGatewaySlotWithResponseAsync(String resourceGroupName, String name, String vnetName, String gatewayName, String slot, VnetGatewayInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Currently, the only supported string is "primary".slot - Name of the deployment slot. If a slot is not specified, the API will add or update a gateway for the
production slot's Virtual Network.connectionEnvelope - The properties to update this gateway with.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VnetGatewayInner> updateVnetConnectionGatewaySlotAsync(String resourceGroupName, String name, String vnetName, String gatewayName, String slot, VnetGatewayInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Currently, the only supported string is "primary".slot - Name of the deployment slot. If a slot is not specified, the API will add or update a gateway for the
production slot's Virtual Network.connectionEnvelope - The properties to update this gateway with.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VnetGatewayInner updateVnetConnectionGatewaySlot(String resourceGroupName, String name, String vnetName, String gatewayName, String slot, VnetGatewayInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Currently, the only supported string is "primary".slot - Name of the deployment slot. If a slot is not specified, the API will add or update a gateway for the
production slot's Virtual Network.connectionEnvelope - The properties to update this gateway with.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<VnetGatewayInner> updateVnetConnectionGatewaySlotWithResponse(String resourceGroupName, String name, String vnetName, String gatewayName, String slot, VnetGatewayInner connectionEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Currently, the only supported string is "primary".slot - Name of the deployment slot. If a slot is not specified, the API will add or update a gateway for the
production slot's Virtual Network.connectionEnvelope - The properties to update this gateway with.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<WebJobInner> listWebJobsSlotAsync(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<WebJobInner> listWebJobsSlot(String resourceGroupName, String name, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<WebJobInner> listWebJobsSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<WebJobInner>> getWebJobSlotWithResponseAsync(String resourceGroupName, String name, String webJobName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of the web job.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<WebJobInner> getWebJobSlotAsync(String resourceGroupName, String name, String webJobName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of the web job.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.WebJobInner getWebJobSlot(String resourceGroupName, String name, String webJobName, String slot)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of the web job.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<WebJobInner> getWebJobSlotWithResponse(String resourceGroupName, String name, String webJobName, String slot, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of the web job.slot - Name of the deployment slot. If a slot is not specified, the API returns deployments for the
production slot.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SlotDifferenceInner> listSlotDifferencesFromProductionAsync(String resourceGroupName, String name, CsmSlotEntity slotSwapEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slotSwapEntity - JSON object that contains the target slot name. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SlotDifferenceInner> listSlotDifferencesFromProduction(String resourceGroupName, String name, CsmSlotEntity slotSwapEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slotSwapEntity - JSON object that contains the target slot name. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SlotDifferenceInner> listSlotDifferencesFromProduction(String resourceGroupName, String name, CsmSlotEntity slotSwapEntity, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slotSwapEntity - JSON object that contains the target slot name. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> swapSlotWithProductionWithResponseAsync(String resourceGroupName, String name, CsmSlotEntity slotSwapEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slotSwapEntity - JSON object that contains the target slot name. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginSwapSlotWithProductionAsync(String resourceGroupName, String name, CsmSlotEntity slotSwapEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slotSwapEntity - JSON object that contains the target slot name. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginSwapSlotWithProduction(String resourceGroupName, String name, CsmSlotEntity slotSwapEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slotSwapEntity - JSON object that contains the target slot name. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginSwapSlotWithProduction(String resourceGroupName, String name, CsmSlotEntity slotSwapEntity, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slotSwapEntity - JSON object that contains the target slot name. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> swapSlotWithProductionAsync(String resourceGroupName, String name, CsmSlotEntity slotSwapEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slotSwapEntity - JSON object that contains the target slot name. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void swapSlotWithProduction(String resourceGroupName, String name, CsmSlotEntity slotSwapEntity)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slotSwapEntity - JSON object that contains the target slot name. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void swapSlotWithProduction(String resourceGroupName, String name, CsmSlotEntity slotSwapEntity, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.slotSwapEntity - JSON object that contains the target slot name. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SnapshotInner> listSnapshotsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Website Name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SnapshotInner> listSnapshots(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Website Name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SnapshotInner> listSnapshots(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Website Name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SnapshotInner> listSnapshotsFromDRSecondaryAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Website Name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SnapshotInner> listSnapshotsFromDRSecondary(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Website Name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SnapshotInner> listSnapshotsFromDRSecondary(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Website Name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteSourceControlInner>> getSourceControlWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteSourceControlInner> getSourceControlAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteSourceControlInner getSourceControl(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteSourceControlInner> getSourceControlWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateSourceControlWithResponseAsync(String resourceGroupName, String name, SiteSourceControlInner siteSourceControl)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.siteSourceControl - JSON representation of a SiteSourceControl object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SiteSourceControlInner>,SiteSourceControlInner> beginCreateOrUpdateSourceControlAsync(String resourceGroupName, String name, SiteSourceControlInner siteSourceControl)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.siteSourceControl - JSON representation of a SiteSourceControl object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteSourceControlInner>,SiteSourceControlInner> beginCreateOrUpdateSourceControl(String resourceGroupName, String name, SiteSourceControlInner siteSourceControl)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.siteSourceControl - JSON representation of a SiteSourceControl object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SiteSourceControlInner>,SiteSourceControlInner> beginCreateOrUpdateSourceControl(String resourceGroupName, String name, SiteSourceControlInner siteSourceControl, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.siteSourceControl - JSON representation of a SiteSourceControl object. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteSourceControlInner> createOrUpdateSourceControlAsync(String resourceGroupName, String name, SiteSourceControlInner siteSourceControl)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.siteSourceControl - JSON representation of a SiteSourceControl object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteSourceControlInner createOrUpdateSourceControl(String resourceGroupName, String name, SiteSourceControlInner siteSourceControl)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.siteSourceControl - JSON representation of a SiteSourceControl object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteSourceControlInner createOrUpdateSourceControl(String resourceGroupName, String name, SiteSourceControlInner siteSourceControl, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.siteSourceControl - JSON representation of a SiteSourceControl object. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteSourceControlWithResponseAsync(String resourceGroupName, String name, String additionalFlags)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.additionalFlags - The additionalFlags parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteSourceControlAsync(String resourceGroupName, String name, String additionalFlags)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.additionalFlags - The additionalFlags parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteSourceControlAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteSourceControl(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteSourceControlWithResponse(String resourceGroupName, String name, String additionalFlags, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.additionalFlags - The additionalFlags parameter.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SiteSourceControlInner>> updateSourceControlWithResponseAsync(String resourceGroupName, String name, SiteSourceControlInner siteSourceControl)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.siteSourceControl - JSON representation of a SiteSourceControl object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SiteSourceControlInner> updateSourceControlAsync(String resourceGroupName, String name, SiteSourceControlInner siteSourceControl)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.siteSourceControl - JSON representation of a SiteSourceControl object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SiteSourceControlInner updateSourceControl(String resourceGroupName, String name, SiteSourceControlInner siteSourceControl)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.siteSourceControl - JSON representation of a SiteSourceControl object. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SiteSourceControlInner> updateSourceControlWithResponse(String resourceGroupName, String name, SiteSourceControlInner siteSourceControl, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.siteSourceControl - JSON representation of a SiteSourceControl object. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> startWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> startAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void start(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> startWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> startNetworkTraceWithResponseAsync(String resourceGroupName, String name, Integer durationInSeconds, Integer maxFrameLength, String sasUrl)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Object>,Object> beginStartNetworkTraceAsync(String resourceGroupName, String name, Integer durationInSeconds, Integer maxFrameLength, String sasUrl)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Object>,Object> beginStartNetworkTrace(String resourceGroupName, String name, Integer durationInSeconds, Integer maxFrameLength, String sasUrl)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Object>,Object> beginStartNetworkTrace(String resourceGroupName, String name, Integer durationInSeconds, Integer maxFrameLength, String sasUrl, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Object> startNetworkTraceAsync(String resourceGroupName, String name, Integer durationInSeconds, Integer maxFrameLength, String sasUrl)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Object> startNetworkTraceAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Object startNetworkTrace(String resourceGroupName, String name, Integer durationInSeconds, Integer maxFrameLength, String sasUrl)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Object startNetworkTrace(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Object startNetworkTrace(String resourceGroupName, String name, Integer durationInSeconds, Integer maxFrameLength, String sasUrl, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.durationInSeconds - The duration to keep capturing in seconds.maxFrameLength - The maximum frame length in bytes (Optional).sasUrl - The Blob URL to store capture file.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> stopWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> stopAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void stop(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> stopWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> stopNetworkTraceWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> stopNetworkTraceAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void stopNetworkTrace(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> stopNetworkTraceWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - The name of the web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> syncRepositoryWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> syncRepositoryAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void syncRepository(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> syncRepositoryWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of web app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> syncFunctionTriggersWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> syncFunctionTriggersAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void syncFunctionTriggers(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> syncFunctionTriggersWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<TriggeredWebJobInner> listTriggeredWebJobsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<TriggeredWebJobInner> listTriggeredWebJobs(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<TriggeredWebJobInner> listTriggeredWebJobs(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<TriggeredWebJobInner>> getTriggeredWebJobWithResponseAsync(String resourceGroupName, String name, String webJobName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<TriggeredWebJobInner> getTriggeredWebJobAsync(String resourceGroupName, String name, String webJobName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.TriggeredWebJobInner getTriggeredWebJob(String resourceGroupName, String name, String webJobName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<TriggeredWebJobInner> getTriggeredWebJobWithResponse(String resourceGroupName, String name, String webJobName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteTriggeredWebJobWithResponseAsync(String resourceGroupName, String name, String webJobName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteTriggeredWebJobAsync(String resourceGroupName, String name, String webJobName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteTriggeredWebJob(String resourceGroupName, String name, String webJobName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteTriggeredWebJobWithResponse(String resourceGroupName, String name, String webJobName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<TriggeredJobHistoryInner> listTriggeredWebJobHistoryAsync(String resourceGroupName, String name, String webJobName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<TriggeredJobHistoryInner> listTriggeredWebJobHistory(String resourceGroupName, String name, String webJobName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<TriggeredJobHistoryInner> listTriggeredWebJobHistory(String resourceGroupName, String name, String webJobName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<TriggeredJobHistoryInner>> getTriggeredWebJobHistoryWithResponseAsync(String resourceGroupName, String name, String webJobName, String id)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.id - History ID.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<TriggeredJobHistoryInner> getTriggeredWebJobHistoryAsync(String resourceGroupName, String name, String webJobName, String id)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.id - History ID.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.TriggeredJobHistoryInner getTriggeredWebJobHistory(String resourceGroupName, String name, String webJobName, String id)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.id - History ID.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<TriggeredJobHistoryInner> getTriggeredWebJobHistoryWithResponse(String resourceGroupName, String name, String webJobName, String id, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.id - History ID.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> runTriggeredWebJobWithResponseAsync(String resourceGroupName, String name, String webJobName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> runTriggeredWebJobAsync(String resourceGroupName, String name, String webJobName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void runTriggeredWebJob(String resourceGroupName, String name, String webJobName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> runTriggeredWebJobWithResponse(String resourceGroupName, String name, String webJobName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of Web Job.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<CsmUsageQuotaInner> listUsagesAsync(String resourceGroupName, String name, String filter)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.filter - Return only information specified in the filter (using OData syntax). For example:
$filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and
endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<CsmUsageQuotaInner> listUsagesAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<CsmUsageQuotaInner> listUsages(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<CsmUsageQuotaInner> listUsages(String resourceGroupName, String name, String filter, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.filter - Return only information specified in the filter (using OData syntax). For example:
$filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and
endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<List<VnetInfoInner>>> listVnetConnectionsWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<List<VnetInfoInner>> listVnetConnectionsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.List<VnetInfoInner> listVnetConnections(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<List<VnetInfoInner>> listVnetConnectionsWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<VnetInfoInner>> getVnetConnectionWithResponseAsync(String resourceGroupName, String name, String vnetName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the virtual network.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VnetInfoInner> getVnetConnectionAsync(String resourceGroupName, String name, String vnetName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the virtual network.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VnetInfoInner getVnetConnection(String resourceGroupName, String name, String vnetName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the virtual network.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<VnetInfoInner> getVnetConnectionWithResponse(String resourceGroupName, String name, String vnetName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the virtual network.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<VnetInfoInner>> createOrUpdateVnetConnectionWithResponseAsync(String resourceGroupName, String name, String vnetName, VnetInfoInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of an existing Virtual Network.connectionEnvelope - Properties of the Virtual Network connection. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VnetInfoInner> createOrUpdateVnetConnectionAsync(String resourceGroupName, String name, String vnetName, VnetInfoInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of an existing Virtual Network.connectionEnvelope - Properties of the Virtual Network connection. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VnetInfoInner createOrUpdateVnetConnection(String resourceGroupName, String name, String vnetName, VnetInfoInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of an existing Virtual Network.connectionEnvelope - Properties of the Virtual Network connection. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<VnetInfoInner> createOrUpdateVnetConnectionWithResponse(String resourceGroupName, String name, String vnetName, VnetInfoInner connectionEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of an existing Virtual Network.connectionEnvelope - Properties of the Virtual Network connection. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteVnetConnectionWithResponseAsync(String resourceGroupName, String name, String vnetName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the virtual network.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteVnetConnectionAsync(String resourceGroupName, String name, String vnetName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the virtual network.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteVnetConnection(String resourceGroupName, String name, String vnetName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the virtual network.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteVnetConnectionWithResponse(String resourceGroupName, String name, String vnetName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the virtual network.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<VnetInfoInner>> updateVnetConnectionWithResponseAsync(String resourceGroupName, String name, String vnetName, VnetInfoInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of an existing Virtual Network.connectionEnvelope - Properties of the Virtual Network connection. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VnetInfoInner> updateVnetConnectionAsync(String resourceGroupName, String name, String vnetName, VnetInfoInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of an existing Virtual Network.connectionEnvelope - Properties of the Virtual Network connection. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VnetInfoInner updateVnetConnection(String resourceGroupName, String name, String vnetName, VnetInfoInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of an existing Virtual Network.connectionEnvelope - Properties of the Virtual Network connection. See example.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<VnetInfoInner> updateVnetConnectionWithResponse(String resourceGroupName, String name, String vnetName, VnetInfoInner connectionEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of an existing Virtual Network.connectionEnvelope - Properties of the Virtual Network connection. See example.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<VnetGatewayInner>> getVnetConnectionGatewayWithResponseAsync(String resourceGroupName, String name, String vnetName, String gatewayName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Currently, the only supported string is "primary".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VnetGatewayInner> getVnetConnectionGatewayAsync(String resourceGroupName, String name, String vnetName, String gatewayName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Currently, the only supported string is "primary".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VnetGatewayInner getVnetConnectionGateway(String resourceGroupName, String name, String vnetName, String gatewayName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Currently, the only supported string is "primary".IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<VnetGatewayInner> getVnetConnectionGatewayWithResponse(String resourceGroupName, String name, String vnetName, String gatewayName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Currently, the only supported string is "primary".context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<VnetGatewayInner>> createOrUpdateVnetConnectionGatewayWithResponseAsync(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Currently, the only supported string is "primary".connectionEnvelope - The properties to update this gateway with.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VnetGatewayInner> createOrUpdateVnetConnectionGatewayAsync(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Currently, the only supported string is "primary".connectionEnvelope - The properties to update this gateway with.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VnetGatewayInner createOrUpdateVnetConnectionGateway(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Currently, the only supported string is "primary".connectionEnvelope - The properties to update this gateway with.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<VnetGatewayInner> createOrUpdateVnetConnectionGatewayWithResponse(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Currently, the only supported string is "primary".connectionEnvelope - The properties to update this gateway with.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<VnetGatewayInner>> updateVnetConnectionGatewayWithResponseAsync(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Currently, the only supported string is "primary".connectionEnvelope - The properties to update this gateway with.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<VnetGatewayInner> updateVnetConnectionGatewayAsync(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Currently, the only supported string is "primary".connectionEnvelope - The properties to update this gateway with.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.VnetGatewayInner updateVnetConnectionGateway(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Currently, the only supported string is "primary".connectionEnvelope - The properties to update this gateway with.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<VnetGatewayInner> updateVnetConnectionGatewayWithResponse(String resourceGroupName, String name, String vnetName, String gatewayName, VnetGatewayInner connectionEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the app.vnetName - Name of the Virtual Network.gatewayName - Name of the gateway. Currently, the only supported string is "primary".connectionEnvelope - The properties to update this gateway with.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<WebJobInner> listWebJobsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<WebJobInner> listWebJobs(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<WebJobInner> listWebJobs(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<WebJobInner>> getWebJobWithResponseAsync(String resourceGroupName, String name, String webJobName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of the web job.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<WebJobInner> getWebJobAsync(String resourceGroupName, String name, String webJobName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of the web job.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.WebJobInner getWebJob(String resourceGroupName, String name, String webJobName)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of the web job.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<WebJobInner> getWebJobWithResponse(String resourceGroupName, String name, String webJobName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Site name.webJobName - Name of the web job.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.