TrafficControllerUpdate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
TrafficControllerUpdate() |
Creates an new TrafficControllerUpdate instance. |
Properties
Tag |
Resource tags. |
Methods
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() |