SubscriptionServicePrincipalOperationsExtensions.Get Method

Definition

The Get Service Principal operation retrieves the service principalwith the specified servicePrincipalId, if it exists in the subscription.

public static Microsoft.WindowsAzure.Management.Models.SubscriptionServicePrincipalGetResponse Get (this Microsoft.WindowsAzure.Management.ISubscriptionServicePrincipalOperations operations, string servicePrincipalId);
static member Get : Microsoft.WindowsAzure.Management.ISubscriptionServicePrincipalOperations * string -> Microsoft.WindowsAzure.Management.Models.SubscriptionServicePrincipalGetResponse
<Extension()>
Public Function Get (operations As ISubscriptionServicePrincipalOperations, servicePrincipalId As String) As SubscriptionServicePrincipalGetResponse

Parameters

operations
ISubscriptionServicePrincipalOperations

Reference to the Microsoft.WindowsAzure.Management.ISubscriptionServicePrincipalOperations.

servicePrincipalId
String

Required. The Id of the service principal.

Returns

The Get Service Principal operation response.

Applies to