Class GetRecordArgs
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.DigitalOcean
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class GetRecordArgs : InvokeArgs
Constructors
View SourceGetRecordArgs()
Declaration
public GetRecordArgs()
Properties
View SourceDomain
The domain name of the record.
Declaration
public string Domain { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the record.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |