Show / Hide Table of Contents

Class SrvRecordArgs

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

Constructors

View Source

SrvRecordArgs()

Declaration
public SrvRecordArgs()

Properties

View Source

Name

The name of the DNS SRV Record.

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

Records

A list of values that make up the SRV record. Each record block supports fields documented below.

Declaration
public InputList<SrvRecordRecordArgs> Records { get; set; }
Property Value
Type Description
InputList<SrvRecordRecordArgs>
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

The Time To Live (TTL) of the DNS record in seconds.

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

ZoneName

Specifies the DNS Zone where the DNS Zone (parent 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.