Show / Hide Table of Contents

Class SrvRecordRecordArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SrvRecordRecordArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class SrvRecordRecordArgs : ResourceArgs

Constructors

View Source

SrvRecordRecordArgs()

Declaration
public SrvRecordRecordArgs()

Properties

View Source

Port

Port the service is listening on.

Declaration
public Input<int> Port { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Priority

Priority of the SRV record.

Declaration
public Input<int> Priority { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Target

FQDN of the service.

Declaration
public Input<string> Target { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Weight

Weight of the SRV record.

Declaration
public Input<int> Weight { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.