CustomHostnameSitesInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. CustomHostnameSitesInner
- com.
- com.
public final class CustomHostnameSitesInner
extends ProxyOnlyResource
A hostname and its assigned sites.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
customHostname()
Get the custom |
|
static
Custom |
fromJson(JsonReader jsonReader)
Reads an instance of Custom |
| String |
id()
Get the id property: Resource Id. |
| String |
name()
Get the name property: Resource Name. |
| String |
region()
Get the region property: The region property. |
|
List<Identifier |
siteResourceIds()
Get the site |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Resource type. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Method Details
customHostname
public String customHostname()
Get the customHostname property: The customHostname property.
Returns:
fromJson
public static CustomHostnameSitesInner fromJson(JsonReader jsonReader)
Reads an instance of CustomHostnameSitesInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Resource Id.
Overrides:
CustomHostnameSitesInner.id()Returns:
name
public String name()
Get the name property: Resource Name.
Overrides:
CustomHostnameSitesInner.name()Returns:
region
public String region()
Get the region property: The region property.
Returns:
siteResourceIds
public List<IdentifierInner> siteResourceIds()
Get the siteResourceIds property: The siteResourceIds property.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
CustomHostnameSitesInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Resource type.
Overrides:
CustomHostnameSitesInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
CustomHostnameSitesInner.validate()