Partager via


CosmosDBService.Properties Property

Definition

Services response resource. Please note Azure.ResourceManager.CosmosDB.Models.CosmosDBServiceProperties 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.DataTransferServiceProperties, Azure.ResourceManager.CosmosDB.Models.GraphApiComputeServiceProperties, Azure.ResourceManager.CosmosDB.Models.MaterializedViewsBuilderServiceProperties and Azure.ResourceManager.CosmosDB.Models.SqlDedicatedGatewayServiceProperties.

public Azure.Provisioning.CosmosDB.CosmosDBServiceProperties Properties { get; }
public Azure.Provisioning.BicepValue<Azure.Provisioning.CosmosDB.CosmosDBServiceProperties> Properties { get; }
member this.Properties : Azure.Provisioning.CosmosDB.CosmosDBServiceProperties
member this.Properties : Azure.Provisioning.BicepValue<Azure.Provisioning.CosmosDB.CosmosDBServiceProperties>
Public ReadOnly Property Properties As CosmosDBServiceProperties
Public ReadOnly Property Properties As BicepValue(Of CosmosDBServiceProperties)

Property Value

Applies to