Interface OperationContract.DefinitionStages.WithParentResource

    • Method Detail

      • withExistingApi

        OperationContract.DefinitionStages.WithCreate withExistingApi​(String resourceGroupName,
                                                                      String serviceName,
                                                                      String apiId)
        Specifies resourceGroupName, serviceName, apiId.
        Parameters:
        resourceGroupName - The name of the resource group.
        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.
        Returns:
        the next definition stage.