Interface GenericResource.DefinitionStages.WithResourceType
-
- All Known Subinterfaces:
GenericResource.Definition
- Enclosing interface:
- GenericResource.DefinitionStages
public static interface GenericResource.DefinitionStages.WithResourceTypeA generic resource definition allowing resource type to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenericResource.DefinitionStages.WithProviderNamespacewithResourceType(String resourceType)Specifies the resource's type.
-
-
-
Method Detail
-
withResourceType
GenericResource.DefinitionStages.WithProviderNamespace withResourceType(String resourceType)
Specifies the resource's type.- Parameters:
resourceType- the type of the resources- Returns:
- the next stage of generic resource definition
-
-