SingleSignOnConfigurations interface
Interface representing a SingleSignOnConfigurations.
Methods
begin |
Configures single-sign-on for this resource. |
begin |
Configures single-sign-on for this resource. |
get(string, string, string, Single |
Gets the datadog single sign-on resource for the given Monitor. |
list(string, string, Single |
List the single sign-on configurations for a given monitor resource. |
Method Details
beginCreateOrUpdate(string, string, string, SingleSignOnConfigurationsCreateOrUpdateOptionalParams)
Configures single-sign-on for this resource.
function beginCreateOrUpdate(resourceGroupName: string, monitorName: string, configurationName: string, options?: SingleSignOnConfigurationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DatadogSingleSignOnResource>, DatadogSingleSignOnResource>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- monitorName
-
string
Monitor resource name
- configurationName
-
string
Configuration name
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<DatadogSingleSignOnResource>, DatadogSingleSignOnResource>>
beginCreateOrUpdateAndWait(string, string, string, SingleSignOnConfigurationsCreateOrUpdateOptionalParams)
Configures single-sign-on for this resource.
function beginCreateOrUpdateAndWait(resourceGroupName: string, monitorName: string, configurationName: string, options?: SingleSignOnConfigurationsCreateOrUpdateOptionalParams): Promise<DatadogSingleSignOnResource>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- monitorName
-
string
Monitor resource name
- configurationName
-
string
Configuration name
The options parameters.
Returns
Promise<DatadogSingleSignOnResource>
get(string, string, string, SingleSignOnConfigurationsGetOptionalParams)
Gets the datadog single sign-on resource for the given Monitor.
function get(resourceGroupName: string, monitorName: string, configurationName: string, options?: SingleSignOnConfigurationsGetOptionalParams): Promise<DatadogSingleSignOnResource>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- monitorName
-
string
Monitor resource name
- configurationName
-
string
Configuration name
The options parameters.
Returns
Promise<DatadogSingleSignOnResource>
list(string, string, SingleSignOnConfigurationsListOptionalParams)
List the single sign-on configurations for a given monitor resource.
function list(resourceGroupName: string, monitorName: string, options?: SingleSignOnConfigurationsListOptionalParams): PagedAsyncIterableIterator<DatadogSingleSignOnResource, DatadogSingleSignOnResource[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- monitorName
-
string
Monitor resource name
The options parameters.