Uses of Class
com.azure.resourcemanager.cosmos.models.ServiceResourceProperties
Packages that use ServiceResourceProperties
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of ServiceResourceProperties in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return ServiceResourcePropertiesModifier and TypeMethodDescriptionServiceResourceInner.properties()
Get the properties property: Services response resource.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type ServiceResourcePropertiesModifier and TypeMethodDescriptionServiceResourceInner.withProperties
(ServiceResourceProperties properties) Set the properties property: Services response resource. -
Uses of ServiceResourceProperties in com.azure.resourcemanager.cosmos.models
Subclasses of ServiceResourceProperties in com.azure.resourcemanager.cosmos.modelsModifier and TypeClassDescriptionfinal class
Properties for DataTransferServiceResource.final class
Properties for GraphAPIComputeServiceResource.final class
Properties for MaterializedViewsBuilderServiceResource.final class
Properties for SqlDedicatedGatewayServiceResource.Methods in com.azure.resourcemanager.cosmos.models that return ServiceResourcePropertiesModifier and TypeMethodDescriptionstatic ServiceResourceProperties
ServiceResourceProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceResourceProperties from the JsonReader.ServiceResourceProperties.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Services response resource.ServiceResourceProperties.withInstanceCount
(Integer instanceCount) Set the instanceCount property: Instance count for the service.ServiceResourceProperties.withInstanceSize
(ServiceSize instanceSize) Set the instanceSize property: Instance type for the service.