Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ContactsImpl

Package version

Class containing Contacts operations.

Hierarchy

  • ContactsImpl

Implements

Index

Constructors

constructor

Methods

beginCreate

beginCreateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, spacecraftName: string, contactName: string, options?: ContactsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Deletes a specified contact

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • spacecraftName: string

      Spacecraft ID

    • contactName: string

      Contact Name

    • Optional options: ContactsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • beginDeleteAndWait(resourceGroupName: string, spacecraftName: string, contactName: string, options?: ContactsDeleteOptionalParams): Promise<void>

get

list

  • Returns list of contacts by spacecraftName

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • spacecraftName: string

      Spacecraft ID

    • Optional options: ContactsListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<Contact>

Generated using TypeDoc