| 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.
|
| com.azure.resourcemanager.search.models |
Package containing the data models for SearchManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SharedPrivateLinkResourceInner>,SharedPrivateLinkResourceInner> |
SharedPrivateLinkResourcesClient.beginCreateOrUpdate(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.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SharedPrivateLinkResourceInner>,SharedPrivateLinkResourceInner> |
SharedPrivateLinkResourcesClient.beginCreateOrUpdate(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.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SharedPrivateLinkResourceInner>,SharedPrivateLinkResourceInner> |
SharedPrivateLinkResourcesClient.beginCreateOrUpdateAsync(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)
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.
|
Mono<SharedPrivateLinkResourceInner> |
SharedPrivateLinkResourcesClient.createOrUpdateAsync(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.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
SharedPrivateLinkResourcesClient.createOrUpdateWithResponseAsync(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.
|
| Modifier and Type | Method and Description |
|---|---|
SharedPrivateLinkResourceProperties |
SharedPrivateLinkResourceInner.properties()
Get the properties property: Describes the properties of a Shared Private Link Resource managed by the Azure
Cognitive Search service.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SharedPrivateLinkResourceProperties |
SharedPrivateLinkResourceProperties.withGroupId(String groupId)
Set the groupId property: The group id from the provider of resource the shared private link resource is for.
|
SharedPrivateLinkResourceProperties |
SharedPrivateLinkResourceProperties.withPrivateLinkResourceId(String privateLinkResourceId)
Set the privateLinkResourceId property: The resource id of the resource the shared private link resource is for.
|
SharedPrivateLinkResourceProperties |
SharedPrivateLinkResourceProperties.withProvisioningState(SharedPrivateLinkResourceProvisioningState provisioningState)
Set the provisioningState property: The provisioning state of the shared private link resource.
|
SharedPrivateLinkResourceProperties |
SharedPrivateLinkResourceProperties.withRequestMessage(String requestMessage)
Set the requestMessage property: The request message for requesting approval of the shared private link resource.
|
SharedPrivateLinkResourceProperties |
SharedPrivateLinkResourceProperties.withResourceRegion(String resourceRegion)
Set the resourceRegion property: Optional.
|
SharedPrivateLinkResourceProperties |
SharedPrivateLinkResourceProperties.withStatus(SharedPrivateLinkResourceStatus status)
Set the status property: Status of the shared private link resource.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.