Class CustomHostnameSitesProperties
java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.CustomHostnameSitesProperties
CustomHostnameSites resource specific properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of CustomHostnameSitesProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the customHostname property: The customHostname property.region()Get the region property: The region property.Get the siteResourceIds property: The siteResourceIds property.voidvalidate()Validates the instance.withCustomHostname(String customHostname) Set the customHostname property: The customHostname property.withRegion(String region) Set the region property: The region property.withSiteResourceIds(List<IdentifierInner> siteResourceIds) Set the siteResourceIds property: The siteResourceIds property.
-
Constructor Details
-
CustomHostnameSitesProperties
public CustomHostnameSitesProperties()Creates an instance of CustomHostnameSitesProperties class.
-
-
Method Details
-
customHostname
Get the customHostname property: The customHostname property.- Returns:
- the customHostname value.
-
withCustomHostname
Set the customHostname property: The customHostname property.- Parameters:
customHostname- the customHostname value to set.- Returns:
- the CustomHostnameSitesProperties object itself.
-
region
Get the region property: The region property.- Returns:
- the region value.
-
withRegion
Set the region property: The region property.- Parameters:
region- the region value to set.- Returns:
- the CustomHostnameSitesProperties object itself.
-
siteResourceIds
Get the siteResourceIds property: The siteResourceIds property.- Returns:
- the siteResourceIds value.
-
withSiteResourceIds
Set the siteResourceIds property: The siteResourceIds property.- Parameters:
siteResourceIds- the siteResourceIds value to set.- Returns:
- the CustomHostnameSitesProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-