Interface SingleSignOnsClient


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

    • beginCreateOrUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DynatraceSingleSignOnResourceInner>,DynatraceSingleSignOnResourceInner> beginCreateOrUpdate(String resourceGroupName, String monitorName, String configurationName, DynatraceSingleSignOnResourceInner resource)
      Create a DynatraceSingleSignOnResource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      monitorName - Monitor resource name.
      configurationName - Single Sign On Configuration Name.
      resource - Resource create parameters.
      Returns:
      the SyncPoller for polling of single sign-on configurations for a given monitor resource.
      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.
    • beginCreateOrUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DynatraceSingleSignOnResourceInner>,DynatraceSingleSignOnResourceInner> beginCreateOrUpdate(String resourceGroupName, String monitorName, String configurationName, DynatraceSingleSignOnResourceInner resource, com.azure.core.util.Context context)
      Create a DynatraceSingleSignOnResource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      monitorName - Monitor resource name.
      configurationName - Single Sign On Configuration Name.
      resource - Resource create parameters.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of single sign-on configurations for a given monitor resource.
      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.
    • createOrUpdate

      DynatraceSingleSignOnResourceInner createOrUpdate(String resourceGroupName, String monitorName, String configurationName, DynatraceSingleSignOnResourceInner resource)
      Create a DynatraceSingleSignOnResource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      monitorName - Monitor resource name.
      configurationName - Single Sign On Configuration Name.
      resource - Resource create parameters.
      Returns:
      single sign-on configurations for a given monitor resource.
      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.
    • createOrUpdate

      DynatraceSingleSignOnResourceInner createOrUpdate(String resourceGroupName, String monitorName, String configurationName, DynatraceSingleSignOnResourceInner resource, com.azure.core.util.Context context)
      Create a DynatraceSingleSignOnResource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      monitorName - Monitor resource name.
      configurationName - Single Sign On Configuration Name.
      resource - Resource create parameters.
      context - The context to associate with this operation.
      Returns:
      single sign-on configurations for a given monitor resource.
      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.
    • get

      DynatraceSingleSignOnResourceInner get(String resourceGroupName, String monitorName, String configurationName)
      Get a DynatraceSingleSignOnResource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      monitorName - Monitor resource name.
      configurationName - Single Sign On Configuration Name.
      Returns:
      a DynatraceSingleSignOnResource.
      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<DynatraceSingleSignOnResourceInner> getWithResponse(String resourceGroupName, String monitorName, String configurationName, com.azure.core.util.Context context)
      Get a DynatraceSingleSignOnResource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      monitorName - Monitor resource name.
      configurationName - Single Sign On Configuration Name.
      context - The context to associate with this operation.
      Returns:
      a DynatraceSingleSignOnResource 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<DynatraceSingleSignOnResourceInner> list(String resourceGroupName, String monitorName)
      List all DynatraceSingleSignOnResource by monitorName.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      monitorName - Monitor resource name.
      Returns:
      the response of a DynatraceSingleSignOnResource list operation 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<DynatraceSingleSignOnResourceInner> list(String resourceGroupName, String monitorName, com.azure.core.util.Context context)
      List all DynatraceSingleSignOnResource by monitorName.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      monitorName - Monitor resource name.
      context - The context to associate with this operation.
      Returns:
      the response of a DynatraceSingleSignOnResource list operation 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.