SiteCloneabilityCriterion Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.SiteCloneabilityCriterion

public class SiteCloneabilityCriterion

An app cloneability criterion.

Method Summary

Modifier and Type Method and Description
String description()

Get the description value.

String name()

Get the name value.

SiteCloneabilityCriterion withDescription(String description)

Set the description value.

SiteCloneabilityCriterion withName(String name)

Set the name value.

Method Details

description

public String description()

Get the description value.

Returns:

the description value

name

public String name()

Get the name value.

Returns:

the name value

withDescription

public SiteCloneabilityCriterion withDescription(String description)

Set the description value.

Parameters:

description - the description value to set

Returns:

the SiteCloneabilityCriterion object itself.

withName

public SiteCloneabilityCriterion withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the SiteCloneabilityCriterion object itself.

Applies to