AzureADOnlyAuthentications interface

Interface representing a AzureADOnlyAuthentications.

Methods

beginCreate(string, string, string, AzureADOnlyAuthentication, AzureADOnlyAuthenticationsCreateOptionalParams)

Create or Update a Azure Active Directory only authentication property for the workspaces

beginCreateAndWait(string, string, string, AzureADOnlyAuthentication, AzureADOnlyAuthenticationsCreateOptionalParams)

Create or Update a Azure Active Directory only authentication property for the workspaces

get(string, string, string, AzureADOnlyAuthenticationsGetOptionalParams)

Gets a Azure Active Directory only authentication property

list(string, string, AzureADOnlyAuthenticationsListOptionalParams)

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

options
AzureADOnlyAuthenticationsCreateOptionalParams

The options parameters.

Returns

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

options
AzureADOnlyAuthenticationsCreateOptionalParams

The options parameters.

Returns

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

options
AzureADOnlyAuthenticationsGetOptionalParams

The options parameters.

Returns

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.

options
AzureADOnlyAuthenticationsListOptionalParams

The options parameters.

Returns