CustomDomain 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.
The custom domain assigned to this storage account. This can be set via Update.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CustomDomainTypeConverter))]
public class CustomDomain : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICustomDomain
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.CustomDomainTypeConverter))>]
type CustomDomain = class
interface ICustomDomain
interface IJsonSerializable
Public Class CustomDomain
Implements ICustomDomain
- Inheritance
-
CustomDomain
- Attributes
- Implements
Constructors
CustomDomain() |
Creates an new CustomDomain instance. |
Properties
Name |
Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source. |
UseSubDomainName |
Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CustomDomain. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CustomDomain. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ICustomDomain. |
FromJsonString(String) |
Creates a new instance of CustomDomain, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CustomDomain into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |