Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceRegistries

Package version

Interface representing a ServiceRegistries.

Hierarchy

  • ServiceRegistries

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, serviceName: string, serviceRegistryName: string, options?: ServiceRegistriesDeleteOptionalParams): 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<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

  • 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>

get

list

Generated using TypeDoc