Class AccountCustomDomainArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AccountCustomDomainArgs : ResourceArgs
Constructors
View SourceAccountCustomDomainArgs()
Declaration
public AccountCustomDomainArgs()
Properties
View SourceName
The Custom Domain Name to use for the Storage Account, which will be validated by Azure.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UseSubdomain
Should the Custom Domain Name be validated by using indirect CNAME validation?
Declaration
public Input<bool> UseSubdomain { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |