Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DedicatedHosts

Package version

Interface representing a DedicatedHosts.

Hierarchy

  • DedicatedHosts

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Delete a dedicated host.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hostGroupName: string

      The name of the dedicated host group.

    • hostName: string

      The name of the dedicated host.

    • Optional options: DedicatedHostsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

beginUpdate

beginUpdateAndWait

get

listByHostGroup

Generated using TypeDoc