TrafficControllerProperties Class

Definition

Traffic Controller Properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.TrafficControllerPropertiesTypeConverter))]
public class TrafficControllerProperties : Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.ITrafficControllerProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.TrafficControllerPropertiesTypeConverter))>]
type TrafficControllerProperties = class
    interface ITrafficControllerProperties
    interface IJsonSerializable
Public Class TrafficControllerProperties
Implements ITrafficControllerProperties
Inheritance
TrafficControllerProperties
Attributes
Implements

Constructors

Name Description
TrafficControllerProperties()

Creates an new TrafficControllerProperties instance.

Properties

Name Description
Association

Associations References List

ConfigurationEndpoint

Configuration Endpoints.

Frontend

Frontends References List

ProvisioningState

The status of the last operation.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TrafficControllerProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TrafficControllerProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.ITrafficControllerProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TrafficControllerProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to