IServerAzureADOnlyAuthenticationsOperations Interface

Definition

ServerAzureADOnlyAuthenticationsOperations operations.

public interface IServerAzureADOnlyAuthenticationsOperations
type IServerAzureADOnlyAuthenticationsOperations = interface
Public Interface IServerAzureADOnlyAuthenticationsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, ServerAzureADOnlyAuthentication, Dictionary<String,List<String>>, CancellationToken)

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

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing server Active Directory only authentication property.

CreateOrUpdateWithHttpMessagesAsync(String, String, ServerAzureADOnlyAuthentication, Dictionary<String,List<String>>, CancellationToken)

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

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing server Active Directory only authentication property.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a specific Azure Active Directory only authentication property.

ListByServerNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets a list of server Azure Active Directory only authentications.

ListByServerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a list of server Azure Active Directory only authentications.

Extension 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