Condividi tramite


SiteCloneabilityCriterion Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.models.SiteCloneabilityCriterion

Implements

public final class SiteCloneabilityCriterion
implements JsonSerializable<SiteCloneabilityCriterion>

An app cloneability criterion.

Method Summary

Modifier and Type Method and Description
String description()

Get the description property: Description of criterion.

static SiteCloneabilityCriterion fromJson(JsonReader jsonReader)

Reads an instance of SiteCloneabilityCriterion from the JsonReader.

String name()

Get the name property: Name of criterion.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

description

public String description()

Get the description property: Description of criterion.

Returns:

the description value.

fromJson

public static SiteCloneabilityCriterion fromJson(JsonReader jsonReader)

Reads an instance of SiteCloneabilityCriterion from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

name

public String name()

Get the name property: Name of criterion.

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to