SiteCloneabilityCriterion Class

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

public final class SiteCloneabilityCriterion

An app cloneability criterion.

Constructor Summary

Constructor Description
SiteCloneabilityCriterion()

Creates an instance of SiteCloneabilityCriterion class.

Method Summary

Modifier and Type Method and Description
String description()

Get the description property: Description of criterion.

String name()

Get the name property: Name of criterion.

void validate()

Validates the instance.

SiteCloneabilityCriterion withDescription(String description)

Set the description property: Description of criterion.

SiteCloneabilityCriterion withName(String name)

Set the name property: Name of criterion.

Methods inherited from java.lang.Object

Constructor Details

SiteCloneabilityCriterion

public SiteCloneabilityCriterion()

Creates an instance of SiteCloneabilityCriterion class.

Method Details

description

public String description()

Get the description property: Description of criterion.

Returns:

the description value.

name

public String name()

Get the name property: Name of criterion.

Returns:

the name value.

validate

public void validate()

Validates the instance.

withDescription

public SiteCloneabilityCriterion withDescription(String description)

Set the description property: Description of criterion.

Parameters:

description - the description value to set.

Returns:

the SiteCloneabilityCriterion object itself.

withName

public SiteCloneabilityCriterion withName(String name)

Set the name property: Name of criterion.

Parameters:

name - the name value to set.

Returns:

the SiteCloneabilityCriterion object itself.

Applies to