ServicePrincipals interface
Interface representing a ServicePrincipals.
Methods
get(Service |
Get the Automanage AAD first party Application Service Principal details for the subscription id. |
list |
Get the Automanage AAD first party Application Service Principal details for the subscription id. |
Method Details
get(ServicePrincipalsGetOptionalParams)
Get the Automanage AAD first party Application Service Principal details for the subscription id.
function get(options?: ServicePrincipalsGetOptionalParams): Promise<ServicePrincipal>
Parameters
The options parameters.
Returns
Promise<ServicePrincipal>
listBySubscription(ServicePrincipalsListBySubscriptionOptionalParams)
Get the Automanage AAD first party Application Service Principal details for the subscription id.
function listBySubscription(options?: ServicePrincipalsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ServicePrincipal, ServicePrincipal[], PageSettings>
Parameters
The options parameters.