Language

IOutboundEnvironmentEndpoint Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.OutboundEnvironmentEndpointTypeConverter))]
public interface IOutboundEnvironmentEndpoint : Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.OutboundEnvironmentEndpointTypeConverter))>]
type IOutboundEnvironmentEndpoint = interface
    interface IJsonSerializable
Public Interface IOutboundEnvironmentEndpoint
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Category

The type of service that Azure Load Testing connects to.

Endpoint

The endpoints for this service to which the Batch service makes outbound calls.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to