SubscriptionServicePrincipalOperationsExtensions.Delete 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 Delete Service Principal operation deletes the service principalwith specified servicePrincipalId, if it exists in the subscription.
public static Microsoft.Azure.AzureOperationResponse Delete (this Microsoft.WindowsAzure.Management.ISubscriptionServicePrincipalOperations operations, string servicePrincipalId);
static member Delete : Microsoft.WindowsAzure.Management.ISubscriptionServicePrincipalOperations * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Delete (operations As ISubscriptionServicePrincipalOperations, servicePrincipalId As String) As AzureOperationResponse
Parameters
- operations
- ISubscriptionServicePrincipalOperations
Reference to the Microsoft.WindowsAzure.Management.ISubscriptionServicePrincipalOperations.
- servicePrincipalId
- String
Required. The Id of the service principal.
Returns
Microsoft.Azure.AzureOperationResponse
A standard service response including an HTTP status code and request ID.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET