Interface AzureADOnlyAuthentications


  • public interface AzureADOnlyAuthentications
    Resource collection API of AzureADOnlyAuthentications.
    • Method Detail

      • get

        AzureADOnlyAuthentication get​(String resourceGroupName,
                                      String workspaceName,
                                      AzureADOnlyAuthenticationName azureADOnlyAuthenticationName)
        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.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • getWithResponse

        com.azure.core.http.rest.Response<AzureADOnlyAuthentication> getWithResponse​(String resourceGroupName,
                                                                                     String workspaceName,
                                                                                     AzureADOnlyAuthenticationName azureADOnlyAuthenticationName,
                                                                                     com.azure.core.util.Context context)
        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.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • list

        com.azure.core.http.rest.PagedIterable<AzureADOnlyAuthentication> list​(String resourceGroupName,
                                                                               String workspaceName)
        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.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • list

        com.azure.core.http.rest.PagedIterable<AzureADOnlyAuthentication> list​(String resourceGroupName,
                                                                               String workspaceName,
                                                                               com.azure.core.util.Context context)
        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.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • getById

        AzureADOnlyAuthentication getById​(String id)
        Gets a Azure Active Directory only authentication property.
        Parameters:
        id - the resource ID.
        Returns:
        a Azure Active Directory only authentication property along with Response.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • getByIdWithResponse

        com.azure.core.http.rest.Response<AzureADOnlyAuthentication> getByIdWithResponse​(String id,
                                                                                         com.azure.core.util.Context context)
        Gets a Azure Active Directory only authentication property.
        Parameters:
        id - the resource ID.
        context - The context to associate with this operation.
        Returns:
        a Azure Active Directory only authentication property along with Response.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.