Show / Hide Table of Contents

Class TrafficManagerProfileDnsConfigGetArgs

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

Constructors

View Source

TrafficManagerProfileDnsConfigGetArgs()

Declaration
public TrafficManagerProfileDnsConfigGetArgs()

Properties

View Source

RelativeName

The relative domain name, this is combined with the domain name used by Traffic Manager to form the FQDN which is exported as documented below. Changing this forces a new resource to be created.

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

Ttl

The TTL value of the Profile used by Local DNS resolvers and clients.

Declaration
public Input<int> Ttl { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.