Interface DiagnosticContract.DefinitionStages.WithParentResource

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

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

    • withExistingApi

      DiagnosticContract.DefinitionStages.WithCreate withExistingApi(String resourceGroupName, String serviceName, String apiId)
      Specifies resourceGroupName, serviceName, apiId.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serviceName - The name of the API Management service.
      apiId - API identifier. Must be unique in the current API Management service instance.
      Returns:
      the next definition stage.