SubscriptionServicePrincipalOperationsExtensions.Get Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.