CustomHostnameAnalysisResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Custom domain analysis.
public class CustomHostnameAnalysisResult : Azure.ResourceManager.Models.ResourceData
type CustomHostnameAnalysisResult = class
inherit ResourceData
Public Class CustomHostnameAnalysisResult
Inherits ResourceData
- Inheritance
Constructors
CustomHostnameAnalysisResult() |
Initializes a new instance of CustomHostnameAnalysisResult. |
Properties
AlternateCNameRecords |
Alternate CName records visible for this hostname. |
AlternateTxtRecords |
Alternate TXT records visible for this hostname. |
ARecords |
A records visible for this hostname. |
CNameRecords |
CName records visible for this hostname. |
ConflictingContainerAppResourceId |
Name of the conflicting Container App on the Managed Environment if it's within the same subscription. |
CustomDomainVerificationFailureInfoError |
Error model. |
CustomDomainVerificationTest |
DNS verification test result. |
HasConflictOnManagedEnvironment |
<code>true</code> if there is a conflict on the Container App's managed environment; otherwise, <code>false</code>. |
HostName |
Host name that was analyzed. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
IsHostnameAlreadyVerified |
<code>true</code> if hostname is already verified; otherwise, <code>false</code>. |
Name |
The name of the resource. (Inherited from ResourceData) |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
TxtRecords |
TXT records visible for this hostname. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |