GetProfileResult

data class GetProfileResult(val allowedEndpointRecordTypes: List<String>? = null, val dnsConfig: DnsConfigResponse? = null, val endpoints: List<EndpointResponse>? = null, val id: String? = null, val location: String? = null, val maxReturn: Double? = null, val monitorConfig: MonitorConfigResponse? = null, val name: String? = null, val profileStatus: String? = null, val tags: Map<String, String>? = null, val trafficRoutingMethod: String? = null, val trafficViewEnrollmentStatus: String? = null, val type: String? = null)

Class representing a Traffic Manager profile.

Constructors

Link copied to clipboard
constructor(allowedEndpointRecordTypes: List<String>? = null, dnsConfig: DnsConfigResponse? = null, endpoints: List<EndpointResponse>? = null, id: String? = null, location: String? = null, maxReturn: Double? = null, monitorConfig: MonitorConfigResponse? = null, name: String? = null, profileStatus: String? = null, tags: Map<String, String>? = null, trafficRoutingMethod: String? = null, trafficViewEnrollmentStatus: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of allowed endpoint record types.

Link copied to clipboard

The DNS settings of the Traffic Manager profile.

Link copied to clipboard

The list of endpoints in the Traffic Manager profile.

Link copied to clipboard
val id: String? = null

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}

Link copied to clipboard
val location: String? = null

The Azure Region where the resource lives

Link copied to clipboard
val maxReturn: Double? = null

Maximum number of endpoints to be returned for MultiValue routing type.

Link copied to clipboard

The endpoint monitoring settings of the Traffic Manager profile.

Link copied to clipboard
val name: String? = null

The name of the resource

Link copied to clipboard
val profileStatus: String? = null

The status of the Traffic Manager profile.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The traffic routing method of the Traffic Manager profile.

Link copied to clipboard

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.

Link copied to clipboard
val type: String? = null

The type of the resource. Ex- Microsoft.Network/trafficManagerProfiles.