Share via


CassandraDataCenterProperties.DelegatedSubnetId Property

Definition

Resource id of a subnet the nodes in this data center should have their network interfaces connected to. The subnet must be in the same region specified in 'dataCenterLocation' and must be able to route to the subnet specified in the cluster's 'delegatedManagementSubnetId' property. This resource id will be of the form '/subscriptions/<subscription id>/resourceGroups/<resource group>/providers/Microsoft.Network/virtualNetworks/<virtual network>/subnets/<subnet>'.

public Azure.Provisioning.BicepValue<Azure.Core.ResourceIdentifier> DelegatedSubnetId { get; set; }
member this.DelegatedSubnetId : Azure.Provisioning.BicepValue<Azure.Core.ResourceIdentifier> with get, set
Public Property DelegatedSubnetId As BicepValue(Of ResourceIdentifier)

Property Value

Applies to