ProfileInner.ProfileStatus Property

Definition

Gets or sets the status of the Traffic Manager profile. Possible values include: 'Enabled', 'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.profileStatus")]
public string ProfileStatus { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.profileStatus")>]
member this.ProfileStatus : string with get, set
Public Property ProfileStatus As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to