Skip to main content

managed_instance_azure_ad_only_authentications_by_instances

Creates, updates, deletes, gets or lists a managed_instance_azure_ad_only_authentications_by_instances resource.

Overview

Namemanaged_instance_azure_ad_only_authentications_by_instances
TypeResource
Idazure.sql.managed_instance_azure_ad_only_authentications_by_instances

Fields

NameDatatypeDescription
propertiesobjectProperties of a active directory only authentication for Managed Instance.

Methods

NameAccessible byRequired ParamsDescription
listSELECTmanagedInstanceName, resourceGroupName, subscriptionIdGets a list of server Azure Active Directory only authentications.

SELECT examples

Gets a list of server Azure Active Directory only authentications.

SELECT
properties
FROM azure.sql.managed_instance_azure_ad_only_authentications_by_instances
WHERE managedInstanceName = '{{ managedInstanceName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';