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