Uses of Class
com.azure.resourcemanager.cosmos.models.ServiceResourceCreateUpdateProperties
Packages that use ServiceResourceCreateUpdateProperties
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of ServiceResourceCreateUpdateProperties in com.azure.resourcemanager.cosmos.models
Modifier and TypeClassDescriptionfinal class
Properties for Create or Update request for DataTransferServiceResource.final class
Properties for Create or Update request for GraphAPIComputeServiceResource.final class
Properties for Create or Update request for MaterializedViewsBuilderServiceResource.final class
Properties for Create or Update request for SqlDedicatedGatewayServiceResource.Methods in com.azure.resourcemanager.cosmos.models that return ServiceResourceCreateUpdatePropertiesModifier and TypeMethodDescriptionServiceResourceCreateUpdateProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceResourceCreateUpdateProperties from the JsonReader.ServiceResourceCreateUpdateParameters.properties()
Get the properties property: Properties in ServiceResourceCreateUpdateParameters.ServiceResourceCreateUpdateProperties.withInstanceCount
(Integer instanceCount) Set the instanceCount property: Instance count for the service.ServiceResourceCreateUpdateProperties.withInstanceSize
(ServiceSize instanceSize) Set the instanceSize property: Instance type for the service.Methods in com.azure.resourcemanager.cosmos.models with parameters of type ServiceResourceCreateUpdatePropertiesModifier and TypeMethodDescriptionServiceResourceCreateUpdateParameters.withProperties
(ServiceResourceCreateUpdateProperties properties) Set the properties property: Properties in ServiceResourceCreateUpdateParameters.