ServerAzureADOnlyAuthenticationsOperationsExtensions Class

Definition

Extension methods for ServerAzureADOnlyAuthenticationsOperations.

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

Methods

BeginCreateOrUpdate(IServerAzureADOnlyAuthenticationsOperations, String, String, ServerAzureADOnlyAuthentication)

Sets Server Active Directory only authentication property or updates an existing server Active Directory only authentication property.

BeginCreateOrUpdateAsync(IServerAzureADOnlyAuthenticationsOperations, String, String, ServerAzureADOnlyAuthentication, CancellationToken)

Sets Server Active Directory only authentication property or updates an existing server Active Directory only authentication property.

BeginDelete(IServerAzureADOnlyAuthenticationsOperations, String, String)

Deletes an existing server Active Directory only authentication property.

BeginDeleteAsync(IServerAzureADOnlyAuthenticationsOperations, String, String, CancellationToken)

Deletes an existing server Active Directory only authentication property.

CreateOrUpdate(IServerAzureADOnlyAuthenticationsOperations, String, String, ServerAzureADOnlyAuthentication)

Sets Server Active Directory only authentication property or updates an existing server Active Directory only authentication property.

CreateOrUpdateAsync(IServerAzureADOnlyAuthenticationsOperations, String, String, ServerAzureADOnlyAuthentication, CancellationToken)

Sets Server Active Directory only authentication property or updates an existing server Active Directory only authentication property.

Delete(IServerAzureADOnlyAuthenticationsOperations, String, String)

Deletes an existing server Active Directory only authentication property.

DeleteAsync(IServerAzureADOnlyAuthenticationsOperations, String, String, CancellationToken)

Deletes an existing server Active Directory only authentication property.

Get(IServerAzureADOnlyAuthenticationsOperations, String, String)

Gets a specific Azure Active Directory only authentication property.

GetAsync(IServerAzureADOnlyAuthenticationsOperations, String, String, CancellationToken)

Gets a specific Azure Active Directory only authentication property.

ListByServer(IServerAzureADOnlyAuthenticationsOperations, String, String)

Gets a list of server Azure Active Directory only authentications.

ListByServerAsync(IServerAzureADOnlyAuthenticationsOperations, String, String, CancellationToken)

Gets a list of server Azure Active Directory only authentications.

ListByServerNext(IServerAzureADOnlyAuthenticationsOperations, String)

Gets a list of server Azure Active Directory only authentications.

ListByServerNextAsync(IServerAzureADOnlyAuthenticationsOperations, String, CancellationToken)

Gets a list of server Azure Active Directory only authentications.

Applies to