@@ -2901,9 +2901,9 @@ class ClusterResourceProperties(_serialization.Model):
29012901 :ivar delegated_management_subnet_id: Resource id of a subnet that this cluster's management
29022902 service should have its network interface attached to. The subnet must be routable to all
29032903 subnets that will be delegated to data centers. The resource id must be of the form
2904- '/subscriptions/:code:`<subscription id>`/resourceGroups/:code:`<resource
2905- group>`/providers/Microsoft.Network/virtualNetworks/:code:`<virtual
2906- network>`/subnets/ :code:`<subnet>`'.
2904+ '/subscriptions/\\ :code:`<subscription id>`/resourceGroups/\\ :code:`<resource
2905+ group>`/providers/Microsoft.Network/virtualNetworks/\\ :code:`<virtual network>`/subnets/\\
2906+ :code:`<subnet>`'.
29072907 :vartype delegated_management_subnet_id: str
29082908 :ivar cassandra_version: Which version of Cassandra should this cluster converge to running
29092909 (e.g., 3.11). When updated, the cluster may take some time to migrate to the new version.
@@ -3055,9 +3055,9 @@ def __init__( # pylint: disable=too-many-locals
30553055 :keyword delegated_management_subnet_id: Resource id of a subnet that this cluster's management
30563056 service should have its network interface attached to. The subnet must be routable to all
30573057 subnets that will be delegated to data centers. The resource id must be of the form
3058- '/subscriptions/:code:`<subscription id>`/resourceGroups/:code:`<resource
3059- group>`/providers/Microsoft.Network/virtualNetworks/:code:`<virtual
3060- network>`/subnets/ :code:`<subnet>`'.
3058+ '/subscriptions/\\ :code:`<subscription id>`/resourceGroups/\\ :code:`<resource
3059+ group>`/providers/Microsoft.Network/virtualNetworks/\\ :code:`<virtual network>`/subnets/\\
3060+ :code:`<subnet>`'.
30613061 :paramtype delegated_management_subnet_id: str
30623062 :keyword cassandra_version: Which version of Cassandra should this cluster converge to running
30633063 (e.g., 3.11). When updated, the cluster may take some time to migrate to the new version.
@@ -5678,10 +5678,10 @@ class DataCenterResourceProperties(_serialization.Model):
56785678 :ivar delegated_subnet_id: Resource id of a subnet the nodes in this data center should have
56795679 their network interfaces connected to. The subnet must be in the same region specified in
56805680 'dataCenterLocation' and must be able to route to the subnet specified in the cluster's
5681- 'delegatedManagementSubnetId' property. This resource id will be of the form
5682- '/subscriptions/ :code:`<subscription id>`/resourceGroups/:code:`<resource
5683- group>`/providers/Microsoft.Network/virtualNetworks/:code:`<virtual
5684- network>`/subnets/ :code:`<subnet>`'.
5681+ 'delegatedManagementSubnetId' property. This resource id will be of the form '/subscriptions/\\
5682+ :code:`<subscription id>`/resourceGroups/\\ :code:`<resource
5683+ group>`/providers/Microsoft.Network/virtualNetworks/\\ :code:`<virtual network>`/subnets/\\
5684+ :code:`<subnet>`'.
56855685 :vartype delegated_subnet_id: str
56865686 :ivar node_count: The number of nodes the data center should have. This is the desired number.
56875687 After it is set, it may take some time for the data center to be scaled to match. To monitor
@@ -5779,10 +5779,10 @@ def __init__(
57795779 :keyword delegated_subnet_id: Resource id of a subnet the nodes in this data center should have
57805780 their network interfaces connected to. The subnet must be in the same region specified in
57815781 'dataCenterLocation' and must be able to route to the subnet specified in the cluster's
5782- 'delegatedManagementSubnetId' property. This resource id will be of the form
5783- '/subscriptions/ :code:`<subscription id>`/resourceGroups/:code:`<resource
5784- group>`/providers/Microsoft.Network/virtualNetworks/:code:`<virtual
5785- network>`/subnets/ :code:`<subnet>`'.
5782+ 'delegatedManagementSubnetId' property. This resource id will be of the form '/subscriptions/\\
5783+ :code:`<subscription id>`/resourceGroups/\\ :code:`<resource
5784+ group>`/providers/Microsoft.Network/virtualNetworks/\\ :code:`<virtual network>`/subnets/\\
5785+ :code:`<subnet>`'.
57865786 :paramtype delegated_subnet_id: str
57875787 :keyword node_count: The number of nodes the data center should have. This is the desired
57885788 number. After it is set, it may take some time for the data center to be scaled to match. To
0 commit comments