Interface ContentItemContract.DefinitionStages.WithParentResource
- All Known Subinterfaces:
ContentItemContract.Definition,ContentItemContract.DefinitionStages.Blank
- Enclosing interface:
ContentItemContract.DefinitionStages
public static interface ContentItemContract.DefinitionStages.WithParentResource
The stage of the ContentItemContract definition allowing to specify parent resource.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingContentType(String resourceGroupName, String serviceName, String contentTypeId) Specifies resourceGroupName, serviceName, contentTypeId.
-
Method Details
-
withExistingContentType
ContentItemContract.DefinitionStages.WithCreate withExistingContentType(String resourceGroupName, String serviceName, String contentTypeId) Specifies resourceGroupName, serviceName, contentTypeId.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serviceName- The name of the API Management service.contentTypeId- Content type identifier.- Returns:
- the next definition stage.
-