ApplicationDefinition.DefinitionStages.WithManagedBy Interface

public static interface ApplicationDefinition.DefinitionStages.WithManagedBy

The stage of the ApplicationDefinition definition allowing to specify managedBy.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withManagedBy(String managedBy)

Specifies the managedBy property: ID of the resource that manages this resource..

Method Details

withManagedBy

public abstract ApplicationDefinition.DefinitionStages.WithCreate withManagedBy(String managedBy)

Specifies the managedBy property: ID of the resource that manages this resource..

Parameters:

managedBy - ID of the resource that manages this resource.

Returns:

the next definition stage.

Applies to