| Package | Description |
|---|---|
| com.azure.resourcemanager.search.fluent |
Package containing the service clients for SearchManagementClient.
|
| com.azure.resourcemanager.search.fluent.models |
Package containing the inner data models for SearchManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SharedPrivateLinkResourceInner |
SharedPrivateLinkResourcesClient.createOrUpdate(String resourceGroupName,
String searchServiceName,
String sharedPrivateLinkResourceName)
Initiates the creation or update of a shared private link resource managed by the search service in the given
resource group.
|
SharedPrivateLinkResourceInner |
SharedPrivateLinkResourcesClient.createOrUpdate(String resourceGroupName,
String searchServiceName,
String sharedPrivateLinkResourceName,
UUID clientRequestId,
SharedPrivateLinkResourceProperties properties)
Initiates the creation or update of a shared private link resource managed by the search service in the given
resource group.
|
SharedPrivateLinkResourceInner |
SharedPrivateLinkResourcesClient.createOrUpdate(String resourceGroupName,
String searchServiceName,
String sharedPrivateLinkResourceName,
UUID clientRequestId,
SharedPrivateLinkResourceProperties properties,
com.azure.core.util.Context context)
Initiates the creation or update of a shared private link resource managed by the search service in the given
resource group.
|
SharedPrivateLinkResourceInner |
SharedPrivateLinkResourcesClient.get(String resourceGroupName,
String searchServiceName,
String sharedPrivateLinkResourceName)
Gets the details of the shared private link resource managed by the search service in the given resource group.
|
| Modifier and Type | Method and Description |
|---|---|
SharedPrivateLinkResourceInner |
SharedPrivateLinkResourceInner.withProperties(SharedPrivateLinkResourceProperties properties)
Set the properties property: Describes the properties of a Shared Private Link Resource managed by the Azure
Cognitive Search service.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.