Share via


CustomDomainOwnershipValidationResult Interface

public interface CustomDomainOwnershipValidationResult

An immutable client-side representation of CustomDomainOwnershipValidationResult.

Method Summary

Modifier and Type Method and Description
abstract List<CustomDomainConfiguration> customDomainsForTopicsConfiguration()

Gets the customDomainsForTopicsConfiguration property: List of custom domain configurations for the namespace under topics configuration.

abstract List<CustomDomainConfiguration> customDomainsForTopicSpacesConfiguration()

Gets the customDomainsForTopicSpacesConfiguration property: List of custom domain configurations for the namespace under topic spaces configuration.

abstract CustomDomainOwnershipValidationResultInner innerModel()

Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.CustomDomainOwnershipValidationResultInner object.

Method Details

customDomainsForTopicsConfiguration

public abstract List<CustomDomainConfiguration> customDomainsForTopicsConfiguration()

Gets the customDomainsForTopicsConfiguration property: List of custom domain configurations for the namespace under topics configuration.

Returns:

the customDomainsForTopicsConfiguration value.

customDomainsForTopicSpacesConfiguration

public abstract List<CustomDomainConfiguration> customDomainsForTopicSpacesConfiguration()

Gets the customDomainsForTopicSpacesConfiguration property: List of custom domain configurations for the namespace under topic spaces configuration.

Returns:

the customDomainsForTopicSpacesConfiguration value.

innerModel

public abstract CustomDomainOwnershipValidationResultInner innerModel()

Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.CustomDomainOwnershipValidationResultInner object.

Returns:

the inner object.

Applies to