ApiPortalCustomDomainResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appplatform. fluent. models. ApiPortalCustomDomainResourceInner
- com.
- com.
public final class ApiPortalCustomDomainResourceInner
extends ProxyResource
Custom domain of the API portal.
Constructor Summary
Constructor | Description |
---|---|
ApiPortalCustomDomainResourceInner() |
Creates an instance of Api |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Api |
fromJson(JsonReader jsonReader)
Reads an instance of Api |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Api |
properties()
Get the properties property: The properties of custom domain for API portal. |
System |
systemData()
Get the system |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Api |
withProperties(ApiPortalCustomDomainProperties properties)
Set the properties property: The properties of custom domain for API portal. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ApiPortalCustomDomainResourceInner
public ApiPortalCustomDomainResourceInner()
Creates an instance of ApiPortalCustomDomainResourceInner class.
Method Details
fromJson
public static ApiPortalCustomDomainResourceInner fromJson(JsonReader jsonReader)
Reads an instance of ApiPortalCustomDomainResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ApiPortalCustomDomainResourceInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ApiPortalCustomDomainResourceInner.name()Returns:
properties
public ApiPortalCustomDomainProperties properties()
Get the properties property: The properties of custom domain for API portal.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Metadata pertaining to creation and last modification of the resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ApiPortalCustomDomainResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ApiPortalCustomDomainResourceInner.type()Returns:
validate
public void validate()
Validates the instance.
withProperties
public ApiPortalCustomDomainResourceInner withProperties(ApiPortalCustomDomainProperties properties)
Set the properties property: The properties of custom domain for API portal.
Parameters:
Returns:
Applies to
Azure SDK for Java