Uses of Class
com.azure.resourcemanager.cosmos.models.ServiceType
Packages that use ServiceType
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of ServiceType in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return ServiceTypeModifier and TypeMethodDescriptionServiceResourceCreateUpdateProperties.serviceType()Get the serviceType property: ServiceType for the service.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type ServiceTypeModifier and TypeMethodDescriptionServiceResourceCreateUpdateProperties.withServiceType(ServiceType serviceType) Set the serviceType property: ServiceType for the service. -
Uses of ServiceType in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as ServiceTypeModifier and TypeFieldDescriptionstatic final ServiceTypeServiceType.DATA_TRANSFERStatic value DataTransfer for ServiceType.static final ServiceTypeServiceType.GRAPH_APICOMPUTEStatic value GraphAPICompute for ServiceType.static final ServiceTypeServiceType.MATERIALIZED_VIEWS_BUILDERStatic value MaterializedViewsBuilder for ServiceType.static final ServiceTypeServiceType.SQL_DEDICATED_GATEWAYStatic value SqlDedicatedGateway for ServiceType.Methods in com.azure.resourcemanager.cosmos.models that return ServiceTypeModifier and TypeMethodDescriptionstatic ServiceTypeServiceType.fromString(String name) Creates or finds a ServiceType from its string representation.ServiceResourceCreateUpdateParameters.serviceType()Get the serviceType property: ServiceType for the service.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type ServiceTypeModifier and TypeMethodDescriptionstatic Collection<ServiceType>ServiceType.values()Gets known ServiceType values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type ServiceTypeModifier and TypeMethodDescriptionServiceResourceCreateUpdateParameters.withServiceType(ServiceType serviceType) Set the serviceType property: ServiceType for the service.