KustoClusterResource.GetFollowerDatabasesAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a list of databases that are owned by this cluster and were followed by another cluster.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/listFollowerDatabases
- Operation Id: Clusters_ListFollowerDatabases
public virtual Azure.AsyncPageable<Azure.ResourceManager.Kusto.Models.KustoFollowerDatabaseDefinition> GetFollowerDatabasesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetFollowerDatabasesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Kusto.Models.KustoFollowerDatabaseDefinition>
override this.GetFollowerDatabasesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Kusto.Models.KustoFollowerDatabaseDefinition>
Public Overridable Function GetFollowerDatabasesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of KustoFollowerDatabaseDefinition)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of KustoFollowerDatabaseDefinition that may take multiple service requests to iterate over.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET