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