Compartir a través de


Get-AzKustoClusterFollowerDatabaseGet

Devuelve una lista de bases de datos que son propiedad de este clúster y seguidas de otro clúster.

Sintaxis

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

Description

Devuelve una lista de bases de datos que son propiedad de este clúster y seguidas de otro clúster.

Ejemplos

Ejemplo 1: Obtener una 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            :

El comando anterior enumera todas las bases de datos que pertenecen a este clúster y van seguidas de otro clúster.

Parámetros

-ClusterName

Nombre del clúster de Kusto.

Tipo:String
Posición:Named
Valor predeterminado:None
Requerido:True
Aceptar entrada de canalización:False
Aceptar caracteres comodín:False

-DefaultProfile

El parámetro DefaultProfile no es funcional. Use el parámetro SubscriptionId cuando esté disponible si ejecuta el cmdlet en otra suscripción.

Tipo:PSObject
Alias:AzureRMContext, AzureCredential
Posición:Named
Valor predeterminado:None
Requerido:False
Aceptar entrada de canalización:False
Aceptar caracteres comodín:False

-ResourceGroupName

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

Tipo:String
Posición:Named
Valor predeterminado:None
Requerido:True
Aceptar entrada de canalización:False
Aceptar caracteres comodín:False

-SubscriptionId

Identificador de la suscripción de destino.

Tipo:String[]
Posición:Named
Valor predeterminado:(Get-AzContext).Subscription.Id
Requerido:False
Aceptar entrada de canalización:False
Aceptar caracteres comodín:False

Salidas