TrafficManagerProfileData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the TrafficManagerProfile data model. Class representing a Traffic Manager profile.
public class TrafficManagerProfileData : Azure.ResourceManager.TrafficManager.Models.TrafficManagerTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.TrafficManager.TrafficManagerProfileData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.TrafficManager.TrafficManagerProfileData>
type TrafficManagerProfileData = class
inherit TrafficManagerTrackedResourceData
interface IJsonModel<TrafficManagerProfileData>
interface IPersistableModel<TrafficManagerProfileData>
Public Class TrafficManagerProfileData
Inherits TrafficManagerTrackedResourceData
Implements IJsonModel(Of TrafficManagerProfileData), IPersistableModel(Of TrafficManagerProfileData)
- Inheritance
- Implements
Constructors
TrafficManagerProfileData() |
Initializes a new instance of TrafficManagerProfileData. |
Properties
AllowedEndpointRecordTypes |
The list of allowed endpoint record types. |
DnsConfig |
The DNS settings of the Traffic Manager profile. |
Endpoints |
The list of endpoints in the Traffic Manager profile. |
Id |
Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}. (Inherited from TrafficManagerResourceData) |
Location |
The Azure Region where the resource lives. (Inherited from TrafficManagerTrackedResourceData) |
MaxReturn |
Maximum number of endpoints to be returned for MultiValue routing type. |
MonitorConfig |
The endpoint monitoring settings of the Traffic Manager profile. |
Name |
The name of the resource. (Inherited from TrafficManagerResourceData) |
ProfileStatus |
The status of the Traffic Manager profile. |
ResourceType |
The type of the resource. Ex- Microsoft.Network/trafficManagerProfiles. (Inherited from TrafficManagerResourceData) |
Tags |
Resource tags. (Inherited from TrafficManagerTrackedResourceData) |
TrafficRoutingMethod |
The traffic routing method of the Traffic Manager profile. |
TrafficViewEnrollmentStatus |
Indicates whether Traffic View is 'Enabled' or 'Disabled' for the Traffic Manager profile. Null, indicates 'Disabled'. Enabling this feature will increase the cost of the Traffic Manage profile. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET