Interface SingleSignOnConfigurations


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

    • list

      com.azure.core.http.rest.PagedIterable<DatadogSingleSignOnResource> list(String resourceGroupName, String monitorName)
      List the single sign-on configurations for a given monitor resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      monitorName - Monitor resource name.
      Returns:
      response of a 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<DatadogSingleSignOnResource> list(String resourceGroupName, String monitorName, com.azure.core.util.Context context)
      List the single sign-on configurations for a given monitor resource.
      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:
      response of a 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.
    • getWithResponse

      com.azure.core.http.rest.Response<DatadogSingleSignOnResource> getWithResponse(String resourceGroupName, String monitorName, String configurationName, com.azure.core.util.Context context)
      Gets the datadog single sign-on resource for the given Monitor.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      monitorName - Monitor resource name.
      configurationName - Configuration name.
      context - The context to associate with this operation.
      Returns:
      the datadog single sign-on resource for the given Monitor 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.
    • get

      DatadogSingleSignOnResource get(String resourceGroupName, String monitorName, String configurationName)
      Gets the datadog single sign-on resource for the given Monitor.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      monitorName - Monitor resource name.
      configurationName - Configuration name.
      Returns:
      the datadog single sign-on resource for the given Monitor.
      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

      Gets the datadog single sign-on resource for the given Monitor.
      Parameters:
      id - the resource ID.
      Returns:
      the datadog single sign-on resource for the given Monitor 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<DatadogSingleSignOnResource> getByIdWithResponse(String id, com.azure.core.util.Context context)
      Gets the datadog single sign-on resource for the given Monitor.
      Parameters:
      id - the resource ID.
      context - The context to associate with this operation.
      Returns:
      the datadog single sign-on resource for the given Monitor 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 DatadogSingleSignOnResource resource.
      Parameters:
      name - resource name.
      Returns:
      the first stage of the new DatadogSingleSignOnResource definition.