GenericResource.DefinitionStages.WithApiVersion Interface
public interface WithApiVersion
A generic resource definition allowing api version to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
Generic |
withApiVersion(String apiVersion)
Specifies the api version. |
Method Details
withApiVersion
public WithCreate withApiVersion(String apiVersion)
Specifies the api version.
Parameters:
apiVersion
- the API version of the resource
Returns:
the next stage of the definition
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java