GenericResource.DefinitionStages.WithApiVersion Interface
public static interface GenericResource.DefinitionStages.WithApiVersion
A generic resource definition allowing api version to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withApiVersion(String apiVersion)
Specifies the api version. |
Method Details
withApiVersion
public abstract 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
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java