Class SiteSealInner
- java.lang.Object
-
- com.azure.resourcemanager.appservice.fluent.models.SiteSealInner
-
public final class SiteSealInner extends Object
Site seal.
-
-
Constructor Summary
Constructors Constructor Description SiteSealInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringhtml()Get the html property: HTML snippet.voidvalidate()Validates the instance.SiteSealInnerwithHtml(String html)Set the html property: HTML snippet.
-
-
-
Method Detail
-
html
public String html()
Get the html property: HTML snippet.- Returns:
- the html value.
-
withHtml
public SiteSealInner withHtml(String html)
Set the html property: HTML snippet.- Parameters:
html- the html value to set.- Returns:
- the SiteSealInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-