com.azure.resourcemanager.search.implementation.SharedPrivateLinkResourcesClientImpl Maven / Gradle / Ivy
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.search.implementation;
import com.azure.core.annotation.BodyParam;
import com.azure.core.annotation.Delete;
import com.azure.core.annotation.ExpectedResponses;
import com.azure.core.annotation.Get;
import com.azure.core.annotation.HeaderParam;
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.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.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.management.exception.ManagementException;
import com.azure.core.management.polling.PollResult;
import com.azure.core.util.Context;
import com.azure.core.util.FluxUtil;
import com.azure.core.util.polling.PollerFlux;
import com.azure.core.util.polling.SyncPoller;
import com.azure.resourcemanager.search.fluent.SharedPrivateLinkResourcesClient;
import com.azure.resourcemanager.search.fluent.models.SharedPrivateLinkResourceInner;
import com.azure.resourcemanager.search.models.SharedPrivateLinkResourceListResult;
import java.nio.ByteBuffer;
import java.util.UUID;
import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono;
/**
* An instance of this class provides access to all the operations defined in SharedPrivateLinkResourcesClient.
*/
public final class SharedPrivateLinkResourcesClientImpl implements SharedPrivateLinkResourcesClient {
/**
* The proxy service used to perform REST calls.
*/
private final SharedPrivateLinkResourcesService service;
/**
* The service client containing this operation class.
*/
private final SearchManagementClientImpl client;
/**
* Initializes an instance of SharedPrivateLinkResourcesClientImpl.
*
* @param client the instance of the service client containing this operation class.
*/
SharedPrivateLinkResourcesClientImpl(SearchManagementClientImpl client) {
this.service = RestProxy.create(SharedPrivateLinkResourcesService.class, client.getHttpPipeline(),
client.getSerializerAdapter());
this.client = client;
}
/**
* The interface defining all the services for SearchManagementClientSharedPrivateLinkResources to be used by the
* proxy service to perform REST calls.
*/
@Host("{$host}")
@ServiceInterface(name = "SearchManagementClie")
public interface SharedPrivateLinkResourcesService {
@Headers({ "Content-Type: application/json" })
@Put("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}")
@ExpectedResponses({ 200, 202 })
@UnexpectedResponseExceptionType(ManagementException.class)
Mono>> createOrUpdate(@HostParam("$host") String endpoint,
@PathParam("resourceGroupName") String resourceGroupName,
@PathParam("searchServiceName") String searchServiceName,
@PathParam("sharedPrivateLinkResourceName") String sharedPrivateLinkResourceName,
@HeaderParam("x-ms-client-request-id") UUID clientRequestId, @QueryParam("api-version") String apiVersion,
@PathParam("subscriptionId") String subscriptionId,
@BodyParam("application/json") SharedPrivateLinkResourceInner sharedPrivateLinkResource,
@HeaderParam("Accept") String accept, Context context);
@Headers({ "Content-Type: application/json" })
@Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}")
@ExpectedResponses({ 200 })
@UnexpectedResponseExceptionType(ManagementException.class)
Mono> get(@HostParam("$host") String endpoint,
@PathParam("resourceGroupName") String resourceGroupName,
@PathParam("searchServiceName") String searchServiceName,
@PathParam("sharedPrivateLinkResourceName") String sharedPrivateLinkResourceName,
@HeaderParam("x-ms-client-request-id") UUID clientRequestId, @QueryParam("api-version") String apiVersion,
@PathParam("subscriptionId") String subscriptionId, @HeaderParam("Accept") String accept, Context context);
@Headers({ "Content-Type: application/json" })
@Delete("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}")
@ExpectedResponses({ 202, 204, 404 })
@UnexpectedResponseExceptionType(ManagementException.class)
Mono>> delete(@HostParam("$host") String endpoint,
@PathParam("resourceGroupName") String resourceGroupName,
@PathParam("searchServiceName") String searchServiceName,
@PathParam("sharedPrivateLinkResourceName") String sharedPrivateLinkResourceName,
@HeaderParam("x-ms-client-request-id") UUID clientRequestId, @QueryParam("api-version") String apiVersion,
@PathParam("subscriptionId") String subscriptionId, @HeaderParam("Accept") String accept, Context context);
@Headers({ "Content-Type: application/json" })
@Get("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources")
@ExpectedResponses({ 200 })
@UnexpectedResponseExceptionType(ManagementException.class)
Mono> listByService(@HostParam("$host") String endpoint,
@HeaderParam("x-ms-client-request-id") UUID clientRequestId, @QueryParam("api-version") String apiVersion,
@PathParam("subscriptionId") String subscriptionId,
@PathParam("resourceGroupName") String resourceGroupName,
@PathParam("searchServiceName") String searchServiceName, @HeaderParam("Accept") String accept,
Context context);
@Headers({ "Content-Type: application/json" })
@Get("{nextLink}")
@ExpectedResponses({ 200 })
@UnexpectedResponseExceptionType(ManagementException.class)
Mono> listByServiceNext(
@PathParam(value = "nextLink", encoded = true) String nextLink, @HostParam("$host") String endpoint,
@HeaderParam("x-ms-client-request-id") UUID clientRequestId, @HeaderParam("Accept") String accept,
Context context);
}
/**
* Initiates the creation or update of a shared private link resource managed by the search service in the given
* resource group.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @param sharedPrivateLinkResource The definition of the shared private link resource to create or update.
* @param clientRequestId A client-generated GUID value that identifies this request. If specified, this will be
* included in response information as a way to track the request.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return describes a Shared Private Link Resource managed by the search service along with {@link Response} on
* successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono>> createOrUpdateWithResponseAsync(String resourceGroupName,
String searchServiceName, String sharedPrivateLinkResourceName,
SharedPrivateLinkResourceInner sharedPrivateLinkResource, UUID clientRequestId) {
if (this.client.getEndpoint() == null) {
return Mono.error(
new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
}
if (resourceGroupName == null) {
return Mono
.error(new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."));
}
if (searchServiceName == null) {
return Mono
.error(new IllegalArgumentException("Parameter searchServiceName is required and cannot be null."));
}
if (sharedPrivateLinkResourceName == null) {
return Mono.error(new IllegalArgumentException(
"Parameter sharedPrivateLinkResourceName is required and cannot be null."));
}
if (this.client.getSubscriptionId() == null) {
return Mono.error(new IllegalArgumentException(
"Parameter this.client.getSubscriptionId() is required and cannot be null."));
}
if (sharedPrivateLinkResource == null) {
return Mono.error(
new IllegalArgumentException("Parameter sharedPrivateLinkResource is required and cannot be null."));
} else {
sharedPrivateLinkResource.validate();
}
final String accept = "application/json";
return FluxUtil
.withContext(context -> service.createOrUpdate(this.client.getEndpoint(), resourceGroupName,
searchServiceName, sharedPrivateLinkResourceName, clientRequestId, this.client.getApiVersion(),
this.client.getSubscriptionId(), sharedPrivateLinkResource, accept, context))
.contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
}
/**
* Initiates the creation or update of a shared private link resource managed by the search service in the given
* resource group.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @param sharedPrivateLinkResource The definition of the shared private link resource to create or update.
* @param clientRequestId A client-generated GUID value that identifies this request. If specified, this will be
* included in response information as a way to track the request.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return describes a Shared Private Link Resource managed by the search service along with {@link Response} on
* successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
private Mono>> createOrUpdateWithResponseAsync(String resourceGroupName,
String searchServiceName, String sharedPrivateLinkResourceName,
SharedPrivateLinkResourceInner sharedPrivateLinkResource, UUID clientRequestId, Context context) {
if (this.client.getEndpoint() == null) {
return Mono.error(
new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
}
if (resourceGroupName == null) {
return Mono
.error(new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."));
}
if (searchServiceName == null) {
return Mono
.error(new IllegalArgumentException("Parameter searchServiceName is required and cannot be null."));
}
if (sharedPrivateLinkResourceName == null) {
return Mono.error(new IllegalArgumentException(
"Parameter sharedPrivateLinkResourceName is required and cannot be null."));
}
if (this.client.getSubscriptionId() == null) {
return Mono.error(new IllegalArgumentException(
"Parameter this.client.getSubscriptionId() is required and cannot be null."));
}
if (sharedPrivateLinkResource == null) {
return Mono.error(
new IllegalArgumentException("Parameter sharedPrivateLinkResource is required and cannot be null."));
} else {
sharedPrivateLinkResource.validate();
}
final String accept = "application/json";
context = this.client.mergeContext(context);
return service.createOrUpdate(this.client.getEndpoint(), resourceGroupName, searchServiceName,
sharedPrivateLinkResourceName, clientRequestId, this.client.getApiVersion(),
this.client.getSubscriptionId(), sharedPrivateLinkResource, accept, context);
}
/**
* Initiates the creation or update of a shared private link resource managed by the search service in the given
* resource group.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @param sharedPrivateLinkResource The definition of the shared private link resource to create or update.
* @param clientRequestId A client-generated GUID value that identifies this request. If specified, this will be
* included in response information as a way to track the request.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link PollerFlux} for polling of describes a Shared Private Link Resource managed by the search
* service.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
public PollerFlux, SharedPrivateLinkResourceInner>
beginCreateOrUpdateAsync(String resourceGroupName, String searchServiceName,
String sharedPrivateLinkResourceName, SharedPrivateLinkResourceInner sharedPrivateLinkResource,
UUID clientRequestId) {
Mono>> mono = createOrUpdateWithResponseAsync(resourceGroupName, searchServiceName,
sharedPrivateLinkResourceName, sharedPrivateLinkResource, clientRequestId);
return this.client.getLroResult(mono,
this.client.getHttpPipeline(), SharedPrivateLinkResourceInner.class, SharedPrivateLinkResourceInner.class,
this.client.getContext());
}
/**
* Initiates the creation or update of a shared private link resource managed by the search service in the given
* resource group.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @param sharedPrivateLinkResource The definition of the shared private link resource to create or update.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link PollerFlux} for polling of describes a Shared Private Link Resource managed by the search
* service.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
public PollerFlux, SharedPrivateLinkResourceInner>
beginCreateOrUpdateAsync(String resourceGroupName, String searchServiceName,
String sharedPrivateLinkResourceName, SharedPrivateLinkResourceInner sharedPrivateLinkResource) {
final UUID clientRequestId = null;
Mono>> mono = createOrUpdateWithResponseAsync(resourceGroupName, searchServiceName,
sharedPrivateLinkResourceName, sharedPrivateLinkResource, clientRequestId);
return this.client.getLroResult(mono,
this.client.getHttpPipeline(), SharedPrivateLinkResourceInner.class, SharedPrivateLinkResourceInner.class,
this.client.getContext());
}
/**
* Initiates the creation or update of a shared private link resource managed by the search service in the given
* resource group.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @param sharedPrivateLinkResource The definition of the shared private link resource to create or update.
* @param clientRequestId A client-generated GUID value that identifies this request. If specified, this will be
* included in response information as a way to track the request.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link PollerFlux} for polling of describes a Shared Private Link Resource managed by the search
* service.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
private PollerFlux, SharedPrivateLinkResourceInner>
beginCreateOrUpdateAsync(String resourceGroupName, String searchServiceName,
String sharedPrivateLinkResourceName, SharedPrivateLinkResourceInner sharedPrivateLinkResource,
UUID clientRequestId, Context context) {
context = this.client.mergeContext(context);
Mono>> mono = createOrUpdateWithResponseAsync(resourceGroupName, searchServiceName,
sharedPrivateLinkResourceName, sharedPrivateLinkResource, clientRequestId, context);
return this.client.getLroResult(mono,
this.client.getHttpPipeline(), SharedPrivateLinkResourceInner.class, SharedPrivateLinkResourceInner.class,
context);
}
/**
* Initiates the creation or update of a shared private link resource managed by the search service in the given
* resource group.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @param sharedPrivateLinkResource The definition of the shared private link resource to create or update.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link SyncPoller} for polling of describes a Shared Private Link Resource managed by the search
* service.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
public SyncPoller, SharedPrivateLinkResourceInner> beginCreateOrUpdate(
String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName,
SharedPrivateLinkResourceInner sharedPrivateLinkResource) {
final UUID clientRequestId = null;
return this
.beginCreateOrUpdateAsync(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName,
sharedPrivateLinkResource, clientRequestId)
.getSyncPoller();
}
/**
* Initiates the creation or update of a shared private link resource managed by the search service in the given
* resource group.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @param sharedPrivateLinkResource The definition of the shared private link resource to create or update.
* @param clientRequestId A client-generated GUID value that identifies this request. If specified, this will be
* included in response information as a way to track the request.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link SyncPoller} for polling of describes a Shared Private Link Resource managed by the search
* service.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
public SyncPoller, SharedPrivateLinkResourceInner> beginCreateOrUpdate(
String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName,
SharedPrivateLinkResourceInner sharedPrivateLinkResource, UUID clientRequestId, Context context) {
return this
.beginCreateOrUpdateAsync(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName,
sharedPrivateLinkResource, clientRequestId, context)
.getSyncPoller();
}
/**
* Initiates the creation or update of a shared private link resource managed by the search service in the given
* resource group.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @param sharedPrivateLinkResource The definition of the shared private link resource to create or update.
* @param clientRequestId A client-generated GUID value that identifies this request. If specified, this will be
* included in response information as a way to track the request.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return describes a Shared Private Link Resource managed by the search service on successful completion of
* {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono createOrUpdateAsync(String resourceGroupName, String searchServiceName,
String sharedPrivateLinkResourceName, SharedPrivateLinkResourceInner sharedPrivateLinkResource,
UUID clientRequestId) {
return beginCreateOrUpdateAsync(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName,
sharedPrivateLinkResource, clientRequestId).last().flatMap(this.client::getLroFinalResultOrError);
}
/**
* Initiates the creation or update of a shared private link resource managed by the search service in the given
* resource group.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @param sharedPrivateLinkResource The definition of the shared private link resource to create or update.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return describes a Shared Private Link Resource managed by the search service on successful completion of
* {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono createOrUpdateAsync(String resourceGroupName, String searchServiceName,
String sharedPrivateLinkResourceName, SharedPrivateLinkResourceInner sharedPrivateLinkResource) {
final UUID clientRequestId = null;
return beginCreateOrUpdateAsync(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName,
sharedPrivateLinkResource, clientRequestId).last().flatMap(this.client::getLroFinalResultOrError);
}
/**
* Initiates the creation or update of a shared private link resource managed by the search service in the given
* resource group.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @param sharedPrivateLinkResource The definition of the shared private link resource to create or update.
* @param clientRequestId A client-generated GUID value that identifies this request. If specified, this will be
* included in response information as a way to track the request.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return describes a Shared Private Link Resource managed by the search service on successful completion of
* {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
private Mono createOrUpdateAsync(String resourceGroupName, String searchServiceName,
String sharedPrivateLinkResourceName, SharedPrivateLinkResourceInner sharedPrivateLinkResource,
UUID clientRequestId, Context context) {
return beginCreateOrUpdateAsync(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName,
sharedPrivateLinkResource, clientRequestId, context).last().flatMap(this.client::getLroFinalResultOrError);
}
/**
* Initiates the creation or update of a shared private link resource managed by the search service in the given
* resource group.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @param sharedPrivateLinkResource The definition of the shared private link resource to create or update.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return describes a Shared Private Link Resource managed by the search service.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public SharedPrivateLinkResourceInner createOrUpdate(String resourceGroupName, String searchServiceName,
String sharedPrivateLinkResourceName, SharedPrivateLinkResourceInner sharedPrivateLinkResource) {
final UUID clientRequestId = null;
return createOrUpdateAsync(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName,
sharedPrivateLinkResource, clientRequestId).block();
}
/**
* Initiates the creation or update of a shared private link resource managed by the search service in the given
* resource group.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @param sharedPrivateLinkResource The definition of the shared private link resource to create or update.
* @param clientRequestId A client-generated GUID value that identifies this request. If specified, this will be
* included in response information as a way to track the request.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return describes a Shared Private Link Resource managed by the search service.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public SharedPrivateLinkResourceInner createOrUpdate(String resourceGroupName, String searchServiceName,
String sharedPrivateLinkResourceName, SharedPrivateLinkResourceInner sharedPrivateLinkResource,
UUID clientRequestId, Context context) {
return createOrUpdateAsync(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName,
sharedPrivateLinkResource, clientRequestId, context).block();
}
/**
* Gets the details of the shared private link resource managed by the search service in the given resource group.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @param clientRequestId A client-generated GUID value that identifies this request. If specified, this will be
* included in response information as a way to track the request.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the details of the shared private link resource managed by the search service in the given resource group
* along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono> getWithResponseAsync(String resourceGroupName,
String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId) {
if (this.client.getEndpoint() == null) {
return Mono.error(
new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
}
if (resourceGroupName == null) {
return Mono
.error(new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."));
}
if (searchServiceName == null) {
return Mono
.error(new IllegalArgumentException("Parameter searchServiceName is required and cannot be null."));
}
if (sharedPrivateLinkResourceName == null) {
return Mono.error(new IllegalArgumentException(
"Parameter sharedPrivateLinkResourceName is required and cannot be null."));
}
if (this.client.getSubscriptionId() == null) {
return Mono.error(new IllegalArgumentException(
"Parameter this.client.getSubscriptionId() is required and cannot be null."));
}
final String accept = "application/json";
return FluxUtil
.withContext(context -> service.get(this.client.getEndpoint(), resourceGroupName, searchServiceName,
sharedPrivateLinkResourceName, clientRequestId, this.client.getApiVersion(),
this.client.getSubscriptionId(), accept, context))
.contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
}
/**
* Gets the details of the shared private link resource managed by the search service in the given resource group.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @param clientRequestId A client-generated GUID value that identifies this request. If specified, this will be
* included in response information as a way to track the request.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the details of the shared private link resource managed by the search service in the given resource group
* along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
private Mono> getWithResponseAsync(String resourceGroupName,
String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId, Context context) {
if (this.client.getEndpoint() == null) {
return Mono.error(
new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
}
if (resourceGroupName == null) {
return Mono
.error(new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."));
}
if (searchServiceName == null) {
return Mono
.error(new IllegalArgumentException("Parameter searchServiceName is required and cannot be null."));
}
if (sharedPrivateLinkResourceName == null) {
return Mono.error(new IllegalArgumentException(
"Parameter sharedPrivateLinkResourceName is required and cannot be null."));
}
if (this.client.getSubscriptionId() == null) {
return Mono.error(new IllegalArgumentException(
"Parameter this.client.getSubscriptionId() is required and cannot be null."));
}
final String accept = "application/json";
context = this.client.mergeContext(context);
return service.get(this.client.getEndpoint(), resourceGroupName, searchServiceName,
sharedPrivateLinkResourceName, clientRequestId, this.client.getApiVersion(),
this.client.getSubscriptionId(), accept, context);
}
/**
* Gets the details of the shared private link resource managed by the search service in the given resource group.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the details of the shared private link resource managed by the search service in the given resource group
* on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono getAsync(String resourceGroupName, String searchServiceName,
String sharedPrivateLinkResourceName) {
final UUID clientRequestId = null;
return getWithResponseAsync(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName,
clientRequestId).flatMap(res -> Mono.justOrEmpty(res.getValue()));
}
/**
* Gets the details of the shared private link resource managed by the search service in the given resource group.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @param clientRequestId A client-generated GUID value that identifies this request. If specified, this will be
* included in response information as a way to track the request.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the details of the shared private link resource managed by the search service in the given resource group
* along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Response getWithResponse(String resourceGroupName, String searchServiceName,
String sharedPrivateLinkResourceName, UUID clientRequestId, Context context) {
return getWithResponseAsync(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName,
clientRequestId, context).block();
}
/**
* Gets the details of the shared private link resource managed by the search service in the given resource group.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the details of the shared private link resource managed by the search service in the given resource
* group.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public SharedPrivateLinkResourceInner get(String resourceGroupName, String searchServiceName,
String sharedPrivateLinkResourceName) {
final UUID clientRequestId = null;
return getWithResponse(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, clientRequestId,
Context.NONE).getValue();
}
/**
* Initiates the deletion of the shared private link resource from the search service.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @param clientRequestId A client-generated GUID value that identifies this request. If specified, this will be
* included in response information as a way to track the request.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono>> deleteWithResponseAsync(String resourceGroupName, String searchServiceName,
String sharedPrivateLinkResourceName, UUID clientRequestId) {
if (this.client.getEndpoint() == null) {
return Mono.error(
new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
}
if (resourceGroupName == null) {
return Mono
.error(new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."));
}
if (searchServiceName == null) {
return Mono
.error(new IllegalArgumentException("Parameter searchServiceName is required and cannot be null."));
}
if (sharedPrivateLinkResourceName == null) {
return Mono.error(new IllegalArgumentException(
"Parameter sharedPrivateLinkResourceName is required and cannot be null."));
}
if (this.client.getSubscriptionId() == null) {
return Mono.error(new IllegalArgumentException(
"Parameter this.client.getSubscriptionId() is required and cannot be null."));
}
final String accept = "application/json";
return FluxUtil
.withContext(context -> service.delete(this.client.getEndpoint(), resourceGroupName, searchServiceName,
sharedPrivateLinkResourceName, clientRequestId, this.client.getApiVersion(),
this.client.getSubscriptionId(), accept, context))
.contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
}
/**
* Initiates the deletion of the shared private link resource from the search service.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @param clientRequestId A client-generated GUID value that identifies this request. If specified, this will be
* included in response information as a way to track the request.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
private Mono>> deleteWithResponseAsync(String resourceGroupName, String searchServiceName,
String sharedPrivateLinkResourceName, UUID clientRequestId, Context context) {
if (this.client.getEndpoint() == null) {
return Mono.error(
new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
}
if (resourceGroupName == null) {
return Mono
.error(new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."));
}
if (searchServiceName == null) {
return Mono
.error(new IllegalArgumentException("Parameter searchServiceName is required and cannot be null."));
}
if (sharedPrivateLinkResourceName == null) {
return Mono.error(new IllegalArgumentException(
"Parameter sharedPrivateLinkResourceName is required and cannot be null."));
}
if (this.client.getSubscriptionId() == null) {
return Mono.error(new IllegalArgumentException(
"Parameter this.client.getSubscriptionId() is required and cannot be null."));
}
final String accept = "application/json";
context = this.client.mergeContext(context);
return service.delete(this.client.getEndpoint(), resourceGroupName, searchServiceName,
sharedPrivateLinkResourceName, clientRequestId, this.client.getApiVersion(),
this.client.getSubscriptionId(), accept, context);
}
/**
* Initiates the deletion of the shared private link resource from the search service.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @param clientRequestId A client-generated GUID value that identifies this request. If specified, this will be
* included in response information as a way to track the request.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link PollerFlux} for polling of long-running operation.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
public PollerFlux, Void> beginDeleteAsync(String resourceGroupName, String searchServiceName,
String sharedPrivateLinkResourceName, UUID clientRequestId) {
Mono>> mono = deleteWithResponseAsync(resourceGroupName, searchServiceName,
sharedPrivateLinkResourceName, clientRequestId);
return this.client.getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class,
this.client.getContext());
}
/**
* Initiates the deletion of the shared private link resource from the search service.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link PollerFlux} for polling of long-running operation.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
public PollerFlux, Void> beginDeleteAsync(String resourceGroupName, String searchServiceName,
String sharedPrivateLinkResourceName) {
final UUID clientRequestId = null;
Mono>> mono = deleteWithResponseAsync(resourceGroupName, searchServiceName,
sharedPrivateLinkResourceName, clientRequestId);
return this.client.getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class,
this.client.getContext());
}
/**
* Initiates the deletion of the shared private link resource from the search service.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @param clientRequestId A client-generated GUID value that identifies this request. If specified, this will be
* included in response information as a way to track the request.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link PollerFlux} for polling of long-running operation.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
private PollerFlux, Void> beginDeleteAsync(String resourceGroupName, String searchServiceName,
String sharedPrivateLinkResourceName, UUID clientRequestId, Context context) {
context = this.client.mergeContext(context);
Mono>> mono = deleteWithResponseAsync(resourceGroupName, searchServiceName,
sharedPrivateLinkResourceName, clientRequestId, context);
return this.client.getLroResult(mono, this.client.getHttpPipeline(), Void.class, Void.class,
context);
}
/**
* Initiates the deletion of the shared private link resource from the search service.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link SyncPoller} for polling of long-running operation.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
public SyncPoller, Void> beginDelete(String resourceGroupName, String searchServiceName,
String sharedPrivateLinkResourceName) {
final UUID clientRequestId = null;
return this
.beginDeleteAsync(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, clientRequestId)
.getSyncPoller();
}
/**
* Initiates the deletion of the shared private link resource from the search service.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @param clientRequestId A client-generated GUID value that identifies this request. If specified, this will be
* included in response information as a way to track the request.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link SyncPoller} for polling of long-running operation.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
public SyncPoller, Void> beginDelete(String resourceGroupName, String searchServiceName,
String sharedPrivateLinkResourceName, UUID clientRequestId, Context context) {
return this
.beginDeleteAsync(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, clientRequestId,
context)
.getSyncPoller();
}
/**
* Initiates the deletion of the shared private link resource from the search service.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @param clientRequestId A client-generated GUID value that identifies this request. If specified, this will be
* included in response information as a way to track the request.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return A {@link Mono} that completes when a successful response is received.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono deleteAsync(String resourceGroupName, String searchServiceName,
String sharedPrivateLinkResourceName, UUID clientRequestId) {
return beginDeleteAsync(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, clientRequestId)
.last()
.flatMap(this.client::getLroFinalResultOrError);
}
/**
* Initiates the deletion of the shared private link resource from the search service.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return A {@link Mono} that completes when a successful response is received.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono deleteAsync(String resourceGroupName, String searchServiceName,
String sharedPrivateLinkResourceName) {
final UUID clientRequestId = null;
return beginDeleteAsync(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, clientRequestId)
.last()
.flatMap(this.client::getLroFinalResultOrError);
}
/**
* Initiates the deletion of the shared private link resource from the search service.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @param clientRequestId A client-generated GUID value that identifies this request. If specified, this will be
* included in response information as a way to track the request.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return A {@link Mono} that completes when a successful response is received.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
private Mono deleteAsync(String resourceGroupName, String searchServiceName,
String sharedPrivateLinkResourceName, UUID clientRequestId, Context context) {
return beginDeleteAsync(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, clientRequestId,
context).last().flatMap(this.client::getLroFinalResultOrError);
}
/**
* Initiates the deletion of the shared private link resource from the search service.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public void delete(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName) {
final UUID clientRequestId = null;
deleteAsync(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, clientRequestId).block();
}
/**
* Initiates the deletion of the shared private link resource from the search service.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param sharedPrivateLinkResourceName The name of the shared private link resource managed by the search service
* within the specified resource group.
* @param clientRequestId A client-generated GUID value that identifies this request. If specified, this will be
* included in response information as a way to track the request.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public void delete(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName,
UUID clientRequestId, Context context) {
deleteAsync(resourceGroupName, searchServiceName, sharedPrivateLinkResourceName, clientRequestId, context)
.block();
}
/**
* Gets a list of all shared private link resources managed by the given service.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param clientRequestId A client-generated GUID value that identifies this request. If specified, this will be
* included in response information as a way to track the request.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return a list of all shared private link resources managed by the given service along with {@link PagedResponse}
* on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
private Mono> listByServiceSinglePageAsync(String resourceGroupName,
String searchServiceName, UUID clientRequestId) {
if (this.client.getEndpoint() == null) {
return Mono.error(
new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
}
if (this.client.getSubscriptionId() == null) {
return Mono.error(new IllegalArgumentException(
"Parameter this.client.getSubscriptionId() is required and cannot be null."));
}
if (resourceGroupName == null) {
return Mono
.error(new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."));
}
if (searchServiceName == null) {
return Mono
.error(new IllegalArgumentException("Parameter searchServiceName is required and cannot be null."));
}
final String accept = "application/json";
return FluxUtil
.withContext(context -> service.listByService(this.client.getEndpoint(), clientRequestId,
this.client.getApiVersion(), this.client.getSubscriptionId(), resourceGroupName, searchServiceName,
accept, context))
.>map(res -> new PagedResponseBase<>(res.getRequest(),
res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null))
.contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
}
/**
* Gets a list of all shared private link resources managed by the given service.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param clientRequestId A client-generated GUID value that identifies this request. If specified, this will be
* included in response information as a way to track the request.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return a list of all shared private link resources managed by the given service along with {@link PagedResponse}
* on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
private Mono> listByServiceSinglePageAsync(String resourceGroupName,
String searchServiceName, UUID clientRequestId, Context context) {
if (this.client.getEndpoint() == null) {
return Mono.error(
new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
}
if (this.client.getSubscriptionId() == null) {
return Mono.error(new IllegalArgumentException(
"Parameter this.client.getSubscriptionId() is required and cannot be null."));
}
if (resourceGroupName == null) {
return Mono
.error(new IllegalArgumentException("Parameter resourceGroupName is required and cannot be null."));
}
if (searchServiceName == null) {
return Mono
.error(new IllegalArgumentException("Parameter searchServiceName is required and cannot be null."));
}
final String accept = "application/json";
context = this.client.mergeContext(context);
return service
.listByService(this.client.getEndpoint(), clientRequestId, this.client.getApiVersion(),
this.client.getSubscriptionId(), resourceGroupName, searchServiceName, accept, context)
.map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(),
res.getValue().value(), res.getValue().nextLink(), null));
}
/**
* Gets a list of all shared private link resources managed by the given service.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param clientRequestId A client-generated GUID value that identifies this request. If specified, this will be
* included in response information as a way to track the request.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return a list of all shared private link resources managed by the given service as paginated response with
* {@link PagedFlux}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
public PagedFlux listByServiceAsync(String resourceGroupName,
String searchServiceName, UUID clientRequestId) {
return new PagedFlux<>(
() -> listByServiceSinglePageAsync(resourceGroupName, searchServiceName, clientRequestId),
nextLink -> listByServiceNextSinglePageAsync(nextLink, clientRequestId));
}
/**
* Gets a list of all shared private link resources managed by the given service.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return a list of all shared private link resources managed by the given service as paginated response with
* {@link PagedFlux}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
public PagedFlux listByServiceAsync(String resourceGroupName,
String searchServiceName) {
final UUID clientRequestId = null;
return new PagedFlux<>(
() -> listByServiceSinglePageAsync(resourceGroupName, searchServiceName, clientRequestId),
nextLink -> listByServiceNextSinglePageAsync(nextLink, clientRequestId));
}
/**
* Gets a list of all shared private link resources managed by the given service.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param clientRequestId A client-generated GUID value that identifies this request. If specified, this will be
* included in response information as a way to track the request.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return a list of all shared private link resources managed by the given service as paginated response with
* {@link PagedFlux}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
private PagedFlux listByServiceAsync(String resourceGroupName,
String searchServiceName, UUID clientRequestId, Context context) {
return new PagedFlux<>(
() -> listByServiceSinglePageAsync(resourceGroupName, searchServiceName, clientRequestId, context),
nextLink -> listByServiceNextSinglePageAsync(nextLink, clientRequestId, context));
}
/**
* Gets a list of all shared private link resources managed by the given service.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return a list of all shared private link resources managed by the given service as paginated response with
* {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
public PagedIterable listByService(String resourceGroupName,
String searchServiceName) {
final UUID clientRequestId = null;
return new PagedIterable<>(listByServiceAsync(resourceGroupName, searchServiceName, clientRequestId));
}
/**
* Gets a list of all shared private link resources managed by the given service.
*
* @param resourceGroupName The name of the resource group within the current subscription. You can obtain this
* value from the Azure Resource Manager API or the portal.
* @param searchServiceName The name of the search service associated with the specified resource group.
* @param clientRequestId A client-generated GUID value that identifies this request. If specified, this will be
* included in response information as a way to track the request.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return a list of all shared private link resources managed by the given service as paginated response with
* {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
public PagedIterable listByService(String resourceGroupName,
String searchServiceName, UUID clientRequestId, Context context) {
return new PagedIterable<>(listByServiceAsync(resourceGroupName, searchServiceName, clientRequestId, context));
}
/**
* Get the next page of items.
*
* @param nextLink The URL to get the next list of items.
* @param clientRequestId A client-generated GUID value that identifies this request. If specified, this will be
* included in response information as a way to track the request.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return response containing a list of Shared Private Link Resources along with {@link PagedResponse} on
* successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
private Mono> listByServiceNextSinglePageAsync(String nextLink,
UUID clientRequestId) {
if (nextLink == null) {
return Mono.error(new IllegalArgumentException("Parameter nextLink is required and cannot be null."));
}
if (this.client.getEndpoint() == null) {
return Mono.error(
new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
}
final String accept = "application/json";
return FluxUtil.withContext(
context -> service.listByServiceNext(nextLink, this.client.getEndpoint(), clientRequestId, accept, context))
.>map(res -> new PagedResponseBase<>(res.getRequest(),
res.getStatusCode(), res.getHeaders(), res.getValue().value(), res.getValue().nextLink(), null))
.contextWrite(context -> context.putAll(FluxUtil.toReactorContext(this.client.getContext()).readOnly()));
}
/**
* Get the next page of items.
*
* @param nextLink The URL to get the next list of items.
* @param clientRequestId A client-generated GUID value that identifies this request. If specified, this will be
* included in response information as a way to track the request.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return response containing a list of Shared Private Link Resources along with {@link PagedResponse} on
* successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
private Mono> listByServiceNextSinglePageAsync(String nextLink,
UUID clientRequestId, Context context) {
if (nextLink == null) {
return Mono.error(new IllegalArgumentException("Parameter nextLink is required and cannot be null."));
}
if (this.client.getEndpoint() == null) {
return Mono.error(
new IllegalArgumentException("Parameter this.client.getEndpoint() is required and cannot be null."));
}
final String accept = "application/json";
context = this.client.mergeContext(context);
return service.listByServiceNext(nextLink, this.client.getEndpoint(), clientRequestId, accept, context)
.map(res -> new PagedResponseBase<>(res.getRequest(), res.getStatusCode(), res.getHeaders(),
res.getValue().value(), res.getValue().nextLink(), null));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy