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