Uses of Class
com.azure.resourcemanager.cosmos.models.ServiceType
Packages that use ServiceType
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
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.DataTransferServiceResourceCreateUpdateParameters.serviceType()Get the serviceType property: ServiceType for the service.DataTransferServiceResourceProperties.serviceType()Get the serviceType property: ServiceType for the service.GraphApiComputeServiceResourceCreateUpdateParameters.serviceType()Get the serviceType property: ServiceType for the service.GraphApiComputeServiceResourceProperties.serviceType()Get the serviceType property: ServiceType for the service.MaterializedViewsBuilderServiceResourceCreateUpdateParameters.serviceType()Get the serviceType property: ServiceType for the service.MaterializedViewsBuilderServiceResourceProperties.serviceType()Get the serviceType property: ServiceType for the service.ServiceResourceCreateUpdateProperties.serviceType()Get the serviceType property: ServiceType for the service.ServiceResourceProperties.serviceType()Get the serviceType property: ServiceType for the service.SqlDedicatedGatewayServiceResourceCreateUpdateParameters.serviceType()Get the serviceType property: ServiceType for the service.SqlDedicatedGatewayServiceResourceProperties.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.