Class SrvRecordRecord
Inheritance
System.Object
SrvRecordRecord
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.Azure.Dns.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class SrvRecordRecord
Fields
View SourcePort
Port the service is listening on.
Declaration
public readonly int Port
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Priority
Priority of the SRV record.
Declaration
public readonly int Priority
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Target
FQDN of the service.
Declaration
public readonly string Target
Field Value
| Type | Description |
|---|---|
| System.String |
Weight
Weight of the SRV record.
Declaration
public readonly int Weight
Field Value
| Type | Description |
|---|---|
| System.Int32 |