Partager via


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