Class SRVRecordState
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class SRVRecordState : ResourceArgs
Constructors
View SourceSRVRecordState()
Declaration
public SRVRecordState()
Properties
View SourceFqdn
The FQDN of the DNS SRV Record.
Declaration
public Input<string> Fqdn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the DNS SRV Record. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Records
One or more record blocks as defined below.
Declaration
public InputList<SRVRecordRecordGetArgs> Records { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<SRVRecordRecordGetArgs> |
ResourceGroupName
Specifies the resource group where the resource exists. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Ttl
Declaration
public Input<int> Ttl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ZoneName
Specifies the Private DNS Zone where the resource exists. Changing this forces a new resource to be created.
Declaration
public Input<string> ZoneName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |