Interface SingleSignOns


public interface SingleSignOns
Resource collection API of SingleSignOns.
  • Method Details

    • get

      DynatraceSingleSignOnResource 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<DynatraceSingleSignOnResource> 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<DynatraceSingleSignOnResource> 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<DynatraceSingleSignOnResource> 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.
    • getById

      Get a DynatraceSingleSignOnResource.
      Parameters:
      id - the resource ID.
      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.
    • getByIdWithResponse

      com.azure.core.http.rest.Response<DynatraceSingleSignOnResource> getByIdWithResponse(String id, com.azure.core.util.Context context)
      Get a DynatraceSingleSignOnResource.
      Parameters:
      id - the resource ID.
      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.
    • define

      Begins definition for a new DynatraceSingleSignOnResource resource.
      Parameters:
      name - resource name.
      Returns:
      the first stage of the new DynatraceSingleSignOnResource definition.