Show / Hide Table of Contents

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 Source

Name

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
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.