Interface TagApiLinkContract.DefinitionStages.WithParentResource
- All Known Subinterfaces:
TagApiLinkContract.Definition,TagApiLinkContract.DefinitionStages.Blank
- Enclosing interface:
TagApiLinkContract.DefinitionStages
public static interface TagApiLinkContract.DefinitionStages.WithParentResource
The stage of the TagApiLinkContract definition allowing to specify parent resource.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingTag(String resourceGroupName, String serviceName, String tagId) Specifies resourceGroupName, serviceName, tagId.
-
Method Details
-
withExistingTag
TagApiLinkContract.DefinitionStages.WithCreate withExistingTag(String resourceGroupName, String serviceName, String tagId) Specifies resourceGroupName, serviceName, tagId.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serviceName- The name of the API Management service.tagId- Tag identifier. Must be unique in the current API Management service instance.- Returns:
- the next definition stage.
-