Show / Hide Table of Contents

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 Source

Port

Port the service is listening on.

Declaration
public readonly int Port
Field Value
Type Description
System.Int32
View Source

Priority

Priority of the SRV record.

Declaration
public readonly int Priority
Field Value
Type Description
System.Int32
View Source

Target

FQDN of the service.

Declaration
public readonly string Target
Field Value
Type Description
System.String
View Source

Weight

Weight of the SRV record.

Declaration
public readonly int Weight
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.