Interface GenericResource.DefinitionStages.WithApiVersion
-
- All Known Subinterfaces:
GenericResource.Definition,GenericResource.DefinitionStages.WithCreate
- Enclosing interface:
- GenericResource.DefinitionStages
public static interface GenericResource.DefinitionStages.WithApiVersionA generic resource definition allowing api version to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenericResource.DefinitionStages.WithCreatewithApiVersion(String apiVersion)Specifies the api version.
-
-
-
Method Detail
-
withApiVersion
GenericResource.DefinitionStages.WithCreate withApiVersion(String apiVersion)
Specifies the api version.- Parameters:
apiVersion- the API version of the resource- Returns:
- the next stage of the definition
-
-