MaterializedViewsBuilderServiceResourceProperties Constructors
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.
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.
- instanceSize
- String
Instance type for the service. Possible values include: 'Cosmos.D4s', 'Cosmos.D8s', 'Cosmos.D16s'
- status
- String
Describes the status of a service. Possible values include: 'Creating', 'Running', 'Updating', 'Deleting', 'Error', 'Stopped'
An array that contains all of the locations for the service.