Interface IndependentChild.DefinitionStages.WithParentResource<T,ParentT>
- Type Parameters:
T- the resource type.ParentT- parent resource type.
- Enclosing interface:
IndependentChild.DefinitionStages
public static interface IndependentChild.DefinitionStages.WithParentResource<T,ParentT>
A resource definition allowing a new resource group to be created.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingParentResource(String groupName, String parentName) Creates a new child resource under parent resource.withExistingParentResource(ParentT existingParentResource) Creates a new child resource under parent resource.withNewParentResource(Creatable<ParentT> parentResourceCreatable) Creates a new child resource under parent resource.
-
Method Details
-
withExistingParentResource
-
withNewParentResource
-
withExistingParentResource
-