IManagedInstanceAzureADOnlyAuthenticationsOperations Interface

Definition

ManagedInstanceAzureADOnlyAuthenticationsOperations operations.

public interface IManagedInstanceAzureADOnlyAuthenticationsOperations
type IManagedInstanceAzureADOnlyAuthenticationsOperations = interface
Public Interface IManagedInstanceAzureADOnlyAuthenticationsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, ManagedInstanceAzureADOnlyAuthentication, 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, ManagedInstanceAzureADOnlyAuthentication, 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.

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

Gets a list of server Azure Active Directory only authentications.

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

Gets a list of server Azure Active Directory only authentications.

Extension Methods

BeginCreateOrUpdate(IManagedInstanceAzureADOnlyAuthenticationsOperations, String, String, ManagedInstanceAzureADOnlyAuthentication)

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

BeginCreateOrUpdateAsync(IManagedInstanceAzureADOnlyAuthenticationsOperations, String, String, ManagedInstanceAzureADOnlyAuthentication, CancellationToken)

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

BeginDelete(IManagedInstanceAzureADOnlyAuthenticationsOperations, String, String)

Deletes an existing server Active Directory only authentication property.

BeginDeleteAsync(IManagedInstanceAzureADOnlyAuthenticationsOperations, String, String, CancellationToken)

Deletes an existing server Active Directory only authentication property.

CreateOrUpdate(IManagedInstanceAzureADOnlyAuthenticationsOperations, String, String, ManagedInstanceAzureADOnlyAuthentication)

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

CreateOrUpdateAsync(IManagedInstanceAzureADOnlyAuthenticationsOperations, String, String, ManagedInstanceAzureADOnlyAuthentication, CancellationToken)

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

Delete(IManagedInstanceAzureADOnlyAuthenticationsOperations, String, String)

Deletes an existing server Active Directory only authentication property.

DeleteAsync(IManagedInstanceAzureADOnlyAuthenticationsOperations, String, String, CancellationToken)

Deletes an existing server Active Directory only authentication property.

Get(IManagedInstanceAzureADOnlyAuthenticationsOperations, String, String)

Gets a specific Azure Active Directory only authentication property.

GetAsync(IManagedInstanceAzureADOnlyAuthenticationsOperations, String, String, CancellationToken)

Gets a specific Azure Active Directory only authentication property.

ListByInstance(IManagedInstanceAzureADOnlyAuthenticationsOperations, String, String)

Gets a list of server Azure Active Directory only authentications.

ListByInstanceAsync(IManagedInstanceAzureADOnlyAuthenticationsOperations, String, String, CancellationToken)

Gets a list of server Azure Active Directory only authentications.

ListByInstanceNext(IManagedInstanceAzureADOnlyAuthenticationsOperations, String)

Gets a list of server Azure Active Directory only authentications.

ListByInstanceNextAsync(IManagedInstanceAzureADOnlyAuthenticationsOperations, String, CancellationToken)

Gets a list of server Azure Active Directory only authentications.

Applies to