TopLevelDomain 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.
A top level domain object.
[Microsoft.Rest.Serialization.JsonTransformation]
public class TopLevelDomain : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TopLevelDomain = class
inherit ProxyOnlyResource
Public Class TopLevelDomain
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
TopLevelDomain() |
Initializes a new instance of the TopLevelDomain class. |
TopLevelDomain(String, String, String, String, Nullable<Boolean>) |
Initializes a new instance of the TopLevelDomain class. |
Properties
Id |
Gets resource Id. (Inherited from ProxyOnlyResource) |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResource) |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
Privacy |
Gets or sets if <code>true</code>, then the top level domain supports domain privacy; otherwise, <code>false</code>. |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
Applies to
Azure SDK for .NET