Class TrafficManagerProfileArgs
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.Network
Assembly: Pulumi.Azure.dll
Syntax
public sealed class TrafficManagerProfileArgs : ResourceArgs
Constructors
View SourceTrafficManagerProfileArgs()
Declaration
public TrafficManagerProfileArgs()
Properties
View SourceDnsConfig
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> |
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> |
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> |
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> |
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> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
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> |