Package version:

Interface representing a Endpoints.

Hierarchy

  • Endpoints

Methods

  • Create or update a Traffic Manager endpoint.

    Parameters

    • resourceGroupName: string

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

    • profileName: string

      The name of the Traffic Manager profile.

    • endpointType: EndpointType

      The type of the Traffic Manager endpoint to be created or updated.

    • endpointName: string

      The name of the Traffic Manager endpoint to be created or updated.

    • parameters: Endpoint

      The Traffic Manager endpoint parameters supplied to the CreateOrUpdate operation.

    • Optional options: EndpointsCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<Endpoint>

  • Update a Traffic Manager endpoint.

    Parameters

    • resourceGroupName: string

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

    • profileName: string

      The name of the Traffic Manager profile.

    • endpointType: EndpointType

      The type of the Traffic Manager endpoint to be updated.

    • endpointName: string

      The name of the Traffic Manager endpoint to be updated.

    • parameters: Endpoint

      The Traffic Manager endpoint parameters supplied to the Update operation.

    • Optional options: EndpointsUpdateOptionalParams

      The options parameters.

    Returns Promise<Endpoint>

Generated using TypeDoc