Show / Hide Table of Contents

Class AccountCustomDomainArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AccountCustomDomainArgs
Inherited Members
ResourceArgs.Empty
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 Source

AccountCustomDomainArgs()

Declaration
public AccountCustomDomainArgs()

Properties

View Source

Name

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

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