Compartilhar via


Get-AzKustoClusterFollowerDatabaseGet

Retorna uma lista de bancos de dados que pertencem a esse cluster e que foram seguidos por outro cluster.

Sintaxe

Get-AzKustoClusterFollowerDatabaseGet
   -ClusterName <String>
   -ResourceGroupName <String>
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Description

Retorna uma lista de bancos de dados que pertencem a esse cluster e que foram seguidos por outro cluster.

Exemplos

Exemplo 1: Obtendo uma lista de

Get-AzKustoClusterFollowerDatabaseGet -ResourceGroupName rg1 -ClusterName cluster1 -SubscriptionId subid

AttachedDatabaseConfigurationName                   : 77789349-86f5-437e-a965-cf02fed0fa9e
ClusterResourceId                                   : /capacity/12c6162d-0e45-4315-890d-3b4e8cfab277
                                                      /workspace/339aaf03-e7f1-4028-982c-79e05f84499
                                                      5/artifact/77789349-86f5-437e-a965-cf02fed0fa9
                                                      e
DatabaseName                                        : db1
DatabaseShareOrigin                                 : Direct
TableLevelSharingPropertyExternalTablesToExclude    :
TableLevelSharingPropertyExternalTablesToInclude    :
TableLevelSharingPropertyFunctionsToExclude         :
TableLevelSharingPropertyFunctionsToInclude         :
TableLevelSharingPropertyMaterializedViewsToExclude :
TableLevelSharingPropertyMaterializedViewsToInclude :
TableLevelSharingPropertyTablesToExclude            :
TableLevelSharingPropertyTablesToInclude            :

AttachedDatabaseConfigurationName                   : 6370858a-ae02-4e97-9c87-0163226bdef7
ClusterResourceId                                   : /capacity/12c6162d-0e45-4315-890d-3b4e8cfab277
                                                      /workspace/339aaf03-e7f1-4028-982c-79e05f84499
                                                      5/artifact/6370858a-ae02-4e97-9c87-0163226bdef
                                                      7
DatabaseName                                        : db1
DatabaseShareOrigin                                 : Direct
TableLevelSharingPropertyExternalTablesToExclude    :
TableLevelSharingPropertyExternalTablesToInclude    :
TableLevelSharingPropertyFunctionsToExclude         :
TableLevelSharingPropertyFunctionsToInclude         :
TableLevelSharingPropertyMaterializedViewsToExclude :
TableLevelSharingPropertyMaterializedViewsToInclude :
TableLevelSharingPropertyTablesToExclude            :
TableLevelSharingPropertyTablesToInclude            :

O comando acima lista todos os bancos de dados que pertencem a esse cluster e são seguidos por outro cluster.

Parâmetros

-ClusterName

O nome do cluster Kusto.

Tipo:String
Cargo:Named
Valor padrão:None
Obrigatório:True
Aceitar a entrada de pipeline:False
Aceitar caracteres curinga:False

-DefaultProfile

O parâmetro DefaultProfile não está funcional. Use o parâmetro SubscriptionId quando disponível se estiver executando o cmdlet em uma assinatura diferente.

Tipo:PSObject
Aliases:AzureRMContext, AzureCredential
Cargo:Named
Valor padrão:None
Obrigatório:False
Aceitar a entrada de pipeline:False
Aceitar caracteres curinga:False

-ResourceGroupName

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

Tipo:String
Cargo:Named
Valor padrão:None
Obrigatório:True
Aceitar a entrada de pipeline:False
Aceitar caracteres curinga:False

-SubscriptionId

A ID da assinatura de destino.

Tipo:String[]
Cargo:Named
Valor padrão:(Get-AzContext).Subscription.Id
Obrigatório:False
Aceitar a entrada de pipeline:False
Aceitar caracteres curinga:False

Saídas