Show / Hide Table of Contents

Class GetDomainTxtGuidArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetDomainTxtGuidArgs
Inherited Members
InvokeArgs.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.AliCloud.Dns
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetDomainTxtGuidArgs : InvokeArgs

Constructors

View Source

GetDomainTxtGuidArgs()

Declaration
public GetDomainTxtGuidArgs()

Properties

View Source

DomainName

Verified domain name.

Declaration
public string DomainName { get; set; }
Property Value
Type Description
System.String
View Source

Lang

User language.

Declaration
public string Lang { get; set; }
Property Value
Type Description
System.String
View Source

OutputFile

Declaration
public string OutputFile { get; set; }
Property Value
Type Description
System.String
View Source

Type

Txt verification function. Value:ADD_SUB_DOMAIN, RETRIEVAL.

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.