/sdk/appservice/mgmt/src/main/java/com/azure/management/appservice/models/WebSiteManagementClientImpl.java
http://github.com/WindowsAzure/azure-sdk-for-java · Java · 1712 lines · 910 code · 125 blank · 677 comment · 27 complexity · a74511ac51dc43bf48cb315d78b45d0b MD5 · raw file
Large files are truncated click here to view the full file
- // Copyright (c) Microsoft Corporation. All rights reserved.
- // Licensed under the MIT License.
- // Code generated by Microsoft (R) AutoRest Code Generator.
- package com.azure.management.appservice.models;
- import com.azure.core.annotation.BodyParam;
- import com.azure.core.annotation.ExpectedResponses;
- import com.azure.core.annotation.Get;
- import com.azure.core.annotation.Headers;
- import com.azure.core.annotation.Host;
- import com.azure.core.annotation.HostParam;
- import com.azure.core.annotation.PathParam;
- import com.azure.core.annotation.Post;
- import com.azure.core.annotation.Put;
- import com.azure.core.annotation.QueryParam;
- import com.azure.core.annotation.ReturnType;
- import com.azure.core.annotation.ServiceInterface;
- import com.azure.core.annotation.ServiceMethod;
- import com.azure.core.annotation.UnexpectedResponseExceptionType;
- import com.azure.core.http.HttpPipeline;
- import com.azure.core.http.HttpPipelineBuilder;
- import com.azure.core.http.policy.CookiePolicy;
- import com.azure.core.http.policy.RetryPolicy;
- import com.azure.core.http.policy.UserAgentPolicy;
- import com.azure.core.http.rest.PagedFlux;
- import com.azure.core.http.rest.PagedIterable;
- import com.azure.core.http.rest.PagedResponse;
- import com.azure.core.http.rest.PagedResponseBase;
- import com.azure.core.http.rest.Response;
- import com.azure.core.http.rest.RestProxy;
- import com.azure.core.http.rest.SimpleResponse;
- import com.azure.core.management.AzureEnvironment;
- import com.azure.core.util.Context;
- import com.azure.core.util.FluxUtil;
- import com.azure.management.AzureServiceClient;
- import com.azure.management.appservice.CheckNameResourceTypes;
- import com.azure.management.appservice.CsmMoveResourceEnvelope;
- import com.azure.management.appservice.DefaultErrorResponseException;
- import com.azure.management.appservice.ResourceNameAvailabilityRequest;
- import com.azure.management.appservice.SkuName;
- import com.azure.management.appservice.ValidateRequest;
- import com.azure.management.appservice.VnetParameters;
- import reactor.core.publisher.Mono;
- /** Initializes a new instance of the WebSiteManagementClientImpl type. */
- public final class WebSiteManagementClientImpl extends AzureServiceClient {
- /** The proxy service used to perform REST calls. */
- private final WebSiteManagementClientService service;
- /** Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). */
- private String subscriptionId;
- /**
- * Gets Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).
- *
- * @return the subscriptionId value.
- */
- public String getSubscriptionId() {
- return this.subscriptionId;
- }
- /**
- * Sets Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).
- *
- * @param subscriptionId the subscriptionId value.
- * @return the service client itself.
- */
- public WebSiteManagementClientImpl setSubscriptionId(String subscriptionId) {
- this.subscriptionId = subscriptionId;
- return this;
- }
- /** server parameter. */
- private String host;
- /**
- * Gets server parameter.
- *
- * @return the host value.
- */
- public String getHost() {
- return this.host;
- }
- /**
- * Sets server parameter.
- *
- * @param host the host value.
- * @return the service client itself.
- */
- public WebSiteManagementClientImpl setHost(String host) {
- this.host = host;
- return this;
- }
- /** Api Version. */
- private String apiVersion;
- /**
- * Gets Api Version.
- *
- * @return the apiVersion value.
- */
- public String getApiVersion() {
- return this.apiVersion;
- }
- /**
- * Sets Api Version.
- *
- * @param apiVersion the apiVersion value.
- * @return the service client itself.
- */
- public WebSiteManagementClientImpl setApiVersion(String apiVersion) {
- this.apiVersion = apiVersion;
- return this;
- }
- /** The HTTP pipeline to send requests through. */
- private final HttpPipeline httpPipeline;
- /**
- * Gets The HTTP pipeline to send requests through.
- *
- * @return the httpPipeline value.
- */
- public HttpPipeline getHttpPipeline() {
- return this.httpPipeline;
- }
- /** The AppServiceCertificateOrdersInner object to access its operations. */
- private final AppServiceCertificateOrdersInner appServiceCertificateOrders;
- /**
- * Gets the AppServiceCertificateOrdersInner object to access its operations.
- *
- * @return the AppServiceCertificateOrdersInner object.
- */
- public AppServiceCertificateOrdersInner appServiceCertificateOrders() {
- return this.appServiceCertificateOrders;
- }
- /** The CertificateRegistrationProvidersInner object to access its operations. */
- private final CertificateRegistrationProvidersInner certificateRegistrationProviders;
- /**
- * Gets the CertificateRegistrationProvidersInner object to access its operations.
- *
- * @return the CertificateRegistrationProvidersInner object.
- */
- public CertificateRegistrationProvidersInner certificateRegistrationProviders() {
- return this.certificateRegistrationProviders;
- }
- /** The DomainsInner object to access its operations. */
- private final DomainsInner domains;
- /**
- * Gets the DomainsInner object to access its operations.
- *
- * @return the DomainsInner object.
- */
- public DomainsInner domains() {
- return this.domains;
- }
- /** The TopLevelDomainsInner object to access its operations. */
- private final TopLevelDomainsInner topLevelDomains;
- /**
- * Gets the TopLevelDomainsInner object to access its operations.
- *
- * @return the TopLevelDomainsInner object.
- */
- public TopLevelDomainsInner topLevelDomains() {
- return this.topLevelDomains;
- }
- /** The DomainRegistrationProvidersInner object to access its operations. */
- private final DomainRegistrationProvidersInner domainRegistrationProviders;
- /**
- * Gets the DomainRegistrationProvidersInner object to access its operations.
- *
- * @return the DomainRegistrationProvidersInner object.
- */
- public DomainRegistrationProvidersInner domainRegistrationProviders() {
- return this.domainRegistrationProviders;
- }
- /** The CertificatesInner object to access its operations. */
- private final CertificatesInner certificates;
- /**
- * Gets the CertificatesInner object to access its operations.
- *
- * @return the CertificatesInner object.
- */
- public CertificatesInner certificates() {
- return this.certificates;
- }
- /** The DeletedWebAppsInner object to access its operations. */
- private final DeletedWebAppsInner deletedWebApps;
- /**
- * Gets the DeletedWebAppsInner object to access its operations.
- *
- * @return the DeletedWebAppsInner object.
- */
- public DeletedWebAppsInner deletedWebApps() {
- return this.deletedWebApps;
- }
- /** The DiagnosticsInner object to access its operations. */
- private final DiagnosticsInner diagnostics;
- /**
- * Gets the DiagnosticsInner object to access its operations.
- *
- * @return the DiagnosticsInner object.
- */
- public DiagnosticsInner diagnostics() {
- return this.diagnostics;
- }
- /** The ProvidersInner object to access its operations. */
- private final ProvidersInner providers;
- /**
- * Gets the ProvidersInner object to access its operations.
- *
- * @return the ProvidersInner object.
- */
- public ProvidersInner providers() {
- return this.providers;
- }
- /** The RecommendationsInner object to access its operations. */
- private final RecommendationsInner recommendations;
- /**
- * Gets the RecommendationsInner object to access its operations.
- *
- * @return the RecommendationsInner object.
- */
- public RecommendationsInner recommendations() {
- return this.recommendations;
- }
- /** The WebAppsInner object to access its operations. */
- private final WebAppsInner webApps;
- /**
- * Gets the WebAppsInner object to access its operations.
- *
- * @return the WebAppsInner object.
- */
- public WebAppsInner webApps() {
- return this.webApps;
- }
- /** The StaticSitesInner object to access its operations. */
- private final StaticSitesInner staticSites;
- /**
- * Gets the StaticSitesInner object to access its operations.
- *
- * @return the StaticSitesInner object.
- */
- public StaticSitesInner staticSites() {
- return this.staticSites;
- }
- /** The AppServiceEnvironmentsInner object to access its operations. */
- private final AppServiceEnvironmentsInner appServiceEnvironments;
- /**
- * Gets the AppServiceEnvironmentsInner object to access its operations.
- *
- * @return the AppServiceEnvironmentsInner object.
- */
- public AppServiceEnvironmentsInner appServiceEnvironments() {
- return this.appServiceEnvironments;
- }
- /** The AppServicePlansInner object to access its operations. */
- private final AppServicePlansInner appServicePlans;
- /**
- * Gets the AppServicePlansInner object to access its operations.
- *
- * @return the AppServicePlansInner object.
- */
- public AppServicePlansInner appServicePlans() {
- return this.appServicePlans;
- }
- /** The ResourceHealthMetadatasInner object to access its operations. */
- private final ResourceHealthMetadatasInner resourceHealthMetadatas;
- /**
- * Gets the ResourceHealthMetadatasInner object to access its operations.
- *
- * @return the ResourceHealthMetadatasInner object.
- */
- public ResourceHealthMetadatasInner resourceHealthMetadatas() {
- return this.resourceHealthMetadatas;
- }
- /** Initializes an instance of WebSiteManagementClient client. */
- public WebSiteManagementClientImpl() {
- this(
- new HttpPipelineBuilder().policies(new UserAgentPolicy(), new RetryPolicy(), new CookiePolicy()).build(),
- AzureEnvironment.AZURE);
- }
- /**
- * Initializes an instance of WebSiteManagementClient client.
- *
- * @param httpPipeline The HTTP pipeline to send requests through.
- */
- public WebSiteManagementClientImpl(HttpPipeline httpPipeline) {
- this(httpPipeline, AzureEnvironment.AZURE);
- }
- /**
- * Initializes an instance of WebSiteManagementClient client.
- *
- * @param httpPipeline The HTTP pipeline to send requests through.
- * @param environment The Azure environment.
- */
- public WebSiteManagementClientImpl(HttpPipeline httpPipeline, AzureEnvironment environment) {
- super(httpPipeline, environment);
- this.httpPipeline = httpPipeline;
- this.appServiceCertificateOrders = new AppServiceCertificateOrdersInner(this);
- this.certificateRegistrationProviders = new CertificateRegistrationProvidersInner(this);
- this.domains = new DomainsInner(this);
- this.topLevelDomains = new TopLevelDomainsInner(this);
- this.domainRegistrationProviders = new DomainRegistrationProvidersInner(this);
- this.certificates = new CertificatesInner(this);
- this.deletedWebApps = new DeletedWebAppsInner(this);
- this.diagnostics = new DiagnosticsInner(this);
- this.providers = new ProvidersInner(this);
- this.recommendations = new RecommendationsInner(this);
- this.webApps = new WebAppsInner(this);
- this.staticSites = new StaticSitesInner(this);
- this.appServiceEnvironments = new AppServiceEnvironmentsInner(this);
- this.appServicePlans = new AppServicePlansInner(this);
- this.resourceHealthMetadatas = new ResourceHealthMetadatasInner(this);
- this.service =
- RestProxy.create(WebSiteManagementClientService.class, this.httpPipeline, this.getSerializerAdapter());
- }
- /**
- * The interface defining all the services for WebSiteManagementClient to be used by the proxy service to perform
- * REST calls.
- */
- @Host("{$host}")
- @ServiceInterface(name = "WebSiteManagementCli")
- private interface WebSiteManagementClientService {
- @Headers({"Accept: application/json", "Content-Type: application/json"})
- @Get("/providers/Microsoft.Web/publishingUsers/web")
- @ExpectedResponses({200})
- @UnexpectedResponseExceptionType(DefaultErrorResponseException.class)
- Mono<SimpleResponse<UserInner>> getPublishingUser(
- @HostParam("$host") String host, @QueryParam("api-version") String apiVersion, Context context);
- @Headers({"Accept: application/json", "Content-Type: application/json"})
- @Put("/providers/Microsoft.Web/publishingUsers/web")
- @ExpectedResponses({200})
- @UnexpectedResponseExceptionType(DefaultErrorResponseException.class)
- Mono<SimpleResponse<UserInner>> updatePublishingUser(
- @HostParam("$host") String host,
- @QueryParam("api-version") String apiVersion,
- @BodyParam("application/json") UserInner userDetails,
- Context context);
- @Headers({"Accept: application/json", "Content-Type: application/json"})
- @Get("/providers/Microsoft.Web/sourcecontrols")
- @ExpectedResponses({200})
- @UnexpectedResponseExceptionType(DefaultErrorResponseException.class)
- Mono<SimpleResponse<SourceControlCollectionInner>> listSourceControls(
- @HostParam("$host") String host, @QueryParam("api-version") String apiVersion, Context context);
- @Headers({"Accept: application/json", "Content-Type: application/json"})
- @Get("/providers/Microsoft.Web/sourcecontrols/{sourceControlType}")
- @ExpectedResponses({200})
- @UnexpectedResponseExceptionType(DefaultErrorResponseException.class)
- Mono<SimpleResponse<SourceControlInner>> getSourceControl(
- @HostParam("$host") String host,
- @PathParam("sourceControlType") String sourceControlType,
- @QueryParam("api-version") String apiVersion,
- Context context);
- @Headers({"Accept: application/json", "Content-Type: application/json"})
- @Put("/providers/Microsoft.Web/sourcecontrols/{sourceControlType}")
- @ExpectedResponses({200})
- @UnexpectedResponseExceptionType(DefaultErrorResponseException.class)
- Mono<SimpleResponse<SourceControlInner>> updateSourceControl(
- @HostParam("$host") String host,
- @PathParam("sourceControlType") String sourceControlType,
- @QueryParam("api-version") String apiVersion,
- @BodyParam("application/json") SourceControlInner requestMessage,
- Context context);
- @Headers({"Accept: application/json", "Content-Type: application/json"})
- @Get("/subscriptions/{subscriptionId}/providers/Microsoft.Web/billingMeters")
- @ExpectedResponses({200})
- @UnexpectedResponseExceptionType(DefaultErrorResponseException.class)
- Mono<SimpleResponse<BillingMeterCollectionInner>> list(
- @HostParam("$host") String host,
- @QueryParam("billingLocation") String billingLocation,
- @QueryParam("osType") String osType,
- @PathParam("subscriptionId") String subscriptionId,
- @QueryParam("api-version") String apiVersion,
- Context context);
- @Headers({"Accept: application/json", "Content-Type: application/json"})
- @Post("/subscriptions/{subscriptionId}/providers/Microsoft.Web/checknameavailability")
- @ExpectedResponses({200})
- @UnexpectedResponseExceptionType(DefaultErrorResponseException.class)
- Mono<SimpleResponse<ResourceNameAvailabilityInner>> checkNameAvailability(
- @HostParam("$host") String host,
- @PathParam("subscriptionId") String subscriptionId,
- @QueryParam("api-version") String apiVersion,
- @BodyParam("application/json") ResourceNameAvailabilityRequest request,
- Context context);
- @Headers({"Accept: application/json", "Content-Type: application/json"})
- @Get("/subscriptions/{subscriptionId}/providers/Microsoft.Web/deploymentLocations")
- @ExpectedResponses({200})
- @UnexpectedResponseExceptionType(DefaultErrorResponseException.class)
- Mono<SimpleResponse<DeploymentLocationsInner>> getSubscriptionDeploymentLocations(
- @HostParam("$host") String host,
- @PathParam("subscriptionId") String subscriptionId,
- @QueryParam("api-version") String apiVersion,
- Context context);
- @Headers({"Accept: application/json", "Content-Type: application/json"})
- @Get("/subscriptions/{subscriptionId}/providers/Microsoft.Web/geoRegions")
- @ExpectedResponses({200})
- @UnexpectedResponseExceptionType(DefaultErrorResponseException.class)
- Mono<SimpleResponse<GeoRegionCollectionInner>> listGeoRegions(
- @HostParam("$host") String host,
- @QueryParam("sku") SkuName sku,
- @QueryParam("linuxWorkersEnabled") Boolean linuxWorkersEnabled,
- @QueryParam("xenonWorkersEnabled") Boolean xenonWorkersEnabled,
- @QueryParam("linuxDynamicWorkersEnabled") Boolean linuxDynamicWorkersEnabled,
- @PathParam("subscriptionId") String subscriptionId,
- @QueryParam("api-version") String apiVersion,
- Context context);
- @Headers({"Accept: application/json", "Content-Type: application/json"})
- @Post("/subscriptions/{subscriptionId}/providers/Microsoft.Web/listSitesAssignedToHostName")
- @ExpectedResponses({200})
- @UnexpectedResponseExceptionType(DefaultErrorResponseException.class)
- Mono<SimpleResponse<IdentifierCollectionInner>> listSiteIdentifiersAssignedToHostName(
- @HostParam("$host") String host,
- @PathParam("subscriptionId") String subscriptionId,
- @QueryParam("api-version") String apiVersion,
- @BodyParam("application/json") NameIdentifierInner nameIdentifier,
- Context context);
- @Headers({"Accept: application/json", "Content-Type: application/json"})
- @Get("/subscriptions/{subscriptionId}/providers/Microsoft.Web/premieraddonoffers")
- @ExpectedResponses({200})
- @UnexpectedResponseExceptionType(DefaultErrorResponseException.class)
- Mono<SimpleResponse<PremierAddOnOfferCollectionInner>> listPremierAddOnOffers(
- @HostParam("$host") String host,
- @PathParam("subscriptionId") String subscriptionId,
- @QueryParam("api-version") String apiVersion,
- Context context);
- @Headers({"Accept: application/json", "Content-Type: application/json"})
- @Get("/subscriptions/{subscriptionId}/providers/Microsoft.Web/skus")
- @ExpectedResponses({200})
- @UnexpectedResponseExceptionType(DefaultErrorResponseException.class)
- Mono<SimpleResponse<SkuInfosInner>> listSkus(
- @HostParam("$host") String host,
- @PathParam("subscriptionId") String subscriptionId,
- @QueryParam("api-version") String apiVersion,
- Context context);
- @Headers({"Accept: application/json", "Content-Type: application/json"})
- @Post("/subscriptions/{subscriptionId}/providers/Microsoft.Web/verifyHostingEnvironmentVnet")
- @ExpectedResponses({200})
- @UnexpectedResponseExceptionType(DefaultErrorResponseException.class)
- Mono<SimpleResponse<VnetValidationFailureDetailsInner>> verifyHostingEnvironmentVnet(
- @HostParam("$host") String host,
- @PathParam("subscriptionId") String subscriptionId,
- @QueryParam("api-version") String apiVersion,
- @BodyParam("application/json") VnetParameters parameters,
- Context context);
- @Headers({"Accept: application/json;q=0.9", "Content-Type: application/json"})
- @Post("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/moveResources")
- @ExpectedResponses({204})
- @UnexpectedResponseExceptionType(DefaultErrorResponseException.class)
- Mono<Response<Void>> move(
- @HostParam("$host") String host,
- @PathParam("resourceGroupName") String resourceGroupName,
- @PathParam("subscriptionId") String subscriptionId,
- @QueryParam("api-version") String apiVersion,
- @BodyParam("application/json") CsmMoveResourceEnvelope moveResourceEnvelope,
- Context context);
- @Headers({"Accept: application/json", "Content-Type: application/json"})
- @Post(
- "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web" + "/validate")
- @ExpectedResponses({200})
- @UnexpectedResponseExceptionType(DefaultErrorResponseException.class)
- Mono<SimpleResponse<ValidateResponseInner>> validate(
- @HostParam("$host") String host,
- @PathParam("resourceGroupName") String resourceGroupName,
- @PathParam("subscriptionId") String subscriptionId,
- @QueryParam("api-version") String apiVersion,
- @BodyParam("application/json") ValidateRequest validateRequest,
- Context context);
- @Headers({"Accept: application/json;q=0.9", "Content-Type: application/json"})
- @Post("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/validateMoveResources")
- @ExpectedResponses({204})
- @UnexpectedResponseExceptionType(DefaultErrorResponseException.class)
- Mono<Response<Void>> validateMove(
- @HostParam("$host") String host,
- @PathParam("resourceGroupName") String resourceGroupName,
- @PathParam("subscriptionId") String subscriptionId,
- @QueryParam("api-version") String apiVersion,
- @BodyParam("application/json") CsmMoveResourceEnvelope moveResourceEnvelope,
- Context context);
- @Headers({"Accept: application/json", "Content-Type: application/json"})
- @Get("{nextLink}")
- @ExpectedResponses({200})
- @UnexpectedResponseExceptionType(DefaultErrorResponseException.class)
- Mono<SimpleResponse<SourceControlCollectionInner>> listSourceControlsNext(
- @PathParam(value = "nextLink", encoded = true) String nextLink, Context context);
- @Headers({"Accept: application/json", "Content-Type: application/json"})
- @Get("{nextLink}")
- @ExpectedResponses({200})
- @UnexpectedResponseExceptionType(DefaultErrorResponseException.class)
- Mono<SimpleResponse<BillingMeterCollectionInner>> listBillingMetersNext(
- @PathParam(value = "nextLink", encoded = true) String nextLink, Context context);
- @Headers({"Accept: application/json", "Content-Type: application/json"})
- @Get("{nextLink}")
- @ExpectedResponses({200})
- @UnexpectedResponseExceptionType(DefaultErrorResponseException.class)
- Mono<SimpleResponse<GeoRegionCollectionInner>> listGeoRegionsNext(
- @PathParam(value = "nextLink", encoded = true) String nextLink, Context context);
- @Headers({"Accept: application/json", "Content-Type: application/json"})
- @Get("{nextLink}")
- @ExpectedResponses({200})
- @UnexpectedResponseExceptionType(DefaultErrorResponseException.class)
- Mono<SimpleResponse<IdentifierCollectionInner>> listSiteIdentifiersAssignedToHostNameNext(
- @PathParam(value = "nextLink", encoded = true) String nextLink, Context context);
- @Headers({"Accept: application/json", "Content-Type: application/json"})
- @Get("{nextLink}")
- @ExpectedResponses({200})
- @UnexpectedResponseExceptionType(DefaultErrorResponseException.class)
- Mono<SimpleResponse<PremierAddOnOfferCollectionInner>> listPremierAddOnOffersNext(
- @PathParam(value = "nextLink", encoded = true) String nextLink, Context context);
- }
- /**
- * Description for Gets publishing user.
- *
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return user credentials used for publishing activity.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- public Mono<SimpleResponse<UserInner>> getPublishingUserWithResponseAsync() {
- return FluxUtil
- .withContext(context -> service.getPublishingUser(this.getHost(), this.getApiVersion(), context))
- .subscriberContext(context -> context.putAll(FluxUtil.toReactorContext(this.getContext())));
- }
- /**
- * Description for Gets publishing user.
- *
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return user credentials used for publishing activity.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- public Mono<UserInner> getPublishingUserAsync() {
- return getPublishingUserWithResponseAsync()
- .flatMap(
- (SimpleResponse<UserInner> res) -> {
- if (res.getValue() != null) {
- return Mono.just(res.getValue());
- } else {
- return Mono.empty();
- }
- });
- }
- /**
- * Description for Gets publishing user.
- *
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return user credentials used for publishing activity.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- public UserInner getPublishingUser() {
- return getPublishingUserAsync().block();
- }
- /**
- * Description for Updates publishing user.
- *
- * @param userDetails User credentials used for publishing activity.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return user credentials used for publishing activity.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- public Mono<SimpleResponse<UserInner>> updatePublishingUserWithResponseAsync(UserInner userDetails) {
- return FluxUtil
- .withContext(
- context -> service.updatePublishingUser(this.getHost(), this.getApiVersion(), userDetails, context))
- .subscriberContext(context -> context.putAll(FluxUtil.toReactorContext(this.getContext())));
- }
- /**
- * Description for Updates publishing user.
- *
- * @param userDetails User credentials used for publishing activity.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return user credentials used for publishing activity.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- public Mono<UserInner> updatePublishingUserAsync(UserInner userDetails) {
- return updatePublishingUserWithResponseAsync(userDetails)
- .flatMap(
- (SimpleResponse<UserInner> res) -> {
- if (res.getValue() != null) {
- return Mono.just(res.getValue());
- } else {
- return Mono.empty();
- }
- });
- }
- /**
- * Description for Updates publishing user.
- *
- * @param userDetails User credentials used for publishing activity.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return user credentials used for publishing activity.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- public UserInner updatePublishingUser(UserInner userDetails) {
- return updatePublishingUserAsync(userDetails).block();
- }
- /**
- * Description for Gets the source controls available for Azure websites.
- *
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return collection of source controls.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- public Mono<PagedResponse<SourceControlInner>> listSourceControlsSinglePageAsync() {
- return FluxUtil
- .withContext(context -> service.listSourceControls(this.getHost(), this.getApiVersion(), context))
- .<PagedResponse<SourceControlInner>>map(
- res ->
- new PagedResponseBase<>(
- res.getRequest(),
- res.getStatusCode(),
- res.getHeaders(),
- res.getValue().value(),
- res.getValue().nextLink(),
- null))
- .subscriberContext(context -> context.putAll(FluxUtil.toReactorContext(this.getContext())));
- }
- /**
- * Description for Gets the source controls available for Azure websites.
- *
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return collection of source controls.
- */
- @ServiceMethod(returns = ReturnType.COLLECTION)
- public PagedFlux<SourceControlInner> listSourceControlsAsync() {
- return new PagedFlux<>(
- () -> listSourceControlsSinglePageAsync(), nextLink -> listSourceControlsNextSinglePageAsync(nextLink));
- }
- /**
- * Description for Gets the source controls available for Azure websites.
- *
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return collection of source controls.
- */
- @ServiceMethod(returns = ReturnType.COLLECTION)
- public PagedIterable<SourceControlInner> listSourceControls() {
- return new PagedIterable<>(listSourceControlsAsync());
- }
- /**
- * Description for Gets source control token.
- *
- * @param sourceControlType Type of source control.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return the source control OAuth token.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- public Mono<SimpleResponse<SourceControlInner>> getSourceControlWithResponseAsync(String sourceControlType) {
- return FluxUtil
- .withContext(
- context -> service.getSourceControl(this.getHost(), sourceControlType, this.getApiVersion(), context))
- .subscriberContext(context -> context.putAll(FluxUtil.toReactorContext(this.getContext())));
- }
- /**
- * Description for Gets source control token.
- *
- * @param sourceControlType Type of source control.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return the source control OAuth token.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- public Mono<SourceControlInner> getSourceControlAsync(String sourceControlType) {
- return getSourceControlWithResponseAsync(sourceControlType)
- .flatMap(
- (SimpleResponse<SourceControlInner> res) -> {
- if (res.getValue() != null) {
- return Mono.just(res.getValue());
- } else {
- return Mono.empty();
- }
- });
- }
- /**
- * Description for Gets source control token.
- *
- * @param sourceControlType Type of source control.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return the source control OAuth token.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- public SourceControlInner getSourceControl(String sourceControlType) {
- return getSourceControlAsync(sourceControlType).block();
- }
- /**
- * Description for Updates source control token.
- *
- * @param sourceControlType Type of source control.
- * @param requestMessage The source control OAuth token.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return the source control OAuth token.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- public Mono<SimpleResponse<SourceControlInner>> updateSourceControlWithResponseAsync(
- String sourceControlType, SourceControlInner requestMessage) {
- return FluxUtil
- .withContext(
- context ->
- service
- .updateSourceControl(
- this.getHost(), sourceControlType, this.getApiVersion(), requestMessage, context))
- .subscriberContext(context -> context.putAll(FluxUtil.toReactorContext(this.getContext())));
- }
- /**
- * Description for Updates source control token.
- *
- * @param sourceControlType Type of source control.
- * @param requestMessage The source control OAuth token.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return the source control OAuth token.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- public Mono<SourceControlInner> updateSourceControlAsync(
- String sourceControlType, SourceControlInner requestMessage) {
- return updateSourceControlWithResponseAsync(sourceControlType, requestMessage)
- .flatMap(
- (SimpleResponse<SourceControlInner> res) -> {
- if (res.getValue() != null) {
- return Mono.just(res.getValue());
- } else {
- return Mono.empty();
- }
- });
- }
- /**
- * Description for Updates source control token.
- *
- * @param sourceControlType Type of source control.
- * @param requestMessage The source control OAuth token.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return the source control OAuth token.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- public SourceControlInner updateSourceControl(String sourceControlType, SourceControlInner requestMessage) {
- return updateSourceControlAsync(sourceControlType, requestMessage).block();
- }
- /**
- * Description for Gets a list of meters for a given location.
- *
- * @param billingLocation Azure Location of billable resource.
- * @param osType App Service OS type meters used for.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return collection of Billing Meters.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- public Mono<PagedResponse<BillingMeterInner>> listSinglePageAsync(String billingLocation, String osType) {
- return FluxUtil
- .withContext(
- context ->
- service
- .list(
- this.getHost(),
- billingLocation,
- osType,
- this.getSubscriptionId(),
- this.getApiVersion(),
- context))
- .<PagedResponse<BillingMeterInner>>map(
- res ->
- new PagedResponseBase<>(
- res.getRequest(),
- res.getStatusCode(),
- res.getHeaders(),
- res.getValue().value(),
- res.getValue().nextLink(),
- null))
- .subscriberContext(context -> context.putAll(FluxUtil.toReactorContext(this.getContext())));
- }
- /**
- * Description for Gets a list of meters for a given location.
- *
- * @param billingLocation Azure Location of billable resource.
- * @param osType App Service OS type meters used for.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return collection of Billing Meters.
- */
- @ServiceMethod(returns = ReturnType.COLLECTION)
- public PagedFlux<BillingMeterInner> listAsync(String billingLocation, String osType) {
- return new PagedFlux<>(
- () -> listSinglePageAsync(billingLocation, osType),
- nextLink -> listBillingMetersNextSinglePageAsync(nextLink));
- }
- /**
- * Description for Gets a list of meters for a given location.
- *
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return collection of Billing Meters.
- */
- @ServiceMethod(returns = ReturnType.COLLECTION)
- public PagedFlux<BillingMeterInner> listAsync() {
- final String billingLocation = null;
- final String osType = null;
- final Context context = null;
- return new PagedFlux<>(
- () -> listSinglePageAsync(billingLocation, osType),
- nextLink -> listBillingMetersNextSinglePageAsync(nextLink));
- }
- /**
- * Description for Gets a list of meters for a given location.
- *
- * @param billingLocation Azure Location of billable resource.
- * @param osType App Service OS type meters used for.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return collection of Billing Meters.
- */
- @ServiceMethod(returns = ReturnType.COLLECTION)
- public PagedIterable<BillingMeterInner> list(String billingLocation, String osType) {
- return new PagedIterable<>(listAsync(billingLocation, osType));
- }
- /**
- * Description for Gets a list of meters for a given location.
- *
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return collection of Billing Meters.
- */
- @ServiceMethod(returns = ReturnType.COLLECTION)
- public PagedIterable<BillingMeterInner> list() {
- final String billingLocation = null;
- final String osType = null;
- final Context context = null;
- return new PagedIterable<>(listAsync(billingLocation, osType));
- }
- /**
- * Description for Check if a resource name is available.
- *
- * @param name Resource name to verify.
- * @param type Resource type used for verification.
- * @param isFqdn Is fully qualified domain name.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return information regarding availability of a resource name.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- public Mono<SimpleResponse<ResourceNameAvailabilityInner>> checkNameAvailabilityWithResponseAsync(
- String name, CheckNameResourceTypes type, Boolean isFqdn) {
- ResourceNameAvailabilityRequest request = new ResourceNameAvailabilityRequest();
- request.withName(name);
- request.withType(type);
- request.withIsFqdn(isFqdn);
- return FluxUtil
- .withContext(
- context ->
- service
- .checkNameAvailability(
- this.getHost(), this.getSubscriptionId(), this.getApiVersion(), request, context))
- .subscriberContext(context -> context.putAll(FluxUtil.toReactorContext(this.getContext())));
- }
- /**
- * Description for Check if a resource name is available.
- *
- * @param name Resource name to verify.
- * @param type Resource type used for verification.
- * @param isFqdn Is fully qualified domain name.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return information regarding availability of a resource name.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- public Mono<ResourceNameAvailabilityInner> checkNameAvailabilityAsync(
- String name, CheckNameResourceTypes type, Boolean isFqdn) {
- return checkNameAvailabilityWithResponseAsync(name, type, isFqdn)
- .flatMap(
- (SimpleResponse<ResourceNameAvailabilityInner> res) -> {
- if (res.getValue() != null) {
- return Mono.just(res.getValue());
- } else {
- return Mono.empty();
- }
- });
- }
- /**
- * Description for Check if a resource name is available.
- *
- * @param name Resource name to verify.
- * @param type Resource type used for verification.
- * @param isFqdn Is fully qualified domain name.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return information regarding availability of a resource name.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- public ResourceNameAvailabilityInner checkNameAvailability(
- String name, CheckNameResourceTypes type, Boolean isFqdn) {
- return checkNameAvailabilityAsync(name, type, isFqdn).block();
- }
- /**
- * Description for Gets list of available geo regions plus ministamps.
- *
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return list of available locations (regions or App Service Environments) for deployment of App Service
- * resources.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- public Mono<SimpleResponse<DeploymentLocationsInner>> getSubscriptionDeploymentLocationsWithResponseAsync() {
- return FluxUtil
- .withContext(
- context ->
- service
- .getSubscriptionDeploymentLocations(
- this.getHost(), this.getSubscriptionId(), this.getApiVersion(), context))
- .subscriberContext(context -> context.putAll(FluxUtil.toReactorContext(this.getContext())));
- }
- /**
- * Description for Gets list of available geo regions plus ministamps.
- *
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return list of available locations (regions or App Service Environments) for deployment of App Service
- * resources.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- public Mono<DeploymentLocationsInner> getSubscriptionDeploymentLocationsAsync() {
- return getSubscriptionDeploymentLocationsWithResponseAsync()
- .flatMap(
- (SimpleResponse<DeploymentLocationsInner> res) -> {
- if (res.getValue() != null) {
- return Mono.just(res.getValue());
- } else {
- return Mono.empty();
- }
- });
- }
- /**
- * Description for Gets list of available geo regions plus ministamps.
- *
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return list of available locations (regions or App Service Environments) for deployment of App Service
- * resources.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- public DeploymentLocationsInner getSubscriptionDeploymentLocations() {
- return getSubscriptionDeploymentLocationsAsync().block();
- }
- /**
- * Description for Get a list of available geographical regions.
- *
- * @param sku Name of SKU used to filter the regions.
- * @param linuxWorkersEnabled Specify <code>true</code> if you want to filter to only regions that
- * support Linux workers.
- * @param xenonWorkersEnabled Specify <code>true</code> if you want to filter to only regions that
- * support Xenon workers.
- * @param linuxDynamicWorkersEnabled Specify <code>true</code> if you want to filter to only regions
- * that support Linux Consumption Workers.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return collection of geographical regions.
- */
- @ServiceMethod(returns = ReturnType.SINGLE)
- public Mono<PagedResponse<GeoRegionInner>> listGeoRegionsSinglePageAsync(
- SkuName sku, Boolean linuxWorkersEnabled, Boolean xenonWorkersEnabled, Boolean linuxDynamicWorkersEnabled) {
- return FluxUtil
- .withContext(
- context ->
- service
- .listGeoRegions(
- this.getHost(),
- sku,
- linuxWorkersEnabled,
- xenonWorkersEnabled,
- linuxDynamicWorkersEnabled,
- this.getSubscriptionId(),
- this.getApiVersion(),
- context))
- .<PagedResponse<GeoRegionInner>>map(
- res ->
- new PagedResponseBase<>(
- res.getRequest(),
- res.getStatusCode(),
- res.getHeaders(),
- res.getValue().value(),
- res.getValue().nextLink(),
- null))
- .subscriberContext(context -> context.putAll(FluxUtil.toReactorContext(this.getContext())));
- }
- /**
- * Description for Get a list of available geographical regions.
- *
- * @param sku Name of SKU used to filter the regions.
- * @param linuxWorkersEnabled Specify <code>true</code> if you want to filter to only regions that
- * support Linux workers.
- * @param xenonWorkersEnabled Specify <code>true</code> if you want to filter to only regions that
- * support Xenon workers.
- * @param linuxDynamicWorkersEnabled Specify <code>true</code> if you want to filter to only regions
- * that support Linux Consumption Workers.
- * @throws IllegalArgumentException thrown if parameters fail the validation.
- * @throws DefaultErrorResponseException thrown if the request is rejected by server.
- * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
- * @return collection of geographical regions.
- */
- @ServiceMethod(ret…