Interface AzureADOnlyAuthenticationsClient


  • public interface AzureADOnlyAuthenticationsClient
    An instance of this class provides access to all the operations defined in AzureADOnlyAuthenticationsClient.
    • Method Detail

      • get

        AzureADOnlyAuthenticationInner 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<AzureADOnlyAuthenticationInner> 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.
      • beginCreate

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AzureADOnlyAuthenticationInner>,​AzureADOnlyAuthenticationInner> beginCreate​(String resourceGroupName,
                                                                                                                                                                              String workspaceName,
                                                                                                                                                                              AzureADOnlyAuthenticationName azureADOnlyAuthenticationName,
                                                                                                                                                                              AzureADOnlyAuthenticationInner azureADOnlyAuthenticationInfo)
        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 for polling of azure Active Directory Only Authentication Info.
        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.
      • beginCreate

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AzureADOnlyAuthenticationInner>,​AzureADOnlyAuthenticationInner> beginCreate​(String resourceGroupName,
                                                                                                                                                                              String workspaceName,
                                                                                                                                                                              AzureADOnlyAuthenticationName azureADOnlyAuthenticationName,
                                                                                                                                                                              AzureADOnlyAuthenticationInner azureADOnlyAuthenticationInfo,
                                                                                                                                                                              com.azure.core.util.Context context)
        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 for polling of azure Active Directory Only Authentication Info.
        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.
      • create

        AzureADOnlyAuthenticationInner create​(String resourceGroupName,
                                              String workspaceName,
                                              AzureADOnlyAuthenticationName azureADOnlyAuthenticationName,
                                              AzureADOnlyAuthenticationInner azureADOnlyAuthenticationInfo)
        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.
        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.
      • create

        AzureADOnlyAuthenticationInner create​(String resourceGroupName,
                                              String workspaceName,
                                              AzureADOnlyAuthenticationName azureADOnlyAuthenticationName,
                                              AzureADOnlyAuthenticationInner azureADOnlyAuthenticationInfo,
                                              com.azure.core.util.Context context)
        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.
        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<AzureADOnlyAuthenticationInner> 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<AzureADOnlyAuthenticationInner> 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.