ApiPortalCustomDomainResourceInner Class

public final class ApiPortalCustomDomainResourceInner
extends ProxyResource

Custom domain of the API portal.

Constructor Summary

Constructor Description
ApiPortalCustomDomainResourceInner()

Creates an instance of ApiPortalCustomDomainResourceInner class.

Method Summary

Modifier and Type Method and Description
ApiPortalCustomDomainProperties properties()

Get the properties property: The properties of custom domain for API portal.

SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

void validate()

Validates the instance.

ApiPortalCustomDomainResourceInner 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

properties

public ApiPortalCustomDomainProperties properties()

Get the properties property: The properties of custom domain for API portal.

Returns:

the properties value.

systemData

public SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

Returns:

the systemData value.

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:

properties - the properties value to set.

Returns:

the ApiPortalCustomDomainResourceInner object itself.

Applies to