MaterializedViewsBuilderServiceProperties 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.
Properties for MaterializedViewsBuilderServiceResource.
public class MaterializedViewsBuilderServiceProperties : Azure.ResourceManager.CosmosDB.Models.CosmosDBServiceProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.MaterializedViewsBuilderServiceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.MaterializedViewsBuilderServiceProperties>
type MaterializedViewsBuilderServiceProperties = class
inherit CosmosDBServiceProperties
interface IJsonModel<MaterializedViewsBuilderServiceProperties>
interface IPersistableModel<MaterializedViewsBuilderServiceProperties>
Public Class MaterializedViewsBuilderServiceProperties
Inherits CosmosDBServiceProperties
Implements IJsonModel(Of MaterializedViewsBuilderServiceProperties), IPersistableModel(Of MaterializedViewsBuilderServiceProperties)
- Inheritance
- Implements
Constructors
MaterializedViewsBuilderServiceProperties() |
Initializes a new instance of MaterializedViewsBuilderServiceProperties. |
Properties
AdditionalProperties |
Additional Properties To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
CreatedOn |
Time of the last state change (ISO-8601 format). (Inherited from CosmosDBServiceProperties) |
InstanceCount |
Instance count for the service. (Inherited from CosmosDBServiceProperties) |
InstanceSize |
Instance type for the service. (Inherited from CosmosDBServiceProperties) |
Locations |
An array that contains all of the locations for the service. |
Status |
Describes the status of a service. (Inherited from CosmosDBServiceProperties) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET