Class SiteProfile
java.lang.Object
com.azure.resourcemanager.workloads.models.SiteProfile
Workload website profile.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the domainName property: Domain name for the application site URL.void
validate()
Validates the instance.withDomainName
(String domainName) Set the domainName property: Domain name for the application site URL.
-
Constructor Details
-
SiteProfile
public SiteProfile()
-
-
Method Details
-
domainName
Get the domainName property: Domain name for the application site URL.- Returns:
- the domainName value.
-
withDomainName
Set the domainName property: Domain name for the application site URL.- Parameters:
domainName
- the domainName value to set.- Returns:
- the SiteProfile object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-