Show / Hide Table of Contents

Class ProfileArgs

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

Constructors

View Source

ProfileArgs()

Declaration
public ProfileArgs()

Properties

View Source

DnsConfig

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

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

MonitorConfig

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

Declaration
public Input<ProfileMonitorConfigArgs> MonitorConfig { get; set; }
Property Value
Type Description
Input<ProfileMonitorConfigArgs>
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.