Megosztás a következőn keresztül:


Profile.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 Microsoft.Azure.Management.TrafficManager.Models.ProfileStatus? ProfileStatus { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.profileStatus")>]
member this.ProfileStatus : Nullable<Microsoft.Azure.Management.TrafficManager.Models.ProfileStatus> with get, set
Public Property ProfileStatus As Nullable(Of ProfileStatus)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to