Class SrvRecordRecordArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class SrvRecordRecordArgs : ResourceArgs
Constructors
View SourceSrvRecordRecordArgs()
Declaration
public SrvRecordRecordArgs()
Properties
View SourcePort
Port the service is listening on.
Declaration
public Input<int> Port { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Priority
Priority of the SRV record.
Declaration
public Input<int> Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Target
FQDN of the service.
Declaration
public Input<string> Target { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Weight
Weight of the SRV record.
Declaration
public Input<int> Weight { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |