SharedPrivateLinkResourcesClient Interface
public interface SharedPrivateLinkResourcesClient
An instance of this class provides access to all the operations defined in SharedPrivateLinkResourcesClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Initiates the creation or update of a shared private link resource managed by the search service in the given resource group.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Initiates the creation or update of a shared private link resource managed by the search service in the given resource group.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Initiates the creation or update of a shared private link resource managed by the search service in the given resource group.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Initiates the creation or update of a shared private link resource managed by the search service in the given resource group.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Initiates the deletion of the shared private link resource from the search service.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Initiates the deletion of the shared private link resource from the search service.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Initiates the deletion of the shared private link resource from the search service.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Initiates the deletion of the shared private link resource from the search service.
Parameters:
Returns:
createOrUpdate
public abstract SharedPrivateLinkResourceInner createOrUpdate(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, SharedPrivateLinkResourceInner sharedPrivateLinkResource)
Initiates the creation or update of a shared private link resource managed by the search service in the given resource group.
Parameters:
Returns:
createOrUpdate
public abstract SharedPrivateLinkResourceInner createOrUpdate(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, SharedPrivateLinkResourceInner sharedPrivateLinkResource, UUID clientRequestId, Context context)
Initiates the creation or update of a shared private link resource managed by the search service in the given resource group.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Initiates the creation or update of a shared private link resource managed by the search service in the given resource group.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Initiates the creation or update of a shared private link resource managed by the search service in the given resource group.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Initiates the creation or update of a shared private link resource managed by the search service in the given resource group.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName)
Initiates the deletion of the shared private link resource from the search service.
Parameters:
delete
public abstract void delete(String resourceGroupName, String searchServiceName, String sharedPrivateLinkResourceName, UUID clientRequestId, Context context)
Initiates the deletion of the shared private link resource from the search service.
Parameters:
deleteAsync
public abstract Mono
Initiates the deletion of the shared private link resource from the search service.
Parameters:
Returns:
deleteAsync
public abstract Mono
Initiates the deletion of the shared private link resource from the search service.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Initiates the deletion of the shared private link resource from the search service.
Parameters:
Returns:
get
public abstract SharedPrivateLinkResourceInner 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.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the details of the shared private link resource managed by the search service in the given resource group.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the details of the shared private link resource managed by the search service in the given resource group.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the details of the shared private link resource managed by the search service in the given resource group.
Parameters:
Returns:
listByService
public abstract PagedIterable
Gets a list of all shared private link resources managed by the given service.
Parameters:
Returns:
listByService
public abstract PagedIterable
Gets a list of all shared private link resources managed by the given service.
Parameters:
Returns:
listByServiceAsync
public abstract PagedFlux
Gets a list of all shared private link resources managed by the given service.
Parameters:
Returns:
listByServiceAsync
public abstract PagedFlux
Gets a list of all shared private link resources managed by the given service.
Parameters:
Returns:
Applies to
Azure SDK for Java