你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PartnerOperationsExtensions.Get(IPartnerOperations, String) Method

Definition

Get the management partner using the partnerId, objectId and tenantId.

public static Microsoft.Azure.Management.ManagementPartner.Models.PartnerResponse Get (this Microsoft.Azure.Management.ManagementPartner.IPartnerOperations operations, string partnerId);
static member Get : Microsoft.Azure.Management.ManagementPartner.IPartnerOperations * string -> Microsoft.Azure.Management.ManagementPartner.Models.PartnerResponse
<Extension()>
Public Function Get (operations As IPartnerOperations, partnerId As String) As PartnerResponse

Parameters

operations
IPartnerOperations

The operations group for this extension method.

partnerId
String

Id of the Partner

Returns

Applies to