Interface SingleSignOnConfigurationsClient


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

    • list

      com.azure.core.http.rest.PagedIterable<DatadogSingleSignOnResourceInner> 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<DatadogSingleSignOnResourceInner> 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.
    • beginCreateOrUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DatadogSingleSignOnResourceInner>,DatadogSingleSignOnResourceInner> beginCreateOrUpdate(String resourceGroupName, String monitorName, String configurationName)
      Configures single-sign-on for this resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      monitorName - Monitor resource name.
      configurationName - Configuration name.
      Returns:
      the SyncPoller for polling of long-running operation.
      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<DatadogSingleSignOnResourceInner>,DatadogSingleSignOnResourceInner> beginCreateOrUpdate(String resourceGroupName, String monitorName, String configurationName, DatadogSingleSignOnResourceInner body, com.azure.core.util.Context context)
      Configures single-sign-on for this resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      monitorName - Monitor resource name.
      configurationName - Configuration name.
      body - The body parameter.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of long-running operation.
      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

      DatadogSingleSignOnResourceInner createOrUpdate(String resourceGroupName, String monitorName, String configurationName)
      Configures single-sign-on for this resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      monitorName - Monitor resource name.
      configurationName - Configuration name.
      Returns:
      the 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.
    • createOrUpdate

      DatadogSingleSignOnResourceInner createOrUpdate(String resourceGroupName, String monitorName, String configurationName, DatadogSingleSignOnResourceInner body, com.azure.core.util.Context context)
      Configures single-sign-on for this resource.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      monitorName - Monitor resource name.
      configurationName - Configuration name.
      body - The body parameter.
      context - The context to associate with this operation.
      Returns:
      the 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.
    • getWithResponse

      com.azure.core.http.rest.Response<DatadogSingleSignOnResourceInner> 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

      DatadogSingleSignOnResourceInner 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.