ManagedInstanceAzureADOnlyAuthenticationCollection Class

Definition

A class representing a collection of ManagedInstanceAzureADOnlyAuthenticationResource and their operations. Each ManagedInstanceAzureADOnlyAuthenticationResource in the collection will belong to the same instance of ManagedInstanceResource. To get a ManagedInstanceAzureADOnlyAuthenticationCollection instance call the GetManagedInstanceAzureADOnlyAuthentications method from an instance of ManagedInstanceResource.

public class ManagedInstanceAzureADOnlyAuthenticationCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Sql.ManagedInstanceAzureADOnlyAuthenticationResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Sql.ManagedInstanceAzureADOnlyAuthenticationResource>
type ManagedInstanceAzureADOnlyAuthenticationCollection = class
    inherit ArmCollection
    interface seq<ManagedInstanceAzureADOnlyAuthenticationResource>
    interface IEnumerable
    interface IAsyncEnumerable<ManagedInstanceAzureADOnlyAuthenticationResource>
Public Class ManagedInstanceAzureADOnlyAuthenticationCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ManagedInstanceAzureADOnlyAuthenticationResource), IEnumerable(Of ManagedInstanceAzureADOnlyAuthenticationResource)
Inheritance
ManagedInstanceAzureADOnlyAuthenticationCollection
Implements

Constructors

ManagedInstanceAzureADOnlyAuthenticationCollection()

Initializes a new instance of the ManagedInstanceAzureADOnlyAuthenticationCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, AuthenticationName, ManagedInstanceAzureADOnlyAuthenticationData, CancellationToken)

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/azureADOnlyAuthentications/{authenticationName}
  • Operation Id: ManagedInstanceAzureADOnlyAuthentications_CreateOrUpdate
  • Default Api Version: 2020-11-01-preview
  • Resource: ManagedInstanceAzureADOnlyAuthenticationResource
CreateOrUpdateAsync(WaitUntil, AuthenticationName, ManagedInstanceAzureADOnlyAuthenticationData, CancellationToken)

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/azureADOnlyAuthentications/{authenticationName}
  • Operation Id: ManagedInstanceAzureADOnlyAuthentications_CreateOrUpdate
  • Default Api Version: 2020-11-01-preview
  • Resource: ManagedInstanceAzureADOnlyAuthenticationResource
Exists(AuthenticationName, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/azureADOnlyAuthentications/{authenticationName}
  • Operation Id: ManagedInstanceAzureADOnlyAuthentications_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: ManagedInstanceAzureADOnlyAuthenticationResource
ExistsAsync(AuthenticationName, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/azureADOnlyAuthentications/{authenticationName}
  • Operation Id: ManagedInstanceAzureADOnlyAuthentications_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: ManagedInstanceAzureADOnlyAuthenticationResource
Get(AuthenticationName, CancellationToken)

Gets a specific Azure Active Directory only authentication property.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/azureADOnlyAuthentications/{authenticationName}
  • Operation Id: ManagedInstanceAzureADOnlyAuthentications_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: ManagedInstanceAzureADOnlyAuthenticationResource
GetAll(CancellationToken)

Gets a list of server Azure Active Directory only authentications.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/azureADOnlyAuthentications
  • Operation Id: ManagedInstanceAzureADOnlyAuthentications_ListByInstance
  • Default Api Version: 2020-11-01-preview
  • Resource: ManagedInstanceAzureADOnlyAuthenticationResource
GetAllAsync(CancellationToken)

Gets a list of server Azure Active Directory only authentications.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/azureADOnlyAuthentications
  • Operation Id: ManagedInstanceAzureADOnlyAuthentications_ListByInstance
  • Default Api Version: 2020-11-01-preview
  • Resource: ManagedInstanceAzureADOnlyAuthenticationResource
GetAsync(AuthenticationName, CancellationToken)

Gets a specific Azure Active Directory only authentication property.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/azureADOnlyAuthentications/{authenticationName}
  • Operation Id: ManagedInstanceAzureADOnlyAuthentications_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: ManagedInstanceAzureADOnlyAuthenticationResource
GetIfExists(AuthenticationName, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/azureADOnlyAuthentications/{authenticationName}
  • Operation Id: ManagedInstanceAzureADOnlyAuthentications_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: ManagedInstanceAzureADOnlyAuthenticationResource
GetIfExistsAsync(AuthenticationName, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/azureADOnlyAuthentications/{authenticationName}
  • Operation Id: ManagedInstanceAzureADOnlyAuthentications_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: ManagedInstanceAzureADOnlyAuthenticationResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<ManagedInstanceAzureADOnlyAuthenticationResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ManagedInstanceAzureADOnlyAuthenticationResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to