Get-AzKustoClusterFollowerDatabaseGet
Returns a list of databases that are owned by this cluster and were followed by another cluster.
Syntax
Get-AzKustoClusterFollowerDatabaseGet
-ClusterName <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Returns a list of databases that are owned by this cluster and were followed by another cluster.
Examples
Example 1: Getting a list of
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 :
The above command lists all the databases that are owned by this cluster and are followed by another cluster.
Parameters
-ClusterName
The name of the Kusto cluster.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DefaultProfile
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceGroupName
The name of the resource group. The name is case insensitive.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SubscriptionId
The ID of the target subscription.
Type: | String[] |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure PowerShell