TrafficControllerProperties 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.
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() | |