Show / Hide Table of Contents

Class SRVRecordState

Inheritance
System.Object
InputArgs
ResourceArgs
SRVRecordState
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.PrivateDns
Assembly: Pulumi.Azure.dll
Syntax
public sealed class SRVRecordState : ResourceArgs

Constructors

View Source

SRVRecordState()

Declaration
public SRVRecordState()

Properties

View Source

Fqdn

The FQDN of the DNS SRV Record.

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

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>
View Source

Records

One or more record blocks as defined below.

Declaration
public InputList<SRVRecordRecordGetArgs> Records { get; set; }
Property Value
Type Description
InputList<SRVRecordRecordGetArgs>
View Source

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>
View Source

Tags

A mapping of tags to assign to the resource.

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

Ttl

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.