你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SiteCloneabilityCriterion Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. SiteCloneabilityCriterion
- com.
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. |
Site |
withDescription(String description)
Set the description value. |
Site |
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.