ManagedInstanceAzureADOnlyAuthentications interface

Interface representing a ManagedInstanceAzureADOnlyAuthentications.

Methods

beginCreateOrUpdate(string, string, string, ManagedInstanceAzureADOnlyAuthentication, ManagedInstanceAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams)

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

beginCreateOrUpdateAndWait(string, string, string, ManagedInstanceAzureADOnlyAuthentication, ManagedInstanceAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams)

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

beginDelete(string, string, string, ManagedInstanceAzureADOnlyAuthenticationsDeleteOptionalParams)

Deletes an existing server Active Directory only authentication property.

beginDeleteAndWait(string, string, string, ManagedInstanceAzureADOnlyAuthenticationsDeleteOptionalParams)

Deletes an existing server Active Directory only authentication property.

get(string, string, string, ManagedInstanceAzureADOnlyAuthenticationsGetOptionalParams)

Gets a specific Azure Active Directory only authentication property.

listByInstance(string, string, ManagedInstanceAzureADOnlyAuthenticationsListByInstanceOptionalParams)

Gets a list of server Azure Active Directory only authentications.

Method Details

beginCreateOrUpdate(string, string, string, ManagedInstanceAzureADOnlyAuthentication, ManagedInstanceAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdate(resourceGroupName: string, managedInstanceName: string, authenticationName: string, parameters: ManagedInstanceAzureADOnlyAuthentication, options?: ManagedInstanceAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedInstanceAzureADOnlyAuthentication>, ManagedInstanceAzureADOnlyAuthentication>>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

managedInstanceName

string

The name of the managed instance.

authenticationName

string

The name of server azure active directory only authentication.

parameters
ManagedInstanceAzureADOnlyAuthentication

The required parameters for creating or updating an Active Directory only authentication property.

Returns

beginCreateOrUpdateAndWait(string, string, string, ManagedInstanceAzureADOnlyAuthentication, ManagedInstanceAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdateAndWait(resourceGroupName: string, managedInstanceName: string, authenticationName: string, parameters: ManagedInstanceAzureADOnlyAuthentication, options?: ManagedInstanceAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams): Promise<ManagedInstanceAzureADOnlyAuthentication>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

managedInstanceName

string

The name of the managed instance.

authenticationName

string

The name of server azure active directory only authentication.

parameters
ManagedInstanceAzureADOnlyAuthentication

The required parameters for creating or updating an Active Directory only authentication property.

Returns

beginDelete(string, string, string, ManagedInstanceAzureADOnlyAuthenticationsDeleteOptionalParams)

Deletes an existing server Active Directory only authentication property.

function beginDelete(resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

managedInstanceName

string

The name of the managed instance.

authenticationName

string

The name of server azure active directory only authentication.

Returns

Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, ManagedInstanceAzureADOnlyAuthenticationsDeleteOptionalParams)

Deletes an existing server Active Directory only authentication property.

function beginDeleteAndWait(resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

managedInstanceName

string

The name of the managed instance.

authenticationName

string

The name of server azure active directory only authentication.

Returns

Promise<void>

get(string, string, string, ManagedInstanceAzureADOnlyAuthenticationsGetOptionalParams)

Gets a specific Azure Active Directory only authentication property.

function get(resourceGroupName: string, managedInstanceName: string, authenticationName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsGetOptionalParams): Promise<ManagedInstanceAzureADOnlyAuthentication>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

managedInstanceName

string

The name of the managed instance.

authenticationName

string

The name of server azure active directory only authentication.

Returns

listByInstance(string, string, ManagedInstanceAzureADOnlyAuthenticationsListByInstanceOptionalParams)

Gets a list of server Azure Active Directory only authentications.

function listByInstance(resourceGroupName: string, managedInstanceName: string, options?: ManagedInstanceAzureADOnlyAuthenticationsListByInstanceOptionalParams): PagedAsyncIterableIterator<ManagedInstanceAzureADOnlyAuthentication, ManagedInstanceAzureADOnlyAuthentication[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

managedInstanceName

string

The name of the managed instance.

Returns