Interface IssueContract.DefinitionStages.WithParentResource
- All Known Subinterfaces:
IssueContract.Definition,IssueContract.DefinitionStages.Blank
- Enclosing interface:
IssueContract.DefinitionStages
public static interface IssueContract.DefinitionStages.WithParentResource
The stage of the IssueContract definition allowing to specify parent resource.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingApi(String resourceGroupName, String serviceName, String apiId) Specifies resourceGroupName, serviceName, apiId.
-
Method Details
-
withExistingApi
IssueContract.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 identifier. Must be unique in the current API Management service instance.- Returns:
- the next definition stage.
-