Interface AccessInformationContract.DefinitionStages.WithParentResource
-
- All Known Subinterfaces:
AccessInformationContract.Definition
,AccessInformationContract.DefinitionStages.Blank
- Enclosing interface:
- AccessInformationContract.DefinitionStages
public static interface AccessInformationContract.DefinitionStages.WithParentResource
The stage of the AccessInformationContract definition allowing to specify parent resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessInformationContract.DefinitionStages.WithCreate
withExistingService(String resourceGroupName, String serviceName)
Specifies resourceGroupName, serviceName.
-
-
-
Method Detail
-
withExistingService
AccessInformationContract.DefinitionStages.WithCreate withExistingService(String resourceGroupName, String serviceName)
Specifies resourceGroupName, serviceName.- Parameters:
resourceGroupName
- The name of the resource group.serviceName
- The name of the API Management service.- Returns:
- the next definition stage.
-
-