Class GetDomainRecordArgs
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.Linode
Assembly: Pulumi.Linode.dll
Syntax
public sealed class GetDomainRecordArgs : InvokeArgs
Constructors
View SourceGetDomainRecordArgs()
Declaration
public GetDomainRecordArgs()
Properties
View SourceDomainId
Declaration
public int DomainId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Id
Declaration
public int? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |