Class AccountCustomDomain
Inheritance
System.Object
AccountCustomDomain
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Storage.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AccountCustomDomain
Fields
View SourceName
The Custom Domain Name to use for the Storage Account, which will be validated by Azure.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
UseSubdomain
Should the Custom Domain Name be validated by using indirect CNAME validation?
Declaration
public readonly bool? UseSubdomain
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |