Interface SchemaContract.DefinitionStages.WithParentResource
- All Known Subinterfaces:
SchemaContract.Definition,SchemaContract.DefinitionStages.Blank
- Enclosing interface:
SchemaContract.DefinitionStages
public static interface SchemaContract.DefinitionStages.WithParentResource
The stage of the SchemaContract definition allowing to specify parent resource.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingApi(String resourceGroupName, String serviceName, String apiId) Specifies resourceGroupName, serviceName, apiId.
-
Method Details
-
withExistingApi
SchemaContract.DefinitionStages.WithCreate withExistingApi(String resourceGroupName, String serviceName, String apiId) Specifies resourceGroupName, serviceName, apiId.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serviceName- The name of the API Management service.apiId- API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.- Returns:
- the next definition stage.
-