Interface HostPool.DefinitionStages.WithManagedBy

All Known Subinterfaces:
HostPool.Definition, HostPool.DefinitionStages.WithCreate
Enclosing interface:
HostPool.DefinitionStages

public static interface HostPool.DefinitionStages.WithManagedBy
The stage of the HostPool definition allowing to specify managedBy.
  • Method Summary

    Modifier and Type
    Method
    Description
    withManagedBy(String managedBy)
    Specifies the managedBy property: The fully qualified resource ID of the resource that manages this resource.
  • Method Details

    • withManagedBy

      HostPool.DefinitionStages.WithCreate withManagedBy(String managedBy)
      Specifies the managedBy property: The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource..
      Parameters:
      managedBy - The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.
      Returns:
      the next definition stage.