Interface AppsClient
-
public interface AppsClientAn instance of this class provides access to all the operations defined in AppsClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppResourceInner>,AppResourceInner>beginCreateOrUpdate(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource)Create a new App or update an exiting App.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppResourceInner>,AppResourceInner>beginCreateOrUpdate(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource, com.azure.core.util.Context context)Create a new App or update an exiting App.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AppResourceInner>,AppResourceInner>beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource)Create a new App or update an exiting App.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void>beginDelete(String resourceGroupName, String serviceName, String appName)Operation to delete an App.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void>beginDelete(String resourceGroupName, String serviceName, String appName, com.azure.core.util.Context context)Operation to delete an App.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void>beginDeleteAsync(String resourceGroupName, String serviceName, String appName)Operation to delete an App.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppResourceInner>,AppResourceInner>beginUpdate(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource)Operation to update an exiting App.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppResourceInner>,AppResourceInner>beginUpdate(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource, com.azure.core.util.Context context)Operation to update an exiting App.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AppResourceInner>,AppResourceInner>beginUpdateAsync(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource)Operation to update an exiting App.AppResourceInnercreateOrUpdate(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource)Create a new App or update an exiting App.AppResourceInnercreateOrUpdate(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource, com.azure.core.util.Context context)Create a new App or update an exiting App.Mono<AppResourceInner>createOrUpdateAsync(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource)Create a new App or update an exiting App.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource)Create a new App or update an exiting App.voiddelete(String resourceGroupName, String serviceName, String appName)Operation to delete an App.voiddelete(String resourceGroupName, String serviceName, String appName, com.azure.core.util.Context context)Operation to delete an App.Mono<Void>deleteAsync(String resourceGroupName, String serviceName, String appName)Operation to delete an App.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>deleteWithResponseAsync(String resourceGroupName, String serviceName, String appName)Operation to delete an App.AppResourceInnerget(String resourceGroupName, String serviceName, String appName)Get an App and its properties.Mono<AppResourceInner>getAsync(String resourceGroupName, String serviceName, String appName)Get an App and its properties.Mono<AppResourceInner>getAsync(String resourceGroupName, String serviceName, String appName, String syncStatus)Get an App and its properties.ResourceUploadDefinitiongetResourceUploadUrl(String resourceGroupName, String serviceName, String appName)Get an resource upload URL for an App, which may be artifacts or source archive.Mono<ResourceUploadDefinition>getResourceUploadUrlAsync(String resourceGroupName, String serviceName, String appName)Get an resource upload URL for an App, which may be artifacts or source archive.com.azure.core.http.rest.Response<ResourceUploadDefinition>getResourceUploadUrlWithResponse(String resourceGroupName, String serviceName, String appName, com.azure.core.util.Context context)Get an resource upload URL for an App, which may be artifacts or source archive.Mono<com.azure.core.http.rest.Response<ResourceUploadDefinition>>getResourceUploadUrlWithResponseAsync(String resourceGroupName, String serviceName, String appName)Get an resource upload URL for an App, which may be artifacts or source archive.com.azure.core.http.rest.Response<AppResourceInner>getWithResponse(String resourceGroupName, String serviceName, String appName, String syncStatus, com.azure.core.util.Context context)Get an App and its properties.Mono<com.azure.core.http.rest.Response<AppResourceInner>>getWithResponseAsync(String resourceGroupName, String serviceName, String appName, String syncStatus)Get an App and its properties.com.azure.core.http.rest.PagedIterable<AppResourceInner>list(String resourceGroupName, String serviceName)Handles requests to list all resources in a Service.com.azure.core.http.rest.PagedIterable<AppResourceInner>list(String resourceGroupName, String serviceName, com.azure.core.util.Context context)Handles requests to list all resources in a Service.com.azure.core.http.rest.PagedFlux<AppResourceInner>listAsync(String resourceGroupName, String serviceName)Handles requests to list all resources in a Service.AppResourceInnerupdate(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource)Operation to update an exiting App.AppResourceInnerupdate(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource, com.azure.core.util.Context context)Operation to update an exiting App.Mono<AppResourceInner>updateAsync(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource)Operation to update an exiting App.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>updateWithResponseAsync(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource)Operation to update an exiting App.CustomDomainValidateResultvalidateDomain(String resourceGroupName, String serviceName, String appName, String name)Check the resource name is valid as well as not in use.Mono<CustomDomainValidateResult>validateDomainAsync(String resourceGroupName, String serviceName, String appName, String name)Check the resource name is valid as well as not in use.com.azure.core.http.rest.Response<CustomDomainValidateResult>validateDomainWithResponse(String resourceGroupName, String serviceName, String appName, String name, com.azure.core.util.Context context)Check the resource name is valid as well as not in use.Mono<com.azure.core.http.rest.Response<CustomDomainValidateResult>>validateDomainWithResponseAsync(String resourceGroupName, String serviceName, String appName, String name)Check the resource name is valid as well as not in use.
-
-
-
Method Detail
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<AppResourceInner>> getWithResponseAsync(String resourceGroupName, String serviceName, String appName, String syncStatus)
Get an App and its properties.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.syncStatus- Indicates whether sync status.- Returns:
- an App and its properties.
- Throws:
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.
-
getAsync
Mono<AppResourceInner> getAsync(String resourceGroupName, String serviceName, String appName, String syncStatus)
Get an App and its properties.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.syncStatus- Indicates whether sync status.- Returns:
- an App and its properties.
- Throws:
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.
-
getAsync
Mono<AppResourceInner> getAsync(String resourceGroupName, String serviceName, String appName)
Get an App and its properties.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.- Returns:
- an App and its properties.
- Throws:
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.
-
get
AppResourceInner get(String resourceGroupName, String serviceName, String appName)
Get an App and its properties.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.- Returns:
- an App and its properties.
- Throws:
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.
-
getWithResponse
com.azure.core.http.rest.Response<AppResourceInner> getWithResponse(String resourceGroupName, String serviceName, String appName, String syncStatus, com.azure.core.util.Context context)
Get an App and its properties.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.syncStatus- Indicates whether sync status.context- The context to associate with this operation.- Returns:
- an App and its properties.
- Throws:
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.
-
createOrUpdateWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource)
Create a new App or update an exiting App.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.appResource- Parameters for the create or update operation.- Returns:
- app resource payload.
- Throws:
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.
-
beginCreateOrUpdateAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AppResourceInner>,AppResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource)
Create a new App or update an exiting App.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.appResource- Parameters for the create or update operation.- Returns:
- app resource payload.
- Throws:
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.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppResourceInner>,AppResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource)
Create a new App or update an exiting App.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.appResource- Parameters for the create or update operation.- Returns:
- app resource payload.
- Throws:
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.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppResourceInner>,AppResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource, com.azure.core.util.Context context)
Create a new App or update an exiting App.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.appResource- Parameters for the create or update operation.context- The context to associate with this operation.- Returns:
- app resource payload.
- Throws:
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.
-
createOrUpdateAsync
Mono<AppResourceInner> createOrUpdateAsync(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource)
Create a new App or update an exiting App.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.appResource- Parameters for the create or update operation.- Returns:
- app resource payload.
- Throws:
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.
-
createOrUpdate
AppResourceInner createOrUpdate(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource)
Create a new App or update an exiting App.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.appResource- Parameters for the create or update operation.- Returns:
- app resource payload.
- Throws:
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.
-
createOrUpdate
AppResourceInner createOrUpdate(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource, com.azure.core.util.Context context)
Create a new App or update an exiting App.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.appResource- Parameters for the create or update operation.context- The context to associate with this operation.- Returns:
- app resource payload.
- Throws:
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.
-
deleteWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String serviceName, String appName)
Operation to delete an App.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.- Returns:
- the completion.
- Throws:
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.
-
beginDeleteAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String serviceName, String appName)
Operation to delete an App.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.- Returns:
- the completion.
- Throws:
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.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, String appName)
Operation to delete an App.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.- Returns:
- the completion.
- Throws:
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.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, String appName, com.azure.core.util.Context context)
Operation to delete an App.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.context- The context to associate with this operation.- Returns:
- the completion.
- Throws:
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.
-
deleteAsync
Mono<Void> deleteAsync(String resourceGroupName, String serviceName, String appName)
Operation to delete an App.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.- Returns:
- the completion.
- Throws:
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.
-
delete
void delete(String resourceGroupName, String serviceName, String appName)
Operation to delete an App.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.- Throws:
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.
-
delete
void delete(String resourceGroupName, String serviceName, String appName, com.azure.core.util.Context context)
Operation to delete an App.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.context- The context to associate with this operation.- Throws:
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.
-
updateWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource)
Operation to update an exiting App.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.appResource- Parameters for the update operation.- Returns:
- app resource payload.
- Throws:
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.
-
beginUpdateAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AppResourceInner>,AppResourceInner> beginUpdateAsync(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource)
Operation to update an exiting App.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.appResource- Parameters for the update operation.- Returns:
- app resource payload.
- Throws:
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.
-
beginUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppResourceInner>,AppResourceInner> beginUpdate(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource)
Operation to update an exiting App.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.appResource- Parameters for the update operation.- Returns:
- app resource payload.
- Throws:
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.
-
beginUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppResourceInner>,AppResourceInner> beginUpdate(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource, com.azure.core.util.Context context)
Operation to update an exiting App.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.appResource- Parameters for the update operation.context- The context to associate with this operation.- Returns:
- app resource payload.
- Throws:
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.
-
updateAsync
Mono<AppResourceInner> updateAsync(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource)
Operation to update an exiting App.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.appResource- Parameters for the update operation.- Returns:
- app resource payload.
- Throws:
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.
-
update
AppResourceInner update(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource)
Operation to update an exiting App.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.appResource- Parameters for the update operation.- Returns:
- app resource payload.
- Throws:
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.
-
update
AppResourceInner update(String resourceGroupName, String serviceName, String appName, AppResourceInner appResource, com.azure.core.util.Context context)
Operation to update an exiting App.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.appResource- Parameters for the update operation.context- The context to associate with this operation.- Returns:
- app resource payload.
- Throws:
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.
-
listAsync
com.azure.core.http.rest.PagedFlux<AppResourceInner> listAsync(String resourceGroupName, String serviceName)
Handles requests to list all resources in a Service.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.- Returns:
- object that includes an array of App resources and a possible link for next set.
- Throws:
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.
-
list
com.azure.core.http.rest.PagedIterable<AppResourceInner> list(String resourceGroupName, String serviceName)
Handles requests to list all resources in a Service.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.- Returns:
- object that includes an array of App resources and a possible link for next set.
- Throws:
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.
-
list
com.azure.core.http.rest.PagedIterable<AppResourceInner> list(String resourceGroupName, String serviceName, com.azure.core.util.Context context)
Handles requests to list all resources in a Service.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.context- The context to associate with this operation.- Returns:
- object that includes an array of App resources and a possible link for next set.
- Throws:
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.
-
getResourceUploadUrlWithResponseAsync
Mono<com.azure.core.http.rest.Response<ResourceUploadDefinition>> getResourceUploadUrlWithResponseAsync(String resourceGroupName, String serviceName, String appName)
Get an resource upload URL for an App, which may be artifacts or source archive.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.- Returns:
- an resource upload URL for an App, which may be artifacts or source archive.
- Throws:
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.
-
getResourceUploadUrlAsync
Mono<ResourceUploadDefinition> getResourceUploadUrlAsync(String resourceGroupName, String serviceName, String appName)
Get an resource upload URL for an App, which may be artifacts or source archive.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.- Returns:
- an resource upload URL for an App, which may be artifacts or source archive.
- Throws:
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.
-
getResourceUploadUrl
ResourceUploadDefinition getResourceUploadUrl(String resourceGroupName, String serviceName, String appName)
Get an resource upload URL for an App, which may be artifacts or source archive.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.- Returns:
- an resource upload URL for an App, which may be artifacts or source archive.
- Throws:
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.
-
getResourceUploadUrlWithResponse
com.azure.core.http.rest.Response<ResourceUploadDefinition> getResourceUploadUrlWithResponse(String resourceGroupName, String serviceName, String appName, com.azure.core.util.Context context)
Get an resource upload URL for an App, which may be artifacts or source archive.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.context- The context to associate with this operation.- Returns:
- an resource upload URL for an App, which may be artifacts or source archive.
- Throws:
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.
-
validateDomainWithResponseAsync
Mono<com.azure.core.http.rest.Response<CustomDomainValidateResult>> validateDomainWithResponseAsync(String resourceGroupName, String serviceName, String appName, String name)
Check the resource name is valid as well as not in use.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.name- Name to be validated.- Returns:
- validation result for custom domain.
- Throws:
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.
-
validateDomainAsync
Mono<CustomDomainValidateResult> validateDomainAsync(String resourceGroupName, String serviceName, String appName, String name)
Check the resource name is valid as well as not in use.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.name- Name to be validated.- Returns:
- validation result for custom domain.
- Throws:
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.
-
validateDomain
CustomDomainValidateResult validateDomain(String resourceGroupName, String serviceName, String appName, String name)
Check the resource name is valid as well as not in use.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.name- Name to be validated.- Returns:
- validation result for custom domain.
- Throws:
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.
-
validateDomainWithResponse
com.azure.core.http.rest.Response<CustomDomainValidateResult> validateDomainWithResponse(String resourceGroupName, String serviceName, String appName, String name, com.azure.core.util.Context context)
Check the resource name is valid as well as not in use.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.appName- The name of the App resource.name- Name to be validated.context- The context to associate with this operation.- Returns:
- validation result for custom domain.
- Throws:
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.
-
-