ServiceResourceProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Services response resource.
[Newtonsoft.Json.JsonObject("ServiceResourceProperties")]
public class ServiceResourceProperties
[<Newtonsoft.Json.JsonObject("ServiceResourceProperties")>]
type ServiceResourceProperties = class
Public Class ServiceResourceProperties
- Inheritance
-
ServiceResourceProperties
- Derived
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
ServiceResourceProperties() |
Initializes a new instance of the ServiceResourceProperties class. |
ServiceResourceProperties(IDictionary<String,Object>, Nullable<DateTime>, String, Nullable<Int32>, String) |
Initializes a new instance of the ServiceResourceProperties class. |
Properties
AdditionalProperties |
Gets or sets services response resource. |
CreationTime |
Gets time of the last state change (ISO-8601 format). |
InstanceCount |
Gets or sets instance count for the service. |
InstanceSize |
Gets or sets instance type for the service. Possible values include: 'Cosmos.D4s', 'Cosmos.D8s', 'Cosmos.D16s' |
Status |
Gets describes the status of a service. Possible values include: 'Creating', 'Running', 'Updating', 'Deleting', 'Error', 'Stopped' |
Methods
Validate() |
Validate the object. |