Share via


FrontendProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.servicenetworking.models.FrontendProperties

Implements

public final class FrontendProperties
implements JsonSerializable<FrontendProperties>

Frontend Properties.

Constructor Summary

Constructor Description
FrontendProperties()

Creates an instance of FrontendProperties class.

Method Summary

Modifier and Type Method and Description
String fqdn()

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

static FrontendProperties fromJson(JsonReader jsonReader)

Reads an instance of FrontendProperties from the JsonReader.

ProvisioningState provisioningState()

Get the provisioningState property: Provisioning State of Traffic Controller Frontend Resource.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

FrontendProperties

public FrontendProperties()

Creates an instance of FrontendProperties class.

Method Details

fqdn

public String fqdn()

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

Returns:

the fqdn value.

fromJson

public static FrontendProperties fromJson(JsonReader jsonReader)

Reads an instance of FrontendProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of FrontendProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the FrontendProperties.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: Provisioning State of Traffic Controller Frontend Resource.

Returns:

the provisioningState value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to