Show / Hide Table of Contents

Class AccountCustomDomainGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AccountCustomDomainGetArgs
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 AccountCustomDomainGetArgs : ResourceArgs

Constructors

View Source

AccountCustomDomainGetArgs()

Declaration
public AccountCustomDomainGetArgs()

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.