DatadogSingleSignOnResource.DefinitionStages.WithParentResource Interface

public static interface DatadogSingleSignOnResource.DefinitionStages.WithParentResource

The stage of the DatadogSingleSignOnResource definition allowing to specify parent resource.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingMonitor(String resourceGroupName, String monitorName)

Specifies resourceGroupName, monitorName.

Method Details

withExistingMonitor

public abstract DatadogSingleSignOnResource.DefinitionStages.WithCreate withExistingMonitor(String resourceGroupName, String monitorName)

Specifies resourceGroupName, monitorName.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
monitorName - Monitor resource name.

Returns:

the next definition stage.

Applies to