FrontendProperties Class

Definition

Frontend Properties.

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

Constructors

Name Description
FrontendProperties()

Creates an new FrontendProperties instance.

Properties

Name Description
Fqdn

The Fully Qualified Domain Name of the DNS record associated to a Traffic Controller frontend.

ProvisioningState

Provisioning State of Traffic Controller Frontend Resource

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FrontendProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FrontendProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FrontendProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to