azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.s...

706 строки
80 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.search.fluent.ServicesClient"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient"
name: "ServicesClient"
nameWithType: "ServicesClient"
summary: "An instance of this class provides access to all the operations defined in Services<wbr>Client."
syntax: "public interface **ServicesClient**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet&text=InnerSupportsGet\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing&text=InnerSupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete&text=InnerSupportsDelete\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
methods:
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.search.fluent.models.SearchServiceInner)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.beginCreateOrUpdate(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam)"
name: "beginCreateOrUpdate(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam)"
nameWithType: "ServicesClient.beginCreateOrUpdate(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam)"
summary: "Creates or updates a search service in the given resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the current subscription. You can obtain this\n value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the search service to create or update. Search service names must only\n contain lowercase letters, digits or dashes, cannot use dash as the first two or last one characters, cannot\n contain consecutive dashes, and must be between 2 and 60 characters in length. Search service names must be\n globally unique since they are part of the service URI (https://&lt;name&gt;.search.windows.net). You cannot\n change the service name after the service is created."
name: "searchServiceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The definition of the search service to create or update."
name: "serviceParam"
type: "<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<SearchServiceInner>,SearchServiceInner> beginCreateOrUpdate(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam)"
desc: "Creates or updates a search service in the given resource group. If the search service already exists, all properties will be updated with the given values."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of describes a search service and its current state."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.search.fluent.models.SearchServiceInner,java.util.UUID,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.beginCreateOrUpdate(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam, UUID clientRequestId, Context context)"
name: "beginCreateOrUpdate(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam, UUID clientRequestId, Context context)"
nameWithType: "ServicesClient.beginCreateOrUpdate(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam, UUID clientRequestId, Context context)"
summary: "Creates or updates a search service in the given resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the current subscription. You can obtain this\n value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the search service to create or update. Search service names must only\n contain lowercase letters, digits or dashes, cannot use dash as the first two or last one characters, cannot\n contain consecutive dashes, and must be between 2 and 60 characters in length. Search service names must be\n globally unique since they are part of the service URI (https://&lt;name&gt;.search.windows.net). You cannot\n change the service name after the service is created."
name: "searchServiceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The definition of the search service to create or update."
name: "serviceParam"
type: "<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />"
- description: "A client-generated GUID value that identifies this request. If specified, this will be\n included in response information as a way to track the request."
name: "clientRequestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<SearchServiceInner>,SearchServiceInner> beginCreateOrUpdate(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam, UUID clientRequestId, Context context)"
desc: "Creates or updates a search service in the given resource group. If the search service already exists, all properties will be updated with the given values."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of describes a search service and its current state."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.beginCreateOrUpdateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.search.fluent.models.SearchServiceInner)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.beginCreateOrUpdateAsync(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam)"
name: "beginCreateOrUpdateAsync(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam)"
nameWithType: "ServicesClient.beginCreateOrUpdateAsync(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam)"
summary: "Creates or updates a search service in the given resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the current subscription. You can obtain this\n value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the search service to create or update. Search service names must only\n contain lowercase letters, digits or dashes, cannot use dash as the first two or last one characters, cannot\n contain consecutive dashes, and must be between 2 and 60 characters in length. Search service names must be\n globally unique since they are part of the service URI (https://&lt;name&gt;.search.windows.net). You cannot\n change the service name after the service is created."
name: "searchServiceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The definition of the search service to create or update."
name: "serviceParam"
type: "<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PollerFlux<PollResult<SearchServiceInner>,SearchServiceInner> beginCreateOrUpdateAsync(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam)"
desc: "Creates or updates a search service in the given resource group. If the search service already exists, all properties will be updated with the given values."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of describes a search service and its current state."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.beginCreateOrUpdateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.search.fluent.models.SearchServiceInner,java.util.UUID)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.beginCreateOrUpdateAsync(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam, UUID clientRequestId)"
name: "beginCreateOrUpdateAsync(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam, UUID clientRequestId)"
nameWithType: "ServicesClient.beginCreateOrUpdateAsync(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam, UUID clientRequestId)"
summary: "Creates or updates a search service in the given resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the current subscription. You can obtain this\n value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the search service to create or update. Search service names must only\n contain lowercase letters, digits or dashes, cannot use dash as the first two or last one characters, cannot\n contain consecutive dashes, and must be between 2 and 60 characters in length. Search service names must be\n globally unique since they are part of the service URI (https://&lt;name&gt;.search.windows.net). You cannot\n change the service name after the service is created."
name: "searchServiceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The definition of the search service to create or update."
name: "serviceParam"
type: "<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />"
- description: "A client-generated GUID value that identifies this request. If specified, this will be\n included in response information as a way to track the request."
name: "clientRequestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
syntax: "public abstract PollerFlux<PollResult<SearchServiceInner>,SearchServiceInner> beginCreateOrUpdateAsync(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam, UUID clientRequestId)"
desc: "Creates or updates a search service in the given resource group. If the search service already exists, all properties will be updated with the given values."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of describes a search service and its current state."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.checkNameAvailability(com.azure.resourcemanager.search.models.CheckNameAvailabilityInput)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.checkNameAvailability(CheckNameAvailabilityInput checkNameAvailabilityInput)"
name: "checkNameAvailability(CheckNameAvailabilityInput checkNameAvailabilityInput)"
nameWithType: "ServicesClient.checkNameAvailability(CheckNameAvailabilityInput checkNameAvailabilityInput)"
summary: "Checks whether or not the given search service name is available for use."
modifiers:
- "abstract"
parameters:
- description: "The resource name and type to check."
name: "checkNameAvailabilityInput"
type: "<xref href=\"com.azure.resourcemanager.search.models.CheckNameAvailabilityInput?alt=com.azure.resourcemanager.search.models.CheckNameAvailabilityInput&text=CheckNameAvailabilityInput\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CheckNameAvailabilityOutput checkNameAvailability(CheckNameAvailabilityInput checkNameAvailabilityInput)"
desc: "Checks whether or not the given search service name is available for use. Search service names must be globally unique since they are part of the service URI (https://<name>.search.windows.net)."
returns:
description: "output of check name availability API."
type: "<xref href=\"com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput?alt=com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput&text=CheckNameAvailabilityOutput\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.checkNameAvailabilityAsync(com.azure.resourcemanager.search.models.CheckNameAvailabilityInput)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.checkNameAvailabilityAsync(CheckNameAvailabilityInput checkNameAvailabilityInput)"
name: "checkNameAvailabilityAsync(CheckNameAvailabilityInput checkNameAvailabilityInput)"
nameWithType: "ServicesClient.checkNameAvailabilityAsync(CheckNameAvailabilityInput checkNameAvailabilityInput)"
summary: "Checks whether or not the given search service name is available for use."
modifiers:
- "abstract"
parameters:
- description: "The resource name and type to check."
name: "checkNameAvailabilityInput"
type: "<xref href=\"com.azure.resourcemanager.search.models.CheckNameAvailabilityInput?alt=com.azure.resourcemanager.search.models.CheckNameAvailabilityInput&text=CheckNameAvailabilityInput\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<CheckNameAvailabilityOutput> checkNameAvailabilityAsync(CheckNameAvailabilityInput checkNameAvailabilityInput)"
desc: "Checks whether or not the given search service name is available for use. Search service names must be globally unique since they are part of the service URI (https://<name>.search.windows.net)."
returns:
description: "output of check name availability API on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput?alt=com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput&text=CheckNameAvailabilityOutput\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.checkNameAvailabilityWithResponse(com.azure.resourcemanager.search.models.CheckNameAvailabilityInput,java.util.UUID,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.checkNameAvailabilityWithResponse(CheckNameAvailabilityInput checkNameAvailabilityInput, UUID clientRequestId, Context context)"
name: "checkNameAvailabilityWithResponse(CheckNameAvailabilityInput checkNameAvailabilityInput, UUID clientRequestId, Context context)"
nameWithType: "ServicesClient.checkNameAvailabilityWithResponse(CheckNameAvailabilityInput checkNameAvailabilityInput, UUID clientRequestId, Context context)"
summary: "Checks whether or not the given search service name is available for use."
modifiers:
- "abstract"
parameters:
- description: "The resource name and type to check."
name: "checkNameAvailabilityInput"
type: "<xref href=\"com.azure.resourcemanager.search.models.CheckNameAvailabilityInput?alt=com.azure.resourcemanager.search.models.CheckNameAvailabilityInput&text=CheckNameAvailabilityInput\" data-throw-if-not-resolved=\"False\" />"
- description: "A client-generated GUID value that identifies this request. If specified, this will be\n included in response information as a way to track the request."
name: "clientRequestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<CheckNameAvailabilityOutput> checkNameAvailabilityWithResponse(CheckNameAvailabilityInput checkNameAvailabilityInput, UUID clientRequestId, Context context)"
desc: "Checks whether or not the given search service name is available for use. Search service names must be globally unique since they are part of the service URI (https://<name>.search.windows.net)."
returns:
description: "output of check name availability API along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput?alt=com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput&text=CheckNameAvailabilityOutput\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.checkNameAvailabilityWithResponseAsync(com.azure.resourcemanager.search.models.CheckNameAvailabilityInput,java.util.UUID)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.checkNameAvailabilityWithResponseAsync(CheckNameAvailabilityInput checkNameAvailabilityInput, UUID clientRequestId)"
name: "checkNameAvailabilityWithResponseAsync(CheckNameAvailabilityInput checkNameAvailabilityInput, UUID clientRequestId)"
nameWithType: "ServicesClient.checkNameAvailabilityWithResponseAsync(CheckNameAvailabilityInput checkNameAvailabilityInput, UUID clientRequestId)"
summary: "Checks whether or not the given search service name is available for use."
modifiers:
- "abstract"
parameters:
- description: "The resource name and type to check."
name: "checkNameAvailabilityInput"
type: "<xref href=\"com.azure.resourcemanager.search.models.CheckNameAvailabilityInput?alt=com.azure.resourcemanager.search.models.CheckNameAvailabilityInput&text=CheckNameAvailabilityInput\" data-throw-if-not-resolved=\"False\" />"
- description: "A client-generated GUID value that identifies this request. If specified, this will be\n included in response information as a way to track the request."
name: "clientRequestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
syntax: "public abstract Mono<Response<CheckNameAvailabilityOutput>> checkNameAvailabilityWithResponseAsync(CheckNameAvailabilityInput checkNameAvailabilityInput, UUID clientRequestId)"
desc: "Checks whether or not the given search service name is available for use. Search service names must be globally unique since they are part of the service URI (https://<name>.search.windows.net)."
returns:
description: "output of check name availability API along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput?alt=com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput&text=CheckNameAvailabilityOutput\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.search.fluent.models.SearchServiceInner)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.createOrUpdate(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam)"
name: "createOrUpdate(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam)"
nameWithType: "ServicesClient.createOrUpdate(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam)"
summary: "Creates or updates a search service in the given resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the current subscription. You can obtain this\n value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the search service to create or update. Search service names must only\n contain lowercase letters, digits or dashes, cannot use dash as the first two or last one characters, cannot\n contain consecutive dashes, and must be between 2 and 60 characters in length. Search service names must be\n globally unique since they are part of the service URI (https://&lt;name&gt;.search.windows.net). You cannot\n change the service name after the service is created."
name: "searchServiceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The definition of the search service to create or update."
name: "serviceParam"
type: "<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SearchServiceInner createOrUpdate(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam)"
desc: "Creates or updates a search service in the given resource group. If the search service already exists, all properties will be updated with the given values."
returns:
description: "describes a search service and its current state."
type: "<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.search.fluent.models.SearchServiceInner,java.util.UUID,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.createOrUpdate(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam, UUID clientRequestId, Context context)"
name: "createOrUpdate(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam, UUID clientRequestId, Context context)"
nameWithType: "ServicesClient.createOrUpdate(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam, UUID clientRequestId, Context context)"
summary: "Creates or updates a search service in the given resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the current subscription. You can obtain this\n value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the search service to create or update. Search service names must only\n contain lowercase letters, digits or dashes, cannot use dash as the first two or last one characters, cannot\n contain consecutive dashes, and must be between 2 and 60 characters in length. Search service names must be\n globally unique since they are part of the service URI (https://&lt;name&gt;.search.windows.net). You cannot\n change the service name after the service is created."
name: "searchServiceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The definition of the search service to create or update."
name: "serviceParam"
type: "<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />"
- description: "A client-generated GUID value that identifies this request. If specified, this will be\n included in response information as a way to track the request."
name: "clientRequestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SearchServiceInner createOrUpdate(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam, UUID clientRequestId, Context context)"
desc: "Creates or updates a search service in the given resource group. If the search service already exists, all properties will be updated with the given values."
returns:
description: "describes a search service and its current state."
type: "<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.createOrUpdateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.search.fluent.models.SearchServiceInner)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.createOrUpdateAsync(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam)"
name: "createOrUpdateAsync(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam)"
nameWithType: "ServicesClient.createOrUpdateAsync(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam)"
summary: "Creates or updates a search service in the given resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the current subscription. You can obtain this\n value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the search service to create or update. Search service names must only\n contain lowercase letters, digits or dashes, cannot use dash as the first two or last one characters, cannot\n contain consecutive dashes, and must be between 2 and 60 characters in length. Search service names must be\n globally unique since they are part of the service URI (https://&lt;name&gt;.search.windows.net). You cannot\n change the service name after the service is created."
name: "searchServiceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The definition of the search service to create or update."
name: "serviceParam"
type: "<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<SearchServiceInner> createOrUpdateAsync(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam)"
desc: "Creates or updates a search service in the given resource group. If the search service already exists, all properties will be updated with the given values."
returns:
description: "describes a search service and its current state on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.createOrUpdateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.search.fluent.models.SearchServiceInner,java.util.UUID)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.createOrUpdateAsync(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam, UUID clientRequestId)"
name: "createOrUpdateAsync(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam, UUID clientRequestId)"
nameWithType: "ServicesClient.createOrUpdateAsync(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam, UUID clientRequestId)"
summary: "Creates or updates a search service in the given resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the current subscription. You can obtain this\n value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the search service to create or update. Search service names must only\n contain lowercase letters, digits or dashes, cannot use dash as the first two or last one characters, cannot\n contain consecutive dashes, and must be between 2 and 60 characters in length. Search service names must be\n globally unique since they are part of the service URI (https://&lt;name&gt;.search.windows.net). You cannot\n change the service name after the service is created."
name: "searchServiceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The definition of the search service to create or update."
name: "serviceParam"
type: "<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />"
- description: "A client-generated GUID value that identifies this request. If specified, this will be\n included in response information as a way to track the request."
name: "clientRequestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
syntax: "public abstract Mono<SearchServiceInner> createOrUpdateAsync(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam, UUID clientRequestId)"
desc: "Creates or updates a search service in the given resource group. If the search service already exists, all properties will be updated with the given values."
returns:
description: "describes a search service and its current state on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.createOrUpdateWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.search.fluent.models.SearchServiceInner,java.util.UUID)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam, UUID clientRequestId)"
name: "createOrUpdateWithResponseAsync(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam, UUID clientRequestId)"
nameWithType: "ServicesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam, UUID clientRequestId)"
summary: "Creates or updates a search service in the given resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the current subscription. You can obtain this\n value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the search service to create or update. Search service names must only\n contain lowercase letters, digits or dashes, cannot use dash as the first two or last one characters, cannot\n contain consecutive dashes, and must be between 2 and 60 characters in length. Search service names must be\n globally unique since they are part of the service URI (https://&lt;name&gt;.search.windows.net). You cannot\n change the service name after the service is created."
name: "searchServiceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The definition of the search service to create or update."
name: "serviceParam"
type: "<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />"
- description: "A client-generated GUID value that identifies this request. If specified, this will be\n included in response information as a way to track the request."
name: "clientRequestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String searchServiceName, SearchServiceInner serviceParam, UUID clientRequestId)"
desc: "Creates or updates a search service in the given resource group. If the search service already exists, all properties will be updated with the given values."
returns:
description: "describes a search service and its current state along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.delete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.delete(String resourceGroupName, String searchServiceName)"
name: "delete(String resourceGroupName, String searchServiceName)"
nameWithType: "ServicesClient.delete(String resourceGroupName, String searchServiceName)"
summary: "Deletes a search service in the given resource group, along with its associated resources."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the current subscription. You can obtain this\n value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the search service associated with the specified resource group."
name: "searchServiceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String searchServiceName)"
desc: "Deletes a search service in the given resource group, along with its associated resources."
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.deleteAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.deleteAsync(String resourceGroupName, String searchServiceName)"
name: "deleteAsync(String resourceGroupName, String searchServiceName)"
nameWithType: "ServicesClient.deleteAsync(String resourceGroupName, String searchServiceName)"
summary: "Deletes a search service in the given resource group, along with its associated resources."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the current subscription. You can obtain this\n value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the search service associated with the specified resource group."
name: "searchServiceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Void> deleteAsync(String resourceGroupName, String searchServiceName)"
desc: "Deletes a search service in the given resource group, along with its associated resources."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.deleteWithResponse(java.lang.String,java.lang.String,java.util.UUID,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.deleteWithResponse(String resourceGroupName, String searchServiceName, UUID clientRequestId, Context context)"
name: "deleteWithResponse(String resourceGroupName, String searchServiceName, UUID clientRequestId, Context context)"
nameWithType: "ServicesClient.deleteWithResponse(String resourceGroupName, String searchServiceName, UUID clientRequestId, Context context)"
summary: "Deletes a search service in the given resource group, along with its associated resources."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the current subscription. You can obtain this\n value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the search service associated with the specified resource group."
name: "searchServiceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A client-generated GUID value that identifies this request. If specified, this will be\n included in response information as a way to track the request."
name: "clientRequestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<Void> deleteWithResponse(String resourceGroupName, String searchServiceName, UUID clientRequestId, Context context)"
desc: "Deletes a search service in the given resource group, along with its associated resources."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.deleteWithResponseAsync(java.lang.String,java.lang.String,java.util.UUID)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.deleteWithResponseAsync(String resourceGroupName, String searchServiceName, UUID clientRequestId)"
name: "deleteWithResponseAsync(String resourceGroupName, String searchServiceName, UUID clientRequestId)"
nameWithType: "ServicesClient.deleteWithResponseAsync(String resourceGroupName, String searchServiceName, UUID clientRequestId)"
summary: "Deletes a search service in the given resource group, along with its associated resources."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the current subscription. You can obtain this\n value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the search service associated with the specified resource group."
name: "searchServiceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A client-generated GUID value that identifies this request. If specified, this will be\n included in response information as a way to track the request."
name: "clientRequestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
syntax: "public abstract Mono<Response<Void>> deleteWithResponseAsync(String resourceGroupName, String searchServiceName, UUID clientRequestId)"
desc: "Deletes a search service in the given resource group, along with its associated resources."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;&gt;"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.getByResourceGroup(String resourceGroupName, String searchServiceName)"
name: "getByResourceGroup(String resourceGroupName, String searchServiceName)"
nameWithType: "ServicesClient.getByResourceGroup(String resourceGroupName, String searchServiceName)"
summary: "Gets the search service with the given name in the given resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the current subscription. You can obtain this\n value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the search service associated with the specified resource group."
name: "searchServiceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SearchServiceInner getByResourceGroup(String resourceGroupName, String searchServiceName)"
desc: "Gets the search service with the given name in the given resource group."
returns:
description: "the search service with the given name in the given resource group."
type: "<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.getByResourceGroupAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.getByResourceGroupAsync(String resourceGroupName, String searchServiceName)"
name: "getByResourceGroupAsync(String resourceGroupName, String searchServiceName)"
nameWithType: "ServicesClient.getByResourceGroupAsync(String resourceGroupName, String searchServiceName)"
summary: "Gets the search service with the given name in the given resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the current subscription. You can obtain this\n value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the search service associated with the specified resource group."
name: "searchServiceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<SearchServiceInner> getByResourceGroupAsync(String resourceGroupName, String searchServiceName)"
desc: "Gets the search service with the given name in the given resource group."
returns:
description: "the search service with the given name in the given resource group on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,java.util.UUID,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.getByResourceGroupWithResponse(String resourceGroupName, String searchServiceName, UUID clientRequestId, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String searchServiceName, UUID clientRequestId, Context context)"
nameWithType: "ServicesClient.getByResourceGroupWithResponse(String resourceGroupName, String searchServiceName, UUID clientRequestId, Context context)"
summary: "Gets the search service with the given name in the given resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the current subscription. You can obtain this\n value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the search service associated with the specified resource group."
name: "searchServiceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A client-generated GUID value that identifies this request. If specified, this will be\n included in response information as a way to track the request."
name: "clientRequestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<SearchServiceInner> getByResourceGroupWithResponse(String resourceGroupName, String searchServiceName, UUID clientRequestId, Context context)"
desc: "Gets the search service with the given name in the given resource group."
returns:
description: "the search service with the given name in the given resource group along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.getByResourceGroupWithResponseAsync(java.lang.String,java.lang.String,java.util.UUID)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String searchServiceName, UUID clientRequestId)"
name: "getByResourceGroupWithResponseAsync(String resourceGroupName, String searchServiceName, UUID clientRequestId)"
nameWithType: "ServicesClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String searchServiceName, UUID clientRequestId)"
summary: "Gets the search service with the given name in the given resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the current subscription. You can obtain this\n value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the search service associated with the specified resource group."
name: "searchServiceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A client-generated GUID value that identifies this request. If specified, this will be\n included in response information as a way to track the request."
name: "clientRequestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
syntax: "public abstract Mono<Response<SearchServiceInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String searchServiceName, UUID clientRequestId)"
desc: "Gets the search service with the given name in the given resource group."
returns:
description: "the search service with the given name in the given resource group along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on\n successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.list()"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.list()"
name: "list()"
nameWithType: "ServicesClient.list()"
summary: "Gets a list of all Search services in the given subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<SearchServiceInner> list()"
desc: "Gets a list of all Search services in the given subscription."
returns:
description: "a list of all Search services in the given subscription as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.list(java.util.UUID,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.list(UUID clientRequestId, Context context)"
name: "list(UUID clientRequestId, Context context)"
nameWithType: "ServicesClient.list(UUID clientRequestId, Context context)"
summary: "Gets a list of all Search services in the given subscription."
modifiers:
- "abstract"
parameters:
- description: "A client-generated GUID value that identifies this request. If specified, this will be\n included in response information as a way to track the request."
name: "clientRequestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<SearchServiceInner> list(UUID clientRequestId, Context context)"
desc: "Gets a list of all Search services in the given subscription."
returns:
description: "a list of all Search services in the given subscription as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.listAsync()"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.listAsync()"
name: "listAsync()"
nameWithType: "ServicesClient.listAsync()"
summary: "Gets a list of all Search services in the given subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedFlux<SearchServiceInner> listAsync()"
desc: "Gets a list of all Search services in the given subscription."
returns:
description: "a list of all Search services in the given subscription as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.listAsync(java.util.UUID)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.listAsync(UUID clientRequestId)"
name: "listAsync(UUID clientRequestId)"
nameWithType: "ServicesClient.listAsync(UUID clientRequestId)"
summary: "Gets a list of all Search services in the given subscription."
modifiers:
- "abstract"
parameters:
- description: "A client-generated GUID value that identifies this request. If specified, this will be\n included in response information as a way to track the request."
name: "clientRequestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
syntax: "public abstract PagedFlux<SearchServiceInner> listAsync(UUID clientRequestId)"
desc: "Gets a list of all Search services in the given subscription."
returns:
description: "a list of all Search services in the given subscription as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "ServicesClient.listByResourceGroup(String resourceGroupName)"
summary: "Gets a list of all Search services in the given resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the current subscription. You can obtain this\n value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<SearchServiceInner> listByResourceGroup(String resourceGroupName)"
desc: "Gets a list of all Search services in the given resource group."
returns:
description: "a list of all Search services in the given resource group as paginated response with\n <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.listByResourceGroup(java.lang.String,java.util.UUID,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.listByResourceGroup(String resourceGroupName, UUID clientRequestId, Context context)"
name: "listByResourceGroup(String resourceGroupName, UUID clientRequestId, Context context)"
nameWithType: "ServicesClient.listByResourceGroup(String resourceGroupName, UUID clientRequestId, Context context)"
summary: "Gets a list of all Search services in the given resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the current subscription. You can obtain this\n value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A client-generated GUID value that identifies this request. If specified, this will be\n included in response information as a way to track the request."
name: "clientRequestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<SearchServiceInner> listByResourceGroup(String resourceGroupName, UUID clientRequestId, Context context)"
desc: "Gets a list of all Search services in the given resource group."
returns:
description: "a list of all Search services in the given resource group as paginated response with\n <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.listByResourceGroupAsync(java.lang.String)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.listByResourceGroupAsync(String resourceGroupName)"
name: "listByResourceGroupAsync(String resourceGroupName)"
nameWithType: "ServicesClient.listByResourceGroupAsync(String resourceGroupName)"
summary: "Gets a list of all Search services in the given resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the current subscription. You can obtain this\n value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<SearchServiceInner> listByResourceGroupAsync(String resourceGroupName)"
desc: "Gets a list of all Search services in the given resource group."
returns:
description: "a list of all Search services in the given resource group as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.listByResourceGroupAsync(java.lang.String,java.util.UUID)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.listByResourceGroupAsync(String resourceGroupName, UUID clientRequestId)"
name: "listByResourceGroupAsync(String resourceGroupName, UUID clientRequestId)"
nameWithType: "ServicesClient.listByResourceGroupAsync(String resourceGroupName, UUID clientRequestId)"
summary: "Gets a list of all Search services in the given resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the current subscription. You can obtain this\n value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "A client-generated GUID value that identifies this request. If specified, this will be\n included in response information as a way to track the request."
name: "clientRequestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
syntax: "public abstract PagedFlux<SearchServiceInner> listByResourceGroupAsync(String resourceGroupName, UUID clientRequestId)"
desc: "Gets a list of all Search services in the given resource group."
returns:
description: "a list of all Search services in the given resource group as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.update(java.lang.String,java.lang.String,com.azure.resourcemanager.search.models.SearchServiceUpdate)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.update(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam)"
name: "update(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam)"
nameWithType: "ServicesClient.update(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam)"
summary: "Updates an existing search service in the given resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the current subscription. You can obtain this\n value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the search service to update."
name: "searchServiceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The definition of the search service to update."
name: "serviceParam"
type: "<xref href=\"com.azure.resourcemanager.search.models.SearchServiceUpdate?alt=com.azure.resourcemanager.search.models.SearchServiceUpdate&text=SearchServiceUpdate\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SearchServiceInner update(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam)"
desc: "Updates an existing search service in the given resource group."
returns:
description: "describes a search service and its current state."
type: "<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.updateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.search.models.SearchServiceUpdate)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.updateAsync(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam)"
name: "updateAsync(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam)"
nameWithType: "ServicesClient.updateAsync(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam)"
summary: "Updates an existing search service in the given resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the current subscription. You can obtain this\n value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the search service to update."
name: "searchServiceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The definition of the search service to update."
name: "serviceParam"
type: "<xref href=\"com.azure.resourcemanager.search.models.SearchServiceUpdate?alt=com.azure.resourcemanager.search.models.SearchServiceUpdate&text=SearchServiceUpdate\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<SearchServiceInner> updateAsync(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam)"
desc: "Updates an existing search service in the given resource group."
returns:
description: "describes a search service and its current state on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.updateWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.search.models.SearchServiceUpdate,java.util.UUID,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.updateWithResponse(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam, UUID clientRequestId, Context context)"
name: "updateWithResponse(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam, UUID clientRequestId, Context context)"
nameWithType: "ServicesClient.updateWithResponse(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam, UUID clientRequestId, Context context)"
summary: "Updates an existing search service in the given resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the current subscription. You can obtain this\n value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the search service to update."
name: "searchServiceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The definition of the search service to update."
name: "serviceParam"
type: "<xref href=\"com.azure.resourcemanager.search.models.SearchServiceUpdate?alt=com.azure.resourcemanager.search.models.SearchServiceUpdate&text=SearchServiceUpdate\" data-throw-if-not-resolved=\"False\" />"
- description: "A client-generated GUID value that identifies this request. If specified, this will be\n included in response information as a way to track the request."
name: "clientRequestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<SearchServiceInner> updateWithResponse(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam, UUID clientRequestId, Context context)"
desc: "Updates an existing search service in the given resource group."
returns:
description: "describes a search service and its current state along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.search.fluent.ServicesClient.updateWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.search.models.SearchServiceUpdate,java.util.UUID)"
fullName: "com.azure.resourcemanager.search.fluent.ServicesClient.updateWithResponseAsync(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam, UUID clientRequestId)"
name: "updateWithResponseAsync(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam, UUID clientRequestId)"
nameWithType: "ServicesClient.updateWithResponseAsync(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam, UUID clientRequestId)"
summary: "Updates an existing search service in the given resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the current subscription. You can obtain this\n value from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the search service to update."
name: "searchServiceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The definition of the search service to update."
name: "serviceParam"
type: "<xref href=\"com.azure.resourcemanager.search.models.SearchServiceUpdate?alt=com.azure.resourcemanager.search.models.SearchServiceUpdate&text=SearchServiceUpdate\" data-throw-if-not-resolved=\"False\" />"
- description: "A client-generated GUID value that identifies this request. If specified, this will be\n included in response information as a way to track the request."
name: "clientRequestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
syntax: "public abstract Mono<Response<SearchServiceInner>> updateWithResponseAsync(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam, UUID clientRequestId)"
desc: "Updates an existing search service in the given resource group."
returns:
description: "describes a search service and its current state along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in ServicesClient."
implements:
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete&text=InnerSupportsDelete\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet&text=InnerSupportsGet\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing&text=InnerSupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.search.fluent.models.SearchServiceInner?alt=com.azure.resourcemanager.search.fluent.models.SearchServiceInner&text=SearchServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.search.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-search:2.42.0