AzureADOnlyAuthenticationsClient Interface

public interface AzureADOnlyAuthenticationsClient

An instance of this class provides access to all the operations defined in AzureADOnlyAuthenticationsClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<AzureADOnlyAuthenticationInner>,AzureADOnlyAuthenticationInner> beginCreate(String resourceGroupName, String workspaceName, AzureADOnlyAuthenticationName azureADOnlyAuthenticationName, AzureADOnlyAuthenticationInner azureADOnlyAuthenticationInfo)

Create or Update Azure Active Directory only authentication property

abstract SyncPoller<PollResult<AzureADOnlyAuthenticationInner>,AzureADOnlyAuthenticationInner> beginCreate(String resourceGroupName, String workspaceName, AzureADOnlyAuthenticationName azureADOnlyAuthenticationName, AzureADOnlyAuthenticationInner azureADOnlyAuthenticationInfo, Context context)

Create or Update Azure Active Directory only authentication property

abstract AzureADOnlyAuthenticationInner create(String resourceGroupName, String workspaceName, AzureADOnlyAuthenticationName azureADOnlyAuthenticationName, AzureADOnlyAuthenticationInner azureADOnlyAuthenticationInfo)

Create or Update Azure Active Directory only authentication property

abstract AzureADOnlyAuthenticationInner create(String resourceGroupName, String workspaceName, AzureADOnlyAuthenticationName azureADOnlyAuthenticationName, AzureADOnlyAuthenticationInner azureADOnlyAuthenticationInfo, Context context)

Create or Update Azure Active Directory only authentication property

abstract AzureADOnlyAuthenticationInner get(String resourceGroupName, String workspaceName, AzureADOnlyAuthenticationName azureADOnlyAuthenticationName)

Get Azure Active Directory only authentication property

abstract Response<AzureADOnlyAuthenticationInner> getWithResponse(String resourceGroupName, String workspaceName, AzureADOnlyAuthenticationName azureADOnlyAuthenticationName, Context context)

Get Azure Active Directory only authentication property

abstract PagedIterable<AzureADOnlyAuthenticationInner> list(String resourceGroupName, String workspaceName)

Gets a list of Azure Active Directory only authentication property

abstract PagedIterable<AzureADOnlyAuthenticationInner> list(String resourceGroupName, String workspaceName, Context context)

Gets a list of Azure Active Directory only authentication property

Method Details

beginCreate

public abstract SyncPoller<>,AzureADOnlyAuthenticationInner> beginCreate(String resourceGroupName, String workspaceName, AzureADOnlyAuthenticationName azureADOnlyAuthenticationName, AzureADOnlyAuthenticationInner azureADOnlyAuthenticationInfo)

Create or Update Azure Active Directory only authentication property

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
azureADOnlyAuthenticationName - name of the property.
azureADOnlyAuthenticationInfo - Azure Active Directory Property.

Returns:

the SyncPoller<T,U> for polling of azure Active Directory Only Authentication Info.

beginCreate

public abstract SyncPoller<>,AzureADOnlyAuthenticationInner> beginCreate(String resourceGroupName, String workspaceName, AzureADOnlyAuthenticationName azureADOnlyAuthenticationName, AzureADOnlyAuthenticationInner azureADOnlyAuthenticationInfo, Context context)

Create or Update Azure Active Directory only authentication property

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
azureADOnlyAuthenticationName - name of the property.
azureADOnlyAuthenticationInfo - Azure Active Directory Property.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of azure Active Directory Only Authentication Info.

create

public abstract AzureADOnlyAuthenticationInner create(String resourceGroupName, String workspaceName, AzureADOnlyAuthenticationName azureADOnlyAuthenticationName, AzureADOnlyAuthenticationInner azureADOnlyAuthenticationInfo)

Create or Update Azure Active Directory only authentication property

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
azureADOnlyAuthenticationName - name of the property.
azureADOnlyAuthenticationInfo - Azure Active Directory Property.

Returns:

azure Active Directory Only Authentication Info.

create

public abstract AzureADOnlyAuthenticationInner create(String resourceGroupName, String workspaceName, AzureADOnlyAuthenticationName azureADOnlyAuthenticationName, AzureADOnlyAuthenticationInner azureADOnlyAuthenticationInfo, Context context)

Create or Update Azure Active Directory only authentication property

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

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
azureADOnlyAuthenticationName - name of the property.
azureADOnlyAuthenticationInfo - Azure Active Directory Property.
context - The context to associate with this operation.

Returns:

azure Active Directory Only Authentication Info.

get

public abstract AzureADOnlyAuthenticationInner get(String resourceGroupName, String workspaceName, AzureADOnlyAuthenticationName azureADOnlyAuthenticationName)

Get Azure Active Directory only authentication property

Gets a Azure Active Directory only authentication property.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
azureADOnlyAuthenticationName - name of the property.

Returns:

a Azure Active Directory only authentication property.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String workspaceName, AzureADOnlyAuthenticationName azureADOnlyAuthenticationName, Context context)

Get Azure Active Directory only authentication property

Gets a Azure Active Directory only authentication property.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
azureADOnlyAuthenticationName - name of the property.
context - The context to associate with this operation.

Returns:

a Azure Active Directory only authentication property along with Response<T>.

list

public abstract PagedIterable list(String resourceGroupName, String workspaceName)

Gets a list of Azure Active Directory only authentication property

Gets a list of Azure Active Directory only authentication property for a workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.

Returns:

a list of Azure Active Directory only authentication property for a workspace as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String resourceGroupName, String workspaceName, Context context)

Gets a list of Azure Active Directory only authentication property

Gets a list of Azure Active Directory only authentication property for a workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
context - The context to associate with this operation.

Returns:

a list of Azure Active Directory only authentication property for a workspace as paginated response with PagedIterable<T>.

Applies to