共用方式為


Invoke-AzKustoInviteDatabaseFollower

產生邀請令牌,允許將追蹤資料庫附加至這個資料庫。

語法

Invoke-AzKustoInviteDatabaseFollower
      -ClusterName <String>
      -DatabaseName <String>
      -ResourceGroupName <String>
      [-SubscriptionId <String>]
      -InviteeEmail <String>
      [-TableLevelSharingPropertyExternalTablesToExclude <String[]>]
      [-TableLevelSharingPropertyExternalTablesToInclude <String[]>]
      [-TableLevelSharingPropertyFunctionsToExclude <String[]>]
      [-TableLevelSharingPropertyFunctionsToInclude <String[]>]
      [-TableLevelSharingPropertyMaterializedViewsToExclude <String[]>]
      [-TableLevelSharingPropertyMaterializedViewsToInclude <String[]>]
      [-TableLevelSharingPropertyTablesToExclude <String[]>]
      [-TableLevelSharingPropertyTablesToInclude <String[]>]
      [-DefaultProfile <PSObject>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Invoke-AzKustoInviteDatabaseFollower
      -ClusterName <String>
      -DatabaseName <String>
      -ResourceGroupName <String>
      [-SubscriptionId <String>]
      -Parameter <IDatabaseInviteFollowerRequest>
      [-DefaultProfile <PSObject>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Invoke-AzKustoInviteDatabaseFollower
      -InputObject <IKustoIdentity>
      -InviteeEmail <String>
      [-TableLevelSharingPropertyExternalTablesToExclude <String[]>]
      [-TableLevelSharingPropertyExternalTablesToInclude <String[]>]
      [-TableLevelSharingPropertyFunctionsToExclude <String[]>]
      [-TableLevelSharingPropertyFunctionsToInclude <String[]>]
      [-TableLevelSharingPropertyMaterializedViewsToExclude <String[]>]
      [-TableLevelSharingPropertyMaterializedViewsToInclude <String[]>]
      [-TableLevelSharingPropertyTablesToExclude <String[]>]
      [-TableLevelSharingPropertyTablesToInclude <String[]>]
      [-DefaultProfile <PSObject>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Invoke-AzKustoInviteDatabaseFollower
      -InputObject <IKustoIdentity>
      -Parameter <IDatabaseInviteFollowerRequest>
      [-DefaultProfile <PSObject>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

產生邀請令牌,允許將追蹤資料庫附加至這個資料庫。

範例

範例 1:邀請追蹤者加入叢集資料庫

Invoke-AzKustoInviteDatabaseFollower -ClusterName "myCluster" -DatabaseName "myDatabase" -ResourceGroupName "myResourceGroup" -InviteeEmail "user@contoso.com"

邀請使用者追蹤資源群組 「myResourceGroup」 中叢集 “myCluster” 中的資料庫 “myDatabase”

參數

-ClusterName

Kusto 叢集的名稱。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Confirm

執行 Cmdlet 之前先提示您確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-DatabaseName

Kusto 叢集中的資料庫名稱。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-DefaultProfile

DefaultProfile 參數無法運作。 如果針對不同的訂用帳戶執行 Cmdlet,請使用 SubscriptionId 參數。

類型:PSObject
別名:AzureRMContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-InputObject

Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.

類型:IKustoIdentity
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-InviteeEmail

產生追蹤者邀請之受邀使用者的電子郵件。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Parameter

邀請追蹤者加入資料庫的要求。 若要建構,請參閱PARAMETER屬性和建立哈希表的NOTES一節。

類型:IDatabaseInviteFollowerRequest
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-ResourceGroupName

資源群組的名稱。 名稱不區分大小寫。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-SubscriptionId

目標訂用帳戶的標識碼。

類型:String
Position:Named
預設值:(Get-AzContext).Subscription.Id
必要:False
接受管線輸入:False
接受萬用字元:False

-TableLevelSharingPropertyExternalTablesToExclude

要從追蹤資料庫排除的外部資料表清單

類型:String[]
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-TableLevelSharingPropertyExternalTablesToInclude

要包含在追蹤資料庫中的外部資料表清單

類型:String[]
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-TableLevelSharingPropertyFunctionsToExclude

要從追蹤資料庫排除的函式清單

類型:String[]
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-TableLevelSharingPropertyFunctionsToInclude

要包含在追蹤資料庫中的函式清單

類型:String[]
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-TableLevelSharingPropertyMaterializedViewsToExclude

要從追蹤資料庫排除的具體化檢視清單

類型:String[]
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-TableLevelSharingPropertyMaterializedViewsToInclude

要包含在追蹤資料庫中的具體化檢視清單

類型:String[]
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-TableLevelSharingPropertyTablesToExclude

要從追蹤資料庫排除的數據表清單

類型:String[]
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-TableLevelSharingPropertyTablesToInclude

要包含在追蹤資料庫中的數據表清單

類型:String[]
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-WhatIf

顯示執行 Cmdlet 後會發生的情況。 未執行 Cmdlet。

類型:SwitchParameter
別名:wi
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

IDatabaseInviteFollowerRequest

IKustoIdentity

輸出

String