AzureADOnlyAuthentications interface
Interface representing a AzureADOnlyAuthentications.
Methods
begin |
Create or Update a Azure Active Directory only authentication property for the workspaces |
begin |
Create or Update a Azure Active Directory only authentication property for the workspaces |
get(string, string, string, Azure |
Gets a Azure Active Directory only authentication property |
list(string, string, Azure |
Gets a list of Azure Active Directory only authentication property for a workspace |
Method Details
beginCreate(string, string, string, AzureADOnlyAuthentication, AzureADOnlyAuthenticationsCreateOptionalParams)
Create or Update a Azure Active Directory only authentication property for the workspaces
function beginCreate(resourceGroupName: string, workspaceName: string, azureADOnlyAuthenticationName: string, azureADOnlyAuthenticationInfo: AzureADOnlyAuthentication, options?: AzureADOnlyAuthenticationsCreateOptionalParams): Promise<PollerLike<PollOperationState<AzureADOnlyAuthentication>, AzureADOnlyAuthentication>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
- azureADOnlyAuthenticationName
-
string
name of the property
- azureADOnlyAuthenticationInfo
- AzureADOnlyAuthentication
Azure Active Directory Property
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<AzureADOnlyAuthentication>, AzureADOnlyAuthentication>>
beginCreateAndWait(string, string, string, AzureADOnlyAuthentication, AzureADOnlyAuthenticationsCreateOptionalParams)
Create or Update a Azure Active Directory only authentication property for the workspaces
function beginCreateAndWait(resourceGroupName: string, workspaceName: string, azureADOnlyAuthenticationName: string, azureADOnlyAuthenticationInfo: AzureADOnlyAuthentication, options?: AzureADOnlyAuthenticationsCreateOptionalParams): Promise<AzureADOnlyAuthentication>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
- azureADOnlyAuthenticationName
-
string
name of the property
- azureADOnlyAuthenticationInfo
- AzureADOnlyAuthentication
Azure Active Directory Property
The options parameters.
Returns
Promise<AzureADOnlyAuthentication>
get(string, string, string, AzureADOnlyAuthenticationsGetOptionalParams)
Gets a Azure Active Directory only authentication property
function get(resourceGroupName: string, workspaceName: string, azureADOnlyAuthenticationName: string, options?: AzureADOnlyAuthenticationsGetOptionalParams): Promise<AzureADOnlyAuthentication>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
- azureADOnlyAuthenticationName
-
string
name of the property
The options parameters.
Returns
Promise<AzureADOnlyAuthentication>
list(string, string, AzureADOnlyAuthenticationsListOptionalParams)
Gets a list of Azure Active Directory only authentication property for a workspace
function list(resourceGroupName: string, workspaceName: string, options?: AzureADOnlyAuthenticationsListOptionalParams): PagedAsyncIterableIterator<AzureADOnlyAuthentication, AzureADOnlyAuthentication[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
The options parameters.