Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 17 additions & 7 deletions src/CosmosDB/CosmosDB.Sdk/Generated/CassandraClustersOperations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,8 @@ internal CassandraClustersOperations (CosmosDBManagementClient client)
/// Managed Cassandra cluster name.
/// </param>
/// <param name='body'>
/// The properties specifying the desired state of the managed Cassandra cluster.
/// The properties specifying the desired state of the managed Cassandra
/// cluster.
/// </param>
/// <param name='customHeaders'>
/// Headers that will be added to request.
Expand Down Expand Up @@ -841,7 +842,8 @@ internal CassandraClustersOperations (CosmosDBManagementClient client)
}

/// <summary>
/// Gets the CPU, memory, and disk usage statistics for each Cassandra node in a cluster.
/// Gets the CPU, memory, and disk usage statistics for each Cassandra node in
/// a cluster.
/// </summary>
/// <param name='resourceGroupName'>
/// The name of the resource group. The name is case insensitive.
Expand Down Expand Up @@ -1306,7 +1308,8 @@ internal CassandraClustersOperations (CosmosDBManagementClient client)

}
/// <summary>
/// Create or update a managed Cassandra cluster. When updating, you must specify all writable properties. To update only some properties, use PATCH.
/// Create or update a managed Cassandra cluster. When updating, you must
/// specify all writable properties. To update only some properties, use PATCH.
/// </summary>
/// <param name='resourceGroupName'>
/// The name of the resource group. The name is case insensitive.
Expand All @@ -1315,7 +1318,8 @@ internal CassandraClustersOperations (CosmosDBManagementClient client)
/// Managed Cassandra cluster name.
/// </param>
/// <param name='body'>
/// The properties specifying the desired state of the managed Cassandra cluster.
/// The properties specifying the desired state of the managed Cassandra
/// cluster.
/// </param>
/// <param name='customHeaders'>
/// Headers that will be added to request.
Expand Down Expand Up @@ -1857,7 +1861,7 @@ internal CassandraClustersOperations (CosmosDBManagementClient client)

}
/// <summary>
/// Invoke a command like nodetool for cassandra maintenance
/// Invoke a command like nodetool for cassandra maintenance
/// </summary>
/// <param name='resourceGroupName'>
/// The name of the resource group. The name is case insensitive.
Expand Down Expand Up @@ -2118,7 +2122,10 @@ internal CassandraClustersOperations (CosmosDBManagementClient client)

}
/// <summary>
/// Deallocate the Managed Cassandra Cluster and Associated Data Centers. Deallocation will deallocate the host virtual machine of this cluster, and reserved the data disk. This won&#39;t do anything on an already deallocated cluster. Use Start to restart the cluster.
/// Deallocate the Managed Cassandra Cluster and Associated Data Centers.
/// Deallocation will deallocate the host virtual machine of this cluster, and
/// reserved the data disk. This won&#39;t do anything on an already deallocated
/// cluster. Use Start to restart the cluster.
/// </summary>
/// <param name='resourceGroupName'>
/// The name of the resource group. The name is case insensitive.
Expand Down Expand Up @@ -2340,7 +2347,10 @@ internal CassandraClustersOperations (CosmosDBManagementClient client)

}
/// <summary>
/// Start the Managed Cassandra Cluster and Associated Data Centers. Start will start the host virtual machine of this cluster with reserved data disk. This won&#39;t do anything on an already running cluster. Use Deallocate to deallocate the cluster.
/// Start the Managed Cassandra Cluster and Associated Data Centers. Start will
/// start the host virtual machine of this cluster with reserved data disk.
/// This won&#39;t do anything on an already running cluster. Use Deallocate to
/// deallocate the cluster.
/// </summary>
/// <param name='resourceGroupName'>
/// The name of the resource group. The name is case insensitive.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ public static void Delete(this ICassandraClustersOperations operations, string r
(await operations.DeleteWithHttpMessagesAsync(resourceGroupName, clusterName, null, cancellationToken).ConfigureAwait(false)).Dispose();
}
/// <summary>
/// Create or update a managed Cassandra cluster. When updating, you must specify all writable properties. To update only some properties, use PATCH.
/// Create or update a managed Cassandra cluster. When updating, you must
/// specify all writable properties. To update only some properties, use PATCH.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -165,7 +166,8 @@ public static ClusterResource CreateUpdate(this ICassandraClustersOperations ope
}

/// <summary>
/// Create or update a managed Cassandra cluster. When updating, you must specify all writable properties. To update only some properties, use PATCH.
/// Create or update a managed Cassandra cluster. When updating, you must
/// specify all writable properties. To update only some properties, use PATCH.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down Expand Up @@ -226,7 +228,7 @@ public static ClusterResource Update(this ICassandraClustersOperations operation
}
}
/// <summary>
/// Invoke a command like nodetool for cassandra maintenance
/// Invoke a command like nodetool for cassandra maintenance
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -243,7 +245,7 @@ public static CommandOutput InvokeCommand(this ICassandraClustersOperations oper
}

/// <summary>
/// Invoke a command like nodetool for cassandra maintenance
/// Invoke a command like nodetool for cassandra maintenance
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -265,7 +267,10 @@ public static CommandOutput InvokeCommand(this ICassandraClustersOperations oper
}
}
/// <summary>
/// Deallocate the Managed Cassandra Cluster and Associated Data Centers. Deallocation will deallocate the host virtual machine of this cluster, and reserved the data disk. This won&#39;t do anything on an already deallocated cluster. Use Start to restart the cluster.
/// Deallocate the Managed Cassandra Cluster and Associated Data Centers.
/// Deallocation will deallocate the host virtual machine of this cluster, and
/// reserved the data disk. This won&#39;t do anything on an already deallocated
/// cluster. Use Start to restart the cluster.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -282,7 +287,10 @@ public static void Deallocate(this ICassandraClustersOperations operations, stri
}

/// <summary>
/// Deallocate the Managed Cassandra Cluster and Associated Data Centers. Deallocation will deallocate the host virtual machine of this cluster, and reserved the data disk. This won&#39;t do anything on an already deallocated cluster. Use Start to restart the cluster.
/// Deallocate the Managed Cassandra Cluster and Associated Data Centers.
/// Deallocation will deallocate the host virtual machine of this cluster, and
/// reserved the data disk. This won&#39;t do anything on an already deallocated
/// cluster. Use Start to restart the cluster.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -301,7 +309,10 @@ public static void Deallocate(this ICassandraClustersOperations operations, stri
(await operations.DeallocateWithHttpMessagesAsync(resourceGroupName, clusterName, null, cancellationToken).ConfigureAwait(false)).Dispose();
}
/// <summary>
/// Start the Managed Cassandra Cluster and Associated Data Centers. Start will start the host virtual machine of this cluster with reserved data disk. This won&#39;t do anything on an already running cluster. Use Deallocate to deallocate the cluster.
/// Start the Managed Cassandra Cluster and Associated Data Centers. Start will
/// start the host virtual machine of this cluster with reserved data disk.
/// This won&#39;t do anything on an already running cluster. Use Deallocate to
/// deallocate the cluster.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -318,7 +329,10 @@ public static void Start(this ICassandraClustersOperations operations, string re
}

/// <summary>
/// Start the Managed Cassandra Cluster and Associated Data Centers. Start will start the host virtual machine of this cluster with reserved data disk. This won&#39;t do anything on an already running cluster. Use Deallocate to deallocate the cluster.
/// Start the Managed Cassandra Cluster and Associated Data Centers. Start will
/// start the host virtual machine of this cluster with reserved data disk.
/// This won&#39;t do anything on an already running cluster. Use Deallocate to
/// deallocate the cluster.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -337,7 +351,8 @@ public static void Start(this ICassandraClustersOperations operations, string re
(await operations.StartWithHttpMessagesAsync(resourceGroupName, clusterName, null, cancellationToken).ConfigureAwait(false)).Dispose();
}
/// <summary>
/// Gets the CPU, memory, and disk usage statistics for each Cassandra node in a cluster.
/// Gets the CPU, memory, and disk usage statistics for each Cassandra node in
/// a cluster.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -354,7 +369,8 @@ public static CassandraClusterPublicStatus Status(this ICassandraClustersOperati
}

/// <summary>
/// Gets the CPU, memory, and disk usage statistics for each Cassandra node in a cluster.
/// Gets the CPU, memory, and disk usage statistics for each Cassandra node in
/// a cluster.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down Expand Up @@ -412,7 +428,8 @@ public static void BeginDelete(this ICassandraClustersOperations operations, str
(await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, clusterName, null, cancellationToken).ConfigureAwait(false)).Dispose();
}
/// <summary>
/// Create or update a managed Cassandra cluster. When updating, you must specify all writable properties. To update only some properties, use PATCH.
/// Create or update a managed Cassandra cluster. When updating, you must
/// specify all writable properties. To update only some properties, use PATCH.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -429,7 +446,8 @@ public static ClusterResource BeginCreateUpdate(this ICassandraClustersOperation
}

/// <summary>
/// Create or update a managed Cassandra cluster. When updating, you must specify all writable properties. To update only some properties, use PATCH.
/// Create or update a managed Cassandra cluster. When updating, you must
/// specify all writable properties. To update only some properties, use PATCH.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down Expand Up @@ -490,7 +508,7 @@ public static ClusterResource BeginUpdate(this ICassandraClustersOperations oper
}
}
/// <summary>
/// Invoke a command like nodetool for cassandra maintenance
/// Invoke a command like nodetool for cassandra maintenance
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -507,7 +525,7 @@ public static CommandOutput BeginInvokeCommand(this ICassandraClustersOperations
}

/// <summary>
/// Invoke a command like nodetool for cassandra maintenance
/// Invoke a command like nodetool for cassandra maintenance
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -529,7 +547,10 @@ public static CommandOutput BeginInvokeCommand(this ICassandraClustersOperations
}
}
/// <summary>
/// Deallocate the Managed Cassandra Cluster and Associated Data Centers. Deallocation will deallocate the host virtual machine of this cluster, and reserved the data disk. This won&#39;t do anything on an already deallocated cluster. Use Start to restart the cluster.
/// Deallocate the Managed Cassandra Cluster and Associated Data Centers.
/// Deallocation will deallocate the host virtual machine of this cluster, and
/// reserved the data disk. This won&#39;t do anything on an already deallocated
/// cluster. Use Start to restart the cluster.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -546,7 +567,10 @@ public static void BeginDeallocate(this ICassandraClustersOperations operations,
}

/// <summary>
/// Deallocate the Managed Cassandra Cluster and Associated Data Centers. Deallocation will deallocate the host virtual machine of this cluster, and reserved the data disk. This won&#39;t do anything on an already deallocated cluster. Use Start to restart the cluster.
/// Deallocate the Managed Cassandra Cluster and Associated Data Centers.
/// Deallocation will deallocate the host virtual machine of this cluster, and
/// reserved the data disk. This won&#39;t do anything on an already deallocated
/// cluster. Use Start to restart the cluster.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -565,7 +589,10 @@ public static void BeginDeallocate(this ICassandraClustersOperations operations,
(await operations.BeginDeallocateWithHttpMessagesAsync(resourceGroupName, clusterName, null, cancellationToken).ConfigureAwait(false)).Dispose();
}
/// <summary>
/// Start the Managed Cassandra Cluster and Associated Data Centers. Start will start the host virtual machine of this cluster with reserved data disk. This won&#39;t do anything on an already running cluster. Use Deallocate to deallocate the cluster.
/// Start the Managed Cassandra Cluster and Associated Data Centers. Start will
/// start the host virtual machine of this cluster with reserved data disk.
/// This won&#39;t do anything on an already running cluster. Use Deallocate to
/// deallocate the cluster.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -582,7 +609,10 @@ public static void BeginStart(this ICassandraClustersOperations operations, stri
}

/// <summary>
/// Start the Managed Cassandra Cluster and Associated Data Centers. Start will start the host virtual machine of this cluster with reserved data disk. This won&#39;t do anything on an already running cluster. Use Deallocate to deallocate the cluster.
/// Start the Managed Cassandra Cluster and Associated Data Centers. Start will
/// start the host virtual machine of this cluster with reserved data disk.
/// This won&#39;t do anything on an already running cluster. Use Deallocate to
/// deallocate the cluster.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,8 @@ internal CassandraDataCentersOperations (CosmosDBManagementClient client)

}
/// <summary>
/// Create or update a managed Cassandra data center. When updating, overwrite all properties. To update only some properties, use PATCH.
/// Create or update a managed Cassandra data center. When updating, overwrite
/// all properties. To update only some properties, use PATCH.
/// </summary>
/// <param name='resourceGroupName'>
/// The name of the resource group. The name is case insensitive.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ public static void Delete(this ICassandraDataCentersOperations operations, strin
(await operations.DeleteWithHttpMessagesAsync(resourceGroupName, clusterName, dataCenterName, null, cancellationToken).ConfigureAwait(false)).Dispose();
}
/// <summary>
/// Create or update a managed Cassandra data center. When updating, overwrite all properties. To update only some properties, use PATCH.
/// Create or update a managed Cassandra data center. When updating, overwrite
/// all properties. To update only some properties, use PATCH.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -159,7 +160,8 @@ public static DataCenterResource CreateUpdate(this ICassandraDataCentersOperatio
}

/// <summary>
/// Create or update a managed Cassandra data center. When updating, overwrite all properties. To update only some properties, use PATCH.
/// Create or update a managed Cassandra data center. When updating, overwrite
/// all properties. To update only some properties, use PATCH.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down Expand Up @@ -271,7 +273,8 @@ public static void BeginDelete(this ICassandraDataCentersOperations operations,
(await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, clusterName, dataCenterName, null, cancellationToken).ConfigureAwait(false)).Dispose();
}
/// <summary>
/// Create or update a managed Cassandra data center. When updating, overwrite all properties. To update only some properties, use PATCH.
/// Create or update a managed Cassandra data center. When updating, overwrite
/// all properties. To update only some properties, use PATCH.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -291,7 +294,8 @@ public static DataCenterResource BeginCreateUpdate(this ICassandraDataCentersOpe
}

/// <summary>
/// Create or update a managed Cassandra data center. When updating, overwrite all properties. To update only some properties, use PATCH.
/// Create or update a managed Cassandra data center. When updating, overwrite
/// all properties. To update only some properties, use PATCH.
/// </summary>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down
Loading