ISubscriptionServicePrincipalOperations Interface
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.
Operations for managing service principals for your subscription.
public interface ISubscriptionServicePrincipalOperations
type ISubscriptionServicePrincipalOperations = interface
Public Interface ISubscriptionServicePrincipalOperations
Methods
CreateAsync(SubscriptionServicePrincipalCreateParameters, CancellationToken) |
The Create Service principal operation adds a new service principal in the subscription. |
DeleteAsync(String, CancellationToken) |
The Delete Service Principal operation deletes the service principalwith specified servicePrincipalId, if it exists in the subscription. |
GetAsync(String, CancellationToken) |
The Get Service Principal operation retrieves the service principalwith the specified servicePrincipalId, if it exists in the subscription. |
ListAsync(CancellationToken) |
The List Service Principal operation retrieves all the service principalsexisting in the current subscription. |
Extension 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
Azure SDK for .NET