TrafficControllerUpdate Class

Definition

The type used for update operations of the TrafficController.

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

Constructors

Name Description
TrafficControllerUpdate()

Creates an new TrafficControllerUpdate instance.

Properties

Name Description
Tag

Resource tags.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TrafficControllerUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TrafficControllerUpdate.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TrafficControllerUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to