azure.mgmt.search package
Submodules
- azure.mgmt.search.models module
AadAuthFailureModeAdminKeyKindAdminKeyResultAsyncOperationResultCheckNameAvailabilityInputCheckNameAvailabilityOutputCloudErrorBodyComputeTypeCreatedByTypeDataPlaneAadOrApiKeyAuthOptionDataPlaneAuthOptionsEncryptionWithCmkFeatureNameFeatureOfferingHostingModeIdentityIdentityTypeIpRuleListQueryKeysResultNSPConfigAccessRuleNSPConfigAccessRulePropertiesNSPConfigAssociationNSPConfigNetworkSecurityPerimeterRuleNSPConfigPerimeterNSPConfigProfileNSPProvisioningIssueNSPProvisioningIssuePropertiesNetworkRuleSetNetworkSecurityPerimeterConfigurationNetworkSecurityPerimeterConfigurationListResultOfferingsByRegionOfferingsListResultOperationOperationAvailabilityOperationDisplayOperationListResultOperationLogsSpecificationOperationMetricDimensionOperationMetricsSpecificationOperationPropertiesOperationServiceSpecificationPrivateEndpointConnectionPrivateEndpointConnectionListResultPrivateEndpointConnectionPropertiesPrivateEndpointConnectionPropertiesPrivateEndpointPrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStatePrivateLinkResourcePrivateLinkResourcePropertiesPrivateLinkResourcesResultPrivateLinkServiceConnectionProvisioningStatePrivateLinkServiceConnectionProvisioningState.CANCELEDPrivateLinkServiceConnectionProvisioningState.DELETINGPrivateLinkServiceConnectionProvisioningState.FAILEDPrivateLinkServiceConnectionProvisioningState.INCOMPLETEPrivateLinkServiceConnectionProvisioningState.SUCCEEDEDPrivateLinkServiceConnectionProvisioningState.UPDATING
PrivateLinkServiceConnectionStatusProvisioningStateProxyResourcePublicNetworkAccessQueryKeyQuotaUsageResultQuotaUsageResultNameQuotaUsagesListResultResourceSearchBypassSearchDisabledDataExfiltrationOptionSearchEncryptionComplianceStatusSearchEncryptionWithCmkSearchManagementRequestOptionsSearchSemanticSearchSearchServiceSearchServiceListResultSearchServiceStatusSearchServiceUpdateShareablePrivateLinkResourcePropertiesShareablePrivateLinkResourceTypeSharedPrivateLinkResourceSharedPrivateLinkResourceAsyncOperationResultSharedPrivateLinkResourceListResultSharedPrivateLinkResourcePropertiesSharedPrivateLinkResourceProvisioningStateSharedPrivateLinkResourceStatusSkuSkuNameSkuOfferingSkuOfferingLimitsSystemDataTrackedResourceUnavailableNameReasonUserAssignedManagedIdentity
- azure.mgmt.search.operations module
AdminKeysOperationsNetworkSecurityPerimeterConfigurationsOperationsOfferingsOperationsOperationsPrivateEndpointConnectionsOperationsPrivateLinkResourcesOperationsQueryKeysOperationsSearchManagementClientOperationsMixinServicesOperationsServicesOperations.begin_create_or_update()ServicesOperations.begin_upgrade()ServicesOperations.check_name_availability()ServicesOperations.delete()ServicesOperations.get()ServicesOperations.list_by_resource_group()ServicesOperations.list_by_subscription()ServicesOperations.update()ServicesOperations.models
SharedPrivateLinkResourcesOperationsUsagesOperations
Module contents
- class azure.mgmt.search.SearchManagementClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)[source]
Bases:
SearchManagementClientOperationsMixinClient that can be used to manage Azure AI Search services and API keys.
- Variables:
operations (azure.mgmt.search.operations.Operations) – Operations operations
offerings (azure.mgmt.search.operations.OfferingsOperations) – OfferingsOperations operations
admin_keys (azure.mgmt.search.operations.AdminKeysOperations) – AdminKeysOperations operations
query_keys (azure.mgmt.search.operations.QueryKeysOperations) – QueryKeysOperations operations
services (azure.mgmt.search.operations.ServicesOperations) – ServicesOperations operations
private_link_resources (azure.mgmt.search.operations.PrivateLinkResourcesOperations) – PrivateLinkResourcesOperations operations
private_endpoint_connections (azure.mgmt.search.operations.PrivateEndpointConnectionsOperations) – PrivateEndpointConnectionsOperations operations
shared_private_link_resources (azure.mgmt.search.operations.SharedPrivateLinkResourcesOperations) – SharedPrivateLinkResourcesOperations operations
usages (azure.mgmt.search.operations.UsagesOperations) – UsagesOperations operations
network_security_perimeter_configurations (azure.mgmt.search.operations.NetworkSecurityPerimeterConfigurationsOperations) – NetworkSecurityPerimeterConfigurationsOperations operations
- Parameters:
credential (TokenCredential) – Credential needed for the client to connect to Azure. Required.
subscription_id (str) – The unique identifier for a Microsoft Azure subscription. You can obtain this value from the Azure Resource Manager API or the portal. Required.
base_url (str) – Service URL. Default value is “https://management.azure.com”.
- Keyword Arguments: