Condividi tramite


ServerFarmRdpDetailsInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.fluent.models.ServerFarmRdpDetailsInner

Implements

public final class ServerFarmRdpDetailsInner
implements JsonSerializable<ServerFarmRdpDetailsInner>

Server Farm RDP connection details.

Method Summary

Modifier and Type Method and Description
static ServerFarmRdpDetailsInner fromJson(JsonReader jsonReader)

Reads an instance of ServerFarmRdpDetailsInner from the JsonReader.

String rdpPassword()

Get the rdpPassword property: The RDP password for the server farm.

OffsetDateTime rdpPasswordExpiry()

Get the rdpPasswordExpiry property: The RDP password expiry date.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

fromJson

public static ServerFarmRdpDetailsInner fromJson(JsonReader jsonReader)

Reads an instance of ServerFarmRdpDetailsInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ServerFarmRdpDetailsInner 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 ServerFarmRdpDetailsInner.

rdpPassword

public String rdpPassword()

Get the rdpPassword property: The RDP password for the server farm.

Returns:

the rdpPassword value.

rdpPasswordExpiry

public OffsetDateTime rdpPasswordExpiry()

Get the rdpPasswordExpiry property: The RDP password expiry date.

Returns:

the rdpPasswordExpiry value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to