Language

OutboundEnvironmentEndpoint Class

Definition

A collection of related endpoints from the same service for which the Batch service requires outbound access.

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

Constructors

Name Description
OutboundEnvironmentEndpoint()

Creates an new OutboundEnvironmentEndpoint instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OutboundEnvironmentEndpoint.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OutboundEnvironmentEndpoint.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.IOutboundEnvironmentEndpoint.

FromJsonString(String)

Creates a new instance of OutboundEnvironmentEndpoint, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of OutboundEnvironmentEndpoint into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to