Show / Hide Table of Contents

Class TrafficManagerProfileArgs

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

Constructors

View Source

TrafficManagerProfileArgs()

Declaration
public TrafficManagerProfileArgs()

Properties

View Source

DnsConfig

This block specifies the DNS configuration of the Profile, it supports the fields documented below.

Declaration
public Input<TrafficManagerProfileDnsConfigArgs> DnsConfig { get; set; }
Property Value
Type Description
Input<TrafficManagerProfileDnsConfigArgs>
View Source

MonitorConfig

This block specifies the Endpoint monitoring configuration for the Profile, it supports the fields documented below.

Declaration
public Input<TrafficManagerProfileMonitorConfigArgs> MonitorConfig { get; set; }
Property Value
Type Description
Input<TrafficManagerProfileMonitorConfigArgs>
View Source

Name

The name of the Traffic Manager profile. 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

ProfileStatus

The status of the profile, can be set to either Enabled or Disabled. Defaults to Enabled.

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

ResourceGroupName

The name of the resource group in which to create the Traffic Manager profile.

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

TrafficRoutingMethod

Specifies the algorithm used to route traffic, possible values are:

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