Partager via


CustomDomain Class

Definition

The custom domain assigned to this storage account. This can be set via Update.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.CustomDomainTypeConverter))]
public class CustomDomain : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ICustomDomain
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.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.Storage.Models.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.

ToString()

Applies to