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
With |
withManagedBy(String managedBy)
Specifies the managed |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java