Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Targets

Package version

Interface representing a Targets.

Hierarchy

  • Targets

Implemented by

Index

Methods

createOrUpdate

  • Create or update a Target resource that extends a tracked regional resource.

    Parameters

    • resourceGroupName: string

      String that represents an Azure resource group.

    • parentProviderNamespace: string

      String that represents a resource provider namespace.

    • parentResourceType: string

      String that represents a resource type.

    • parentResourceName: string

      String that represents a resource name.

    • targetName: string

      String that represents a Target resource name.

    • target: Target

      Target resource to be created or updated.

    • Optional options: TargetsCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<TargetsCreateOrUpdateResponse>

delete

  • delete(resourceGroupName: string, parentProviderNamespace: string, parentResourceType: string, parentResourceName: string, targetName: string, options?: TargetsDeleteOptionalParams): Promise<void>
  • Delete a Target resource that extends a tracked regional resource.

    Parameters

    • resourceGroupName: string

      String that represents an Azure resource group.

    • parentProviderNamespace: string

      String that represents a resource provider namespace.

    • parentResourceType: string

      String that represents a resource type.

    • parentResourceName: string

      String that represents a resource name.

    • targetName: string

      String that represents a Target resource name.

    • Optional options: TargetsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Get a Target resource that extends a tracked regional resource.

    Parameters

    • resourceGroupName: string

      String that represents an Azure resource group.

    • parentProviderNamespace: string

      String that represents a resource provider namespace.

    • parentResourceType: string

      String that represents a resource type.

    • parentResourceName: string

      String that represents a resource name.

    • targetName: string

      String that represents a Target resource name.

    • Optional options: TargetsGetOptionalParams

      The options parameters.

    Returns Promise<TargetsGetResponse>

list

  • list(resourceGroupName: string, parentProviderNamespace: string, parentResourceType: string, parentResourceName: string, options?: TargetsListOptionalParams): PagedAsyncIterableIterator<Target>
  • Get a list of Target resources that extend a tracked regional resource.

    Parameters

    • resourceGroupName: string

      String that represents an Azure resource group.

    • parentProviderNamespace: string

      String that represents a resource provider namespace.

    • parentResourceType: string

      String that represents a resource type.

    • parentResourceName: string

      String that represents a resource name.

    • Optional options: TargetsListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<Target>

Generated using TypeDoc