ManagedInstanceAzureADOnlyAuthentications interface
Interface representing a ManagedInstanceAzureADOnlyAuthentications.
Methods
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.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<ManagedInstanceAzureADOnlyAuthentication>, ManagedInstanceAzureADOnlyAuthentication>>
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.
The options parameters.
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.
The options parameters.
Returns
Promise<@azure/core-lro.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.
The options parameters.
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.
The options parameters.
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.
The options parameters.