Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CloudServicesUpdateDomain

Package version

Interface representing a CloudServicesUpdateDomain.

Hierarchy

  • CloudServicesUpdateDomain

Implemented by

Index

Methods

beginWalkUpdateDomain

  • Updates the role instances in the specified update domain.

    Parameters

    • resourceGroupName: string

      Name of the resource group.

    • cloudServiceName: string

      Name of the cloud service.

    • updateDomain: number

      Specifies an integer value that identifies the update domain. Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.

    • Optional options: CloudServicesUpdateDomainWalkUpdateDomainOptionalParams

      The options parameters.

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

beginWalkUpdateDomainAndWait

  • Updates the role instances in the specified update domain.

    Parameters

    • resourceGroupName: string

      Name of the resource group.

    • cloudServiceName: string

      Name of the cloud service.

    • updateDomain: number

      Specifies an integer value that identifies the update domain. Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.

    • Optional options: CloudServicesUpdateDomainWalkUpdateDomainOptionalParams

      The options parameters.

    Returns Promise<void>

getUpdateDomain

listUpdateDomains

Generated using TypeDoc