ServerAzureADOnlyAuthentications interface   
Interface representing a ServerAzureADOnlyAuthentications.
Methods
Method Details
		beginCreateOrUpdate(string, string, string, ServerAzureADOnlyAuthentication, ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams)
	            
	Sets Server Active Directory only authentication property or updates an existing server Active Directory only authentication property.
function beginCreateOrUpdate(resourceGroupName: string, serverName: string, authenticationName: string, parameters: ServerAzureADOnlyAuthentication, options?: ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServerAzureADOnlyAuthentication>, ServerAzureADOnlyAuthentication>>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.
- serverName
- 
				string 
The name of the server.
- authenticationName
- 
				string 
The name of server azure active directory only authentication.
- parameters
- ServerAzureADOnlyAuthentication
The required parameters for creating or updating an Active Directory only authentication property.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<ServerAzureADOnlyAuthentication>, ServerAzureADOnlyAuthentication>>
		beginCreateOrUpdateAndWait(string, string, string, ServerAzureADOnlyAuthentication, ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams)
	              
	Sets Server Active Directory only authentication property or updates an existing server Active Directory only authentication property.
function beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, authenticationName: string, parameters: ServerAzureADOnlyAuthentication, options?: ServerAzureADOnlyAuthenticationsCreateOrUpdateOptionalParams): Promise<ServerAzureADOnlyAuthentication>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.
- serverName
- 
				string 
The name of the server.
- authenticationName
- 
				string 
The name of server azure active directory only authentication.
- parameters
- ServerAzureADOnlyAuthentication
The required parameters for creating or updating an Active Directory only authentication property.
The options parameters.
Returns
Promise<ServerAzureADOnlyAuthentication>
		beginDelete(string, string, string, ServerAzureADOnlyAuthenticationsDeleteOptionalParams)
	       
	Deletes an existing server Active Directory only authentication property.
function beginDelete(resourceGroupName: string, serverName: string, authenticationName: string, options?: ServerAzureADOnlyAuthenticationsDeleteOptionalParams): 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.
- serverName
- 
				string 
The name of the server.
- 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, ServerAzureADOnlyAuthenticationsDeleteOptionalParams)
	         
	Deletes an existing server Active Directory only authentication property.
function beginDeleteAndWait(resourceGroupName: string, serverName: string, authenticationName: string, options?: ServerAzureADOnlyAuthenticationsDeleteOptionalParams): 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.
- serverName
- 
				string 
The name of the server.
- authenticationName
- 
				string 
The name of server azure active directory only authentication.
The options parameters.
Returns
Promise<void>
		get(string, string, string, ServerAzureADOnlyAuthenticationsGetOptionalParams)
	      
	Gets a specific Azure Active Directory only authentication property.
function get(resourceGroupName: string, serverName: string, authenticationName: string, options?: ServerAzureADOnlyAuthenticationsGetOptionalParams): Promise<ServerAzureADOnlyAuthentication>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.
- serverName
- 
				string 
The name of the server.
- authenticationName
- 
				string 
The name of server azure active directory only authentication.
The options parameters.
Returns
Promise<ServerAzureADOnlyAuthentication>
		listByServer(string, string, ServerAzureADOnlyAuthenticationsListByServerOptionalParams)
	        
	Gets a list of server Azure Active Directory only authentications.
function listByServer(resourceGroupName: string, serverName: string, options?: ServerAzureADOnlyAuthenticationsListByServerOptionalParams): PagedAsyncIterableIterator<ServerAzureADOnlyAuthentication, ServerAzureADOnlyAuthentication[], 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.
- serverName
- 
				string 
The name of the server.
The options parameters.