CustomDomainOwnershipValidationResult Interface
public interface CustomDomainOwnershipValidationResult
An immutable client-side representation of CustomDomainOwnershipValidationResult.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
List<Custom |
customDomainsForTopicsConfiguration()
Gets the custom |
|
abstract
List<Custom |
customDomainsForTopicSpacesConfiguration()
Gets the custom |
|
abstract
Custom |
innerModel()
Gets the inner com. |
Method Details
customDomainsForTopicsConfiguration
public abstract List<CustomDomainConfiguration> customDomainsForTopicsConfiguration()
Gets the customDomainsForTopicsConfiguration property: List of custom domain configurations for the namespace under topics configuration.
Returns:
customDomainsForTopicSpacesConfiguration
public abstract List<CustomDomainConfiguration> customDomainsForTopicSpacesConfiguration()
Gets the customDomainsForTopicSpacesConfiguration property: List of custom domain configurations for the namespace under topic spaces configuration.
Returns:
innerModel
public abstract CustomDomainOwnershipValidationResultInner innerModel()
Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.CustomDomainOwnershipValidationResultInner object.
Returns: