Share via


MaterializedViewsBuilderServiceResourceProperties Constructors

Definition

Overloads

MaterializedViewsBuilderServiceResourceProperties()

Initializes a new instance of the MaterializedViewsBuilderServiceResourceProperties class.

MaterializedViewsBuilderServiceResourceProperties(IDictionary<String, Object>, Nullable<DateTime>, String, Nullable<Int32>, String, IList<MaterializedViewsBuilderRegionalServiceResource>)

Initializes a new instance of the MaterializedViewsBuilderServiceResourceProperties class.

MaterializedViewsBuilderServiceResourceProperties()

Initializes a new instance of the MaterializedViewsBuilderServiceResourceProperties class.

public MaterializedViewsBuilderServiceResourceProperties ();
Public Sub New ()

Applies to

MaterializedViewsBuilderServiceResourceProperties(IDictionary<String, Object>, Nullable<DateTime>, String, Nullable<Int32>, String, IList<MaterializedViewsBuilderRegionalServiceResource>)

Initializes a new instance of the MaterializedViewsBuilderServiceResourceProperties class.

public MaterializedViewsBuilderServiceResourceProperties (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, DateTime? creationTime = default, string instanceSize = default, int? instanceCount = default, string status = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.MaterializedViewsBuilderRegionalServiceResource> locations = default);
new Microsoft.Azure.Management.CosmosDB.Models.MaterializedViewsBuilderServiceResourceProperties : System.Collections.Generic.IDictionary<string, obj> * Nullable<DateTime> * string * Nullable<int> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.MaterializedViewsBuilderRegionalServiceResource> -> Microsoft.Azure.Management.CosmosDB.Models.MaterializedViewsBuilderServiceResourceProperties
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional creationTime As Nullable(Of DateTime) = Nothing, Optional instanceSize As String = Nothing, Optional instanceCount As Nullable(Of Integer) = Nothing, Optional status As String = Nothing, Optional locations As IList(Of MaterializedViewsBuilderRegionalServiceResource) = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>

Services response resource.

creationTime
Nullable<DateTime>

Time of the last state change (ISO-8601 format).

instanceSize
String

Instance type for the service. Possible values include: 'Cosmos.D4s', 'Cosmos.D8s', 'Cosmos.D16s'

instanceCount
Nullable<Int32>

Instance count for the service.

status
String

Describes the status of a service. Possible values include: 'Creating', 'Running', 'Updating', 'Deleting', 'Error', 'Stopped'

locations
IList<MaterializedViewsBuilderRegionalServiceResource>

An array that contains all of the locations for the service.

Applies to