你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzDataShareReceivedInvitation
获取有关使用者邀请的信息。
语法
Get-AzDataShareReceivedInvitation
[-Location <String>]
[-InvitationId <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
Get-AzDataShareReceivedInvitation cmdlet 提供有关使用者已收回的所有邀请的信息。 如果提供位置或邀请 ID,则此 cmdlet 提供有关特定位置或具有邀请 ID 的邀请的信息。否则,它会提供发送给使用者的邀请列表。
示例
示例 1
Get-AzDataShareReceivedInvitation -location "westus"
DataSetCount : 3
InvitationId : 167e06ff-567f-4bc7-be0c-645a6de710f3
InvitationStatus : Pending
Location : westus
RespondedAt :
Sender : adsprovider@microsoft.com
SenderCompanyName : ADS Test
SentAt : 7/8/2019 10:47:10 PM
ShareName : AdsShare
Description : Some description
Terms : Some terms of use
Id : /providers/Microsoft.DataShare/consumerInvitations/167e06ff-567f-4bc7-be0c-645a6de710f3
Name : AdsInvitation
Type : Microsoft.DataShare/consumerInvitations
此逗号提供有关使用者邀请的信息。
参数
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-InvitationId
Azure dataShare 邀请 ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Location
Azure 数据共享邀请位置。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
None