Interface GenericResource.DefinitionStages.WithProviderNamespace
-
- All Known Subinterfaces:
GenericResource.Definition
- Enclosing interface:
- GenericResource.DefinitionStages
public static interface GenericResource.DefinitionStages.WithProviderNamespaceA generic resource definition allowing provider namespace to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenericResource.DefinitionStages.WithPlanwithProviderNamespace(String resourceProviderNamespace)Specifies the resource provider's namespace.
-
-
-
Method Detail
-
withProviderNamespace
GenericResource.DefinitionStages.WithPlan withProviderNamespace(String resourceProviderNamespace)
Specifies the resource provider's namespace.- Parameters:
resourceProviderNamespace- the namespace of the resource provider- Returns:
- the next stage of the definition
-
-