SqlServerAzureADOnlyAuthenticationCollection Class

Definition

A class representing a collection of SqlServerAzureADOnlyAuthenticationResource and their operations. Each SqlServerAzureADOnlyAuthenticationResource in the collection will belong to the same instance of SqlServerResource. To get a SqlServerAzureADOnlyAuthenticationCollection instance call the GetSqlServerAzureADOnlyAuthentications method from an instance of SqlServerResource.

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

Constructors

SqlServerAzureADOnlyAuthenticationCollection()

Initializes a new instance of the SqlServerAzureADOnlyAuthenticationCollection 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, SqlServerAzureADOnlyAuthenticationData, 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/servers/{serverName}/azureADOnlyAuthentications/{authenticationName}
  • Operation Id: ServerAzureADOnlyAuthentications_CreateOrUpdate
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerAzureADOnlyAuthenticationResource
CreateOrUpdateAsync(WaitUntil, AuthenticationName, SqlServerAzureADOnlyAuthenticationData, 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/servers/{serverName}/azureADOnlyAuthentications/{authenticationName}
  • Operation Id: ServerAzureADOnlyAuthentications_CreateOrUpdate
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerAzureADOnlyAuthenticationResource
Exists(AuthenticationName, CancellationToken)

Checks to see if the resource exists in azure.

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

Checks to see if the resource exists in azure.

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

Gets a specific Azure Active Directory only authentication property.

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

Gets a list of server Azure Active Directory only authentications.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/azureADOnlyAuthentications
  • Operation Id: ServerAzureADOnlyAuthentications_ListByServer
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerAzureADOnlyAuthenticationResource
GetAllAsync(CancellationToken)

Gets a list of server Azure Active Directory only authentications.

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

Gets a specific Azure Active Directory only authentication property.

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

Tries to get details for this resource from the service.

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

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/azureADOnlyAuthentications/{authenticationName}
  • Operation Id: ServerAzureADOnlyAuthentications_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerAzureADOnlyAuthenticationResource
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<SqlServerAzureADOnlyAuthenticationResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<SqlServerAzureADOnlyAuthenticationResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to