SubscriptionServicePrincipalOperationsExtensions Class

Definition

The Service Management API provides programmatic access to much of the functionality available through the Management Portal. The Service Management API is a REST API. All API operations are performed over SSL and are mutually authenticated using X.509 v3 certificates. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for more information)

public static class SubscriptionServicePrincipalOperationsExtensions
type SubscriptionServicePrincipalOperationsExtensions = class
Public Module SubscriptionServicePrincipalOperationsExtensions
Inheritance
SubscriptionServicePrincipalOperationsExtensions

Methods

Create(ISubscriptionServicePrincipalOperations, SubscriptionServicePrincipalCreateParameters)

The Create Service principal operation adds a new service principal in the subscription.

CreateAsync(ISubscriptionServicePrincipalOperations, SubscriptionServicePrincipalCreateParameters)

The Create Service principal operation adds a new service principal in the subscription.

Delete(ISubscriptionServicePrincipalOperations, String)

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

DeleteAsync(ISubscriptionServicePrincipalOperations, String)

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

Get(ISubscriptionServicePrincipalOperations, String)

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

GetAsync(ISubscriptionServicePrincipalOperations, String)

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

List(ISubscriptionServicePrincipalOperations)

The List Service Principal operation retrieves all the service principalsexisting in the current subscription.

ListAsync(ISubscriptionServicePrincipalOperations)

The List Service Principal operation retrieves all the service principalsexisting in the current subscription.

Applies to