290 строки
27 KiB
YAML
290 строки
27 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.search.fluent.QueryKeysClient"
|
|
fullName: "com.azure.resourcemanager.search.fluent.QueryKeysClient"
|
|
name: "QueryKeysClient"
|
|
nameWithType: "QueryKeysClient"
|
|
summary: "An instance of this class provides access to all the operations defined in Query<wbr>Keys<wbr>Client."
|
|
syntax: "public interface **QueryKeysClient**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.search.fluent.QueryKeysClient.create(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.search.fluent.QueryKeysClient.create(String resourceGroupName, String searchServiceName, String name)"
|
|
name: "create(String resourceGroupName, String searchServiceName, String name)"
|
|
nameWithType: "QueryKeysClient.create(String resourceGroupName, String searchServiceName, String name)"
|
|
summary: "Generates a new query key for the specified search service."
|
|
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: "The name of the new query API key."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract QueryKeyInner create(String resourceGroupName, String searchServiceName, String name)"
|
|
desc: "Generates a new query key for the specified search service. You can create up to 50 query keys per service."
|
|
returns:
|
|
description: "describes an API key for a given search service that has permissions for query operations only."
|
|
type: "<xref href=\"com.azure.resourcemanager.search.fluent.models.QueryKeyInner?alt=com.azure.resourcemanager.search.fluent.models.QueryKeyInner&text=QueryKeyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.search.fluent.QueryKeysClient.createAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.search.fluent.QueryKeysClient.createAsync(String resourceGroupName, String searchServiceName, String name)"
|
|
name: "createAsync(String resourceGroupName, String searchServiceName, String name)"
|
|
nameWithType: "QueryKeysClient.createAsync(String resourceGroupName, String searchServiceName, String name)"
|
|
summary: "Generates a new query key for the specified search service."
|
|
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: "The name of the new query API key."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<QueryKeyInner> createAsync(String resourceGroupName, String searchServiceName, String name)"
|
|
desc: "Generates a new query key for the specified search service. You can create up to 50 query keys per service."
|
|
returns:
|
|
description: "describes an API key for a given search service that has permissions for query operations only 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><<xref href=\"com.azure.resourcemanager.search.fluent.models.QueryKeyInner?alt=com.azure.resourcemanager.search.fluent.models.QueryKeyInner&text=QueryKeyInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.search.fluent.QueryKeysClient.createWithResponse(java.lang.String,java.lang.String,java.lang.String,java.util.UUID,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.search.fluent.QueryKeysClient.createWithResponse(String resourceGroupName, String searchServiceName, String name, UUID clientRequestId, Context context)"
|
|
name: "createWithResponse(String resourceGroupName, String searchServiceName, String name, UUID clientRequestId, Context context)"
|
|
nameWithType: "QueryKeysClient.createWithResponse(String resourceGroupName, String searchServiceName, String name, UUID clientRequestId, Context context)"
|
|
summary: "Generates a new query key for the specified search service."
|
|
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: "The name of the new query API key."
|
|
name: "name"
|
|
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<QueryKeyInner> createWithResponse(String resourceGroupName, String searchServiceName, String name, UUID clientRequestId, Context context)"
|
|
desc: "Generates a new query key for the specified search service. You can create up to 50 query keys per service."
|
|
returns:
|
|
description: "describes an API key for a given search service that has permissions for query operations only along with\n <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\" /><<xref href=\"com.azure.resourcemanager.search.fluent.models.QueryKeyInner?alt=com.azure.resourcemanager.search.fluent.models.QueryKeyInner&text=QueryKeyInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.search.fluent.QueryKeysClient.createWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.util.UUID)"
|
|
fullName: "com.azure.resourcemanager.search.fluent.QueryKeysClient.createWithResponseAsync(String resourceGroupName, String searchServiceName, String name, UUID clientRequestId)"
|
|
name: "createWithResponseAsync(String resourceGroupName, String searchServiceName, String name, UUID clientRequestId)"
|
|
nameWithType: "QueryKeysClient.createWithResponseAsync(String resourceGroupName, String searchServiceName, String name, UUID clientRequestId)"
|
|
summary: "Generates a new query key for the specified search service."
|
|
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: "The name of the new query API key."
|
|
name: "name"
|
|
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<QueryKeyInner>> createWithResponseAsync(String resourceGroupName, String searchServiceName, String name, UUID clientRequestId)"
|
|
desc: "Generates a new query key for the specified search service. You can create up to 50 query keys per service."
|
|
returns:
|
|
description: "describes an API key for a given search service that has permissions for query operations only along with\n <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><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.search.fluent.models.QueryKeyInner?alt=com.azure.resourcemanager.search.fluent.models.QueryKeyInner&text=QueryKeyInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.azure.resourcemanager.search.fluent.QueryKeysClient.delete(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.search.fluent.QueryKeysClient.delete(String resourceGroupName, String searchServiceName, String key)"
|
|
name: "delete(String resourceGroupName, String searchServiceName, String key)"
|
|
nameWithType: "QueryKeysClient.delete(String resourceGroupName, String searchServiceName, String key)"
|
|
summary: "Deletes the specified query key."
|
|
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: "The query key to be deleted. Query keys are identified by value, not by name."
|
|
name: "key"
|
|
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, String key)"
|
|
desc: "Deletes the specified query key. Unlike admin keys, query keys are not regenerated. The process for regenerating a query key is to delete and then recreate it."
|
|
- uid: "com.azure.resourcemanager.search.fluent.QueryKeysClient.deleteAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.search.fluent.QueryKeysClient.deleteAsync(String resourceGroupName, String searchServiceName, String key)"
|
|
name: "deleteAsync(String resourceGroupName, String searchServiceName, String key)"
|
|
nameWithType: "QueryKeysClient.deleteAsync(String resourceGroupName, String searchServiceName, String key)"
|
|
summary: "Deletes the specified query key."
|
|
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: "The query key to be deleted. Query keys are identified by value, not by name."
|
|
name: "key"
|
|
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, String key)"
|
|
desc: "Deletes the specified query key. Unlike admin keys, query keys are not regenerated. The process for regenerating a query key is to delete and then recreate it."
|
|
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><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.search.fluent.QueryKeysClient.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,java.util.UUID,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.search.fluent.QueryKeysClient.deleteWithResponse(String resourceGroupName, String searchServiceName, String key, UUID clientRequestId, Context context)"
|
|
name: "deleteWithResponse(String resourceGroupName, String searchServiceName, String key, UUID clientRequestId, Context context)"
|
|
nameWithType: "QueryKeysClient.deleteWithResponse(String resourceGroupName, String searchServiceName, String key, UUID clientRequestId, Context context)"
|
|
summary: "Deletes the specified query key."
|
|
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: "The query key to be deleted. Query keys are identified by value, not by name."
|
|
name: "key"
|
|
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, String key, UUID clientRequestId, Context context)"
|
|
desc: "Deletes the specified query key. Unlike admin keys, query keys are not regenerated. The process for regenerating a query key is to delete and then recreate it."
|
|
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\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.search.fluent.QueryKeysClient.deleteWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.util.UUID)"
|
|
fullName: "com.azure.resourcemanager.search.fluent.QueryKeysClient.deleteWithResponseAsync(String resourceGroupName, String searchServiceName, String key, UUID clientRequestId)"
|
|
name: "deleteWithResponseAsync(String resourceGroupName, String searchServiceName, String key, UUID clientRequestId)"
|
|
nameWithType: "QueryKeysClient.deleteWithResponseAsync(String resourceGroupName, String searchServiceName, String key, UUID clientRequestId)"
|
|
summary: "Deletes the specified query key."
|
|
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: "The query key to be deleted. Query keys are identified by value, not by name."
|
|
name: "key"
|
|
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, String key, UUID clientRequestId)"
|
|
desc: "Deletes the specified query key. Unlike admin keys, query keys are not regenerated. The process for regenerating a query key is to delete and then recreate it."
|
|
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><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>>"
|
|
- uid: "com.azure.resourcemanager.search.fluent.QueryKeysClient.listBySearchService(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.search.fluent.QueryKeysClient.listBySearchService(String resourceGroupName, String searchServiceName)"
|
|
name: "listBySearchService(String resourceGroupName, String searchServiceName)"
|
|
nameWithType: "QueryKeysClient.listBySearchService(String resourceGroupName, String searchServiceName)"
|
|
summary: "Returns the list of query API keys for the given search service."
|
|
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 PagedIterable<QueryKeyInner> listBySearchService(String resourceGroupName, String searchServiceName)"
|
|
desc: "Returns the list of query API keys for the given search service."
|
|
returns:
|
|
description: "response containing the query API keys for a given search service 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\" /><<xref href=\"com.azure.resourcemanager.search.fluent.models.QueryKeyInner?alt=com.azure.resourcemanager.search.fluent.models.QueryKeyInner&text=QueryKeyInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.search.fluent.QueryKeysClient.listBySearchService(java.lang.String,java.lang.String,java.util.UUID,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.search.fluent.QueryKeysClient.listBySearchService(String resourceGroupName, String searchServiceName, UUID clientRequestId, Context context)"
|
|
name: "listBySearchService(String resourceGroupName, String searchServiceName, UUID clientRequestId, Context context)"
|
|
nameWithType: "QueryKeysClient.listBySearchService(String resourceGroupName, String searchServiceName, UUID clientRequestId, Context context)"
|
|
summary: "Returns the list of query API keys for the given search service."
|
|
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 PagedIterable<QueryKeyInner> listBySearchService(String resourceGroupName, String searchServiceName, UUID clientRequestId, Context context)"
|
|
desc: "Returns the list of query API keys for the given search service."
|
|
returns:
|
|
description: "response containing the query API keys for a given search service 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\" /><<xref href=\"com.azure.resourcemanager.search.fluent.models.QueryKeyInner?alt=com.azure.resourcemanager.search.fluent.models.QueryKeyInner&text=QueryKeyInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.search.fluent.QueryKeysClient.listBySearchServiceAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.search.fluent.QueryKeysClient.listBySearchServiceAsync(String resourceGroupName, String searchServiceName)"
|
|
name: "listBySearchServiceAsync(String resourceGroupName, String searchServiceName)"
|
|
nameWithType: "QueryKeysClient.listBySearchServiceAsync(String resourceGroupName, String searchServiceName)"
|
|
summary: "Returns the list of query API keys for the given search service."
|
|
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 PagedFlux<QueryKeyInner> listBySearchServiceAsync(String resourceGroupName, String searchServiceName)"
|
|
desc: "Returns the list of query API keys for the given search service."
|
|
returns:
|
|
description: "response containing the query API keys for a given search service as paginated response with\n <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\" /><<xref href=\"com.azure.resourcemanager.search.fluent.models.QueryKeyInner?alt=com.azure.resourcemanager.search.fluent.models.QueryKeyInner&text=QueryKeyInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.search.fluent.QueryKeysClient.listBySearchServiceAsync(java.lang.String,java.lang.String,java.util.UUID)"
|
|
fullName: "com.azure.resourcemanager.search.fluent.QueryKeysClient.listBySearchServiceAsync(String resourceGroupName, String searchServiceName, UUID clientRequestId)"
|
|
name: "listBySearchServiceAsync(String resourceGroupName, String searchServiceName, UUID clientRequestId)"
|
|
nameWithType: "QueryKeysClient.listBySearchServiceAsync(String resourceGroupName, String searchServiceName, UUID clientRequestId)"
|
|
summary: "Returns the list of query API keys for the given search service."
|
|
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 PagedFlux<QueryKeyInner> listBySearchServiceAsync(String resourceGroupName, String searchServiceName, UUID clientRequestId)"
|
|
desc: "Returns the list of query API keys for the given search service."
|
|
returns:
|
|
description: "response containing the query API keys for a given search service as paginated response with\n <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\" /><<xref href=\"com.azure.resourcemanager.search.fluent.models.QueryKeyInner?alt=com.azure.resourcemanager.search.fluent.models.QueryKeyInner&text=QueryKeyInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in QueryKeysClient."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.search.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-search:2.44.0
|