ApiPortalCustomDomainProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.appplatform.models.ApiPortalCustomDomainProperties

public final class ApiPortalCustomDomainProperties

The properties of custom domain for API portal.

Constructor Summary

Constructor Description
ApiPortalCustomDomainProperties()

Creates an instance of ApiPortalCustomDomainProperties class.

Method Summary

Modifier and Type Method and Description
String thumbprint()

Get the thumbprint property: The thumbprint of bound certificate.

void validate()

Validates the instance.

ApiPortalCustomDomainProperties withThumbprint(String thumbprint)

Set the thumbprint property: The thumbprint of bound certificate.

Methods inherited from java.lang.Object

Constructor Details

ApiPortalCustomDomainProperties

public ApiPortalCustomDomainProperties()

Creates an instance of ApiPortalCustomDomainProperties class.

Method Details

thumbprint

public String thumbprint()

Get the thumbprint property: The thumbprint of bound certificate.

Returns:

the thumbprint value.

validate

public void validate()

Validates the instance.

withThumbprint

public ApiPortalCustomDomainProperties withThumbprint(String thumbprint)

Set the thumbprint property: The thumbprint of bound certificate.

Parameters:

thumbprint - the thumbprint value to set.

Returns:

the ApiPortalCustomDomainProperties object itself.

Applies to