Uses of Class
com.azure.resourcemanager.search.models.ComputeType
Packages that use ComputeType
Package
Description
Package containing the inner data models for SearchManagementClient.
Package containing the data models for SearchManagementClient.
-
Uses of ComputeType in com.azure.resourcemanager.search.fluent.models
Methods in com.azure.resourcemanager.search.fluent.models that return ComputeTypeModifier and TypeMethodDescriptionSearchServiceInner.computeType()Get the computeType property: Configure this property to support the search service using either the Default Compute or Azure Confidential Compute.SearchServiceProperties.computeType()Get the computeType property: Configure this property to support the search service using either the Default Compute or Azure Confidential Compute.Methods in com.azure.resourcemanager.search.fluent.models with parameters of type ComputeTypeModifier and TypeMethodDescriptionSearchServiceInner.withComputeType(ComputeType computeType) Set the computeType property: Configure this property to support the search service using either the Default Compute or Azure Confidential Compute.SearchServiceProperties.withComputeType(ComputeType computeType) Set the computeType property: Configure this property to support the search service using either the Default Compute or Azure Confidential Compute. -
Uses of ComputeType in com.azure.resourcemanager.search.models
Fields in com.azure.resourcemanager.search.models declared as ComputeTypeModifier and TypeFieldDescriptionstatic final ComputeTypeComputeType.CONFIDENTIALStatic value confidential for ComputeType.static final ComputeTypeComputeType.DEFAULTStatic value default for ComputeType.Methods in com.azure.resourcemanager.search.models that return ComputeTypeModifier and TypeMethodDescriptionSearchServiceUpdate.computeType()Get the computeType property: Configure this property to support the search service using either the Default Compute or Azure Confidential Compute.static ComputeTypeComputeType.fromString(String name) Creates or finds a ComputeType from its string representation.Methods in com.azure.resourcemanager.search.models that return types with arguments of type ComputeTypeModifier and TypeMethodDescriptionstatic Collection<ComputeType> ComputeType.values()Gets known ComputeType values.Methods in com.azure.resourcemanager.search.models with parameters of type ComputeTypeModifier and TypeMethodDescriptionSearchServiceUpdate.withComputeType(ComputeType computeType) Set the computeType property: Configure this property to support the search service using either the Default Compute or Azure Confidential Compute.