Package version:

Interface ServiceRegistries

Interface representing a ServiceRegistries.

Hierarchy

  • ServiceRegistries

Methods

  • Disable the default Service Registry.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • serviceRegistryName: string

      The name of Service Registry.

    • Optional options: ServiceRegistriesDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

  • Disable the default Service Registry.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serviceName: string

      The name of the Service resource.

    • serviceRegistryName: string

      The name of Service Registry.

    • Optional options: ServiceRegistriesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc