ManagementConfiguration.DefinitionStages.WithProperties Interface

public static interface ManagementConfiguration.DefinitionStages.WithProperties

The stage of the ManagementConfiguration definition allowing to specify properties.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withProperties(ManagementConfigurationProperties properties)

Specifies the properties property: Properties for ManagementConfiguration object supported by the OperationsManagement resource provider..

Method Details

withProperties

public abstract ManagementConfiguration.DefinitionStages.WithCreate withProperties(ManagementConfigurationProperties properties)

Specifies the properties property: Properties for ManagementConfiguration object supported by the OperationsManagement resource provider..

Parameters:

properties - Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.

Returns:

the next definition stage.

Applies to