StaticSiteCustomDomainOverviewARMResource 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.
Static Site Custom Domain Overview ARM resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class StaticSiteCustomDomainOverviewARMResource : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type StaticSiteCustomDomainOverviewARMResource = class
inherit ProxyOnlyResource
Public Class StaticSiteCustomDomainOverviewARMResource
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
StaticSiteCustomDomainOverviewARMResource() |
Initializes a new instance of the StaticSiteCustomDomainOverviewARMResource class. |
StaticSiteCustomDomainOverviewARMResource(String, String, String, String, String, Nullable<DateTime>, String, String, String) |
Initializes a new instance of the StaticSiteCustomDomainOverviewARMResource class. |
Properties
CreatedOn |
Gets the date and time on which the custom domain was created for the static site. |
DomainName |
Gets the domain name for the static site custom domain. |
ErrorMessage | |
Id |
Gets resource Id. (Inherited from ProxyOnlyResource) |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResource) |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
Status |
Gets the status of the custom domain. Possible values include: 'RetrievingValidationToken', 'Validating', 'Adding', 'Ready', 'Failed', 'Deleting' |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
ValidationToken |
Gets the TXT record validation token |
Applies to
Azure SDK for .NET