Share via


ServiceResourceCreateUpdateProperties Class

Definition

Properties in ServiceResourceCreateUpdateParameters. Please note Azure.ResourceManager.CosmosDB.Models.ServiceResourceCreateUpdateProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include Azure.ResourceManager.CosmosDB.Models.DataTransferServiceResourceCreateUpdateProperties, Azure.ResourceManager.CosmosDB.Models.GraphApiComputeServiceResourceCreateUpdateProperties, Azure.ResourceManager.CosmosDB.Models.MaterializedViewsBuilderServiceResourceCreateUpdateProperties and Azure.ResourceManager.CosmosDB.Models.SqlDedicatedGatewayServiceResourceCreateUpdateProperties.

public class ServiceResourceCreateUpdateProperties : Azure.Provisioning.Primitives.ProvisionableConstruct
type ServiceResourceCreateUpdateProperties = class
    inherit ProvisionableConstruct
Public Class ServiceResourceCreateUpdateProperties
Inherits ProvisionableConstruct
Inheritance
ServiceResourceCreateUpdateProperties
Derived

Constructors

ServiceResourceCreateUpdateProperties()

Creates a new ServiceResourceCreateUpdateProperties.

Properties

InstanceCount

Instance count for the service.

InstanceSize

Instance type for the service.

Methods

DefineProvisionableProperties()

Define all the provisionable properties of ServiceResourceCreateUpdateProperties.

GetResources()

Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure.

(Inherited from Provisionable)
Resolve(ProvisioningContext)

Resolve any resources or properties that were not explicitly specified.

(Inherited from Provisionable)
Validate(ProvisioningContext)

Validate the presence of any required members.

(Inherited from Provisionable)

Applies to