SearchExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class to add extension methods to Azure.ResourceManager.Search.
public static class SearchExtensions
type SearchExtensions = class
Public Module SearchExtensions
- Inheritance
-
SearchExtensions
Methods
CheckSearchServiceNameAvailability(SubscriptionResource, SearchServiceNameAvailabilityContent, SearchManagementRequestOptions, CancellationToken) |
Checks whether or not the given search service name is available for use. Search service names must be globally unique since they are part of the service URI (https://<name>.search.windows.net).
|
CheckSearchServiceNameAvailabilityAsync(SubscriptionResource, SearchServiceNameAvailabilityContent, SearchManagementRequestOptions, CancellationToken) |
Checks whether or not the given search service name is available for use. Search service names must be globally unique since they are part of the service URI (https://<name>.search.windows.net).
|
GetNetworkSecurityPerimeterConfigurationResource(ArmClient, ResourceIdentifier) |
Gets an object representing a NetworkSecurityPerimeterConfigurationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a NetworkSecurityPerimeterConfigurationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetNetworkSecurityPerimeterConfigurationResource(ResourceIdentifier) instead. |
GetSearchPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SearchPrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SearchPrivateEndpointConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSearchPrivateEndpointConnectionResource(ResourceIdentifier) instead. |
GetSearchService(ResourceGroupResource, String, SearchManagementRequestOptions, CancellationToken) |
Gets the search service with the given name in the given resource group.
|
GetSearchServiceAsync(ResourceGroupResource, String, SearchManagementRequestOptions, CancellationToken) |
Gets the search service with the given name in the given resource group.
|
GetSearchServiceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SearchServiceResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a SearchServiceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSearchServiceResource(ResourceIdentifier) instead. |
GetSearchServices(ResourceGroupResource) |
Gets a collection of SearchServiceResources in the ResourceGroupResource. MockingTo mock this method, please mock GetSearchServices() instead. |
GetSearchServices(SubscriptionResource, SearchManagementRequestOptions, CancellationToken) |
Gets a list of all Search services in the given subscription.
|
GetSearchServicesAsync(SubscriptionResource, SearchManagementRequestOptions, CancellationToken) |
Gets a list of all Search services in the given subscription.
|
GetSharedSearchServicePrivateLinkResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SharedSearchServicePrivateLinkResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SharedSearchServicePrivateLinkResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSharedSearchServicePrivateLinkResource(ResourceIdentifier) instead. |
GetUsagesBySubscription(SubscriptionResource, AzureLocation, SearchManagementRequestOptions, CancellationToken) |
Get a list of all Azure AI Search quota usages across the subscription.
|
GetUsagesBySubscriptionAsync(SubscriptionResource, AzureLocation, SearchManagementRequestOptions, CancellationToken) |
Get a list of all Azure AI Search quota usages across the subscription.
|
UsageBySubscriptionSku(SubscriptionResource, AzureLocation, String, SearchManagementRequestOptions, CancellationToken) |
Gets the quota usage for a search sku in the given subscription.
|
UsageBySubscriptionSkuAsync(SubscriptionResource, AzureLocation, String, SearchManagementRequestOptions, CancellationToken) |
Gets the quota usage for a search sku in the given subscription.
|
Applies to
Azure SDK for .NET