ISharedPrivateLinkResourcesOperations Interface

Definition

SharedPrivateLinkResourcesOperations operations.

public interface ISharedPrivateLinkResourcesOperations
type ISharedPrivateLinkResourcesOperations = interface
Public Interface ISharedPrivateLinkResourcesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, SharedPrivateLinkResource, SearchManagementRequestOptions, Dictionary<String, List<String>>, CancellationToken)

Initiates the creation or update of a shared private link resource managed by the search service in the given resource group. https://aka.ms/search-manage

BeginDeleteWithHttpMessagesAsync(String, String, String, SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Initiates the deletion of the shared private link resource from the search service. https://aka.ms/search-manage

CreateOrUpdateWithHttpMessagesAsync(String, String, String, SharedPrivateLinkResource, SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Initiates the creation or update of a shared private link resource managed by the search service in the given resource group. https://aka.ms/search-manage

DeleteWithHttpMessagesAsync(String, String, String, SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Initiates the deletion of the shared private link resource from the search service. https://aka.ms/search-manage

GetWithHttpMessagesAsync(String, String, String, SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Gets the details of the shared private link resource managed by the search service in the given resource group. https://aka.ms/search-manage

ListByServiceNextWithHttpMessagesAsync(String, SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Gets a list of all shared private link resources managed by the given service. https://aka.ms/search-manage

ListByServiceWithHttpMessagesAsync(String, String, SearchManagementRequestOptions, Dictionary<String,List<String>>, CancellationToken)

Gets a list of all shared private link resources managed by the given service. https://aka.ms/search-manage

Extension Methods

BeginCreateOrUpdate(ISharedPrivateLinkResourcesOperations, String, String, String, SharedPrivateLinkResource, SearchManagementRequestOptions)

Initiates the creation or update of a shared private link resource managed by the search service in the given resource group. https://aka.ms/search-manage

BeginCreateOrUpdateAsync(ISharedPrivateLinkResourcesOperations, String, String, String, SharedPrivateLinkResource, SearchManagementRequestOptions, CancellationToken)

Initiates the creation or update of a shared private link resource managed by the search service in the given resource group. https://aka.ms/search-manage

BeginDelete(ISharedPrivateLinkResourcesOperations, String, String, String, SearchManagementRequestOptions)

Initiates the deletion of the shared private link resource from the search service. https://aka.ms/search-manage

BeginDeleteAsync(ISharedPrivateLinkResourcesOperations, String, String, String, SearchManagementRequestOptions, CancellationToken)

Initiates the deletion of the shared private link resource from the search service. https://aka.ms/search-manage

CreateOrUpdate(ISharedPrivateLinkResourcesOperations, String, String, String, SharedPrivateLinkResource, SearchManagementRequestOptions)

Initiates the creation or update of a shared private link resource managed by the search service in the given resource group. https://aka.ms/search-manage

CreateOrUpdateAsync(ISharedPrivateLinkResourcesOperations, String, String, String, SharedPrivateLinkResource, SearchManagementRequestOptions, CancellationToken)

Initiates the creation or update of a shared private link resource managed by the search service in the given resource group. https://aka.ms/search-manage

Delete(ISharedPrivateLinkResourcesOperations, String, String, String, SearchManagementRequestOptions)

Initiates the deletion of the shared private link resource from the search service. https://aka.ms/search-manage

DeleteAsync(ISharedPrivateLinkResourcesOperations, String, String, String, SearchManagementRequestOptions, CancellationToken)

Initiates the deletion of the shared private link resource from the search service. https://aka.ms/search-manage

Get(ISharedPrivateLinkResourcesOperations, String, String, String, SearchManagementRequestOptions)

Gets the details of the shared private link resource managed by the search service in the given resource group. https://aka.ms/search-manage

GetAsync(ISharedPrivateLinkResourcesOperations, String, String, String, SearchManagementRequestOptions, CancellationToken)

Gets the details of the shared private link resource managed by the search service in the given resource group. https://aka.ms/search-manage

ListByService(ISharedPrivateLinkResourcesOperations, String, String, SearchManagementRequestOptions)

Gets a list of all shared private link resources managed by the given service. https://aka.ms/search-manage

ListByServiceAsync(ISharedPrivateLinkResourcesOperations, String, String, SearchManagementRequestOptions, CancellationToken)

Gets a list of all shared private link resources managed by the given service. https://aka.ms/search-manage

ListByServiceNext(ISharedPrivateLinkResourcesOperations, String, SearchManagementRequestOptions)

Gets a list of all shared private link resources managed by the given service. https://aka.ms/search-manage

ListByServiceNextAsync(ISharedPrivateLinkResourcesOperations, String, SearchManagementRequestOptions, CancellationToken)

Gets a list of all shared private link resources managed by the given service. https://aka.ms/search-manage

Applies to