Interface PolicyContract.DefinitionStages.WithParentResource

All Known Subinterfaces:
PolicyContract.Definition, PolicyContract.DefinitionStages.Blank
Enclosing interface:
PolicyContract.DefinitionStages

public static interface PolicyContract.DefinitionStages.WithParentResource
The stage of the PolicyContract definition allowing to specify parent resource.
  • Method Details

    • withExistingOperation

      PolicyContract.DefinitionStages.WithCreate withExistingOperation(String resourceGroupName, String serviceName, String apiId, String operationId)
      Specifies resourceGroupName, serviceName, apiId, operationId.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serviceName - The name of the API Management service.
      apiId - API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.
      operationId - Operation identifier within an API. Must be unique in the current API Management service instance.
      Returns:
      the next definition stage.