DiagnosticSetting.DefinitionStages.Blank Interface

public static interface DiagnosticSetting.DefinitionStages.Blank

The first stage of a diagnostic setting definition.

Method Summary

Modifier and Type Method and Description
abstract WithDiagnosticLogRecipient withResource(String resourceId)

Sets the resource for which Diagnostic Settings will be created.

Method Details

withResource

public abstract DiagnosticSetting.DefinitionStages.WithDiagnosticLogRecipient withResource(String resourceId)

Sets the resource for which Diagnostic Settings will be created.

Parameters:

resourceId - of the resource.

Returns:

the stage of selecting data recipient.

Applies to