You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Gets or sets the fully-qualified domain name (FQDN) of the Traffic Manager profile. This is formed from the concatenation of the RelativeName with the DNS domain used by Azure Traffic Manager."
73
+
},
74
+
"relativeName": {
75
+
"type": "string",
76
+
"description": "Gets or sets the relative DNS name provided by this Traffic Manager profile. This value is combined with the DNS domain name used by Azure Traffic Manager to form the fully-qualified domain name (FQDN) of the profile."
"description": "Gets or sets the DNS Time-To-Live (TTL), in seconds. This informs the local DNS resolvers and DNS clients how long to cache DNS responses provided by this Traffic Manager profile."
88
+
}
89
+
},
90
+
"description": "Class containing DNS settings in a Traffic Manager profile."
91
+
},
92
+
"Endpoint": {
93
+
"type": "object",
94
+
"properties": {
95
+
"id": {
96
+
"type": "string",
97
+
"description": "Gets or sets the ID of the Traffic Manager endpoint."
98
+
},
99
+
"name": {
100
+
"type": "string",
101
+
"description": "Gets or sets the name of the Traffic Manager endpoint."
"description": "Class representing a Traffic Manager endpoint properties."
113
+
},
114
+
"type": {
115
+
"type": "string",
116
+
"description": "Gets or sets the endpoint type of the Traffic Manager endpoint."
117
+
}
118
+
},
119
+
"description": "Class representing a Traffic Manager endpoint."
120
+
},
121
+
"EndpointProperties": {
122
+
"type": "object",
123
+
"properties": {
124
+
"endpointLocation": {
125
+
"type": "string",
126
+
"description": "Specifies the location of the external or nested endpoints when using the ‘Performance’ traffic routing method."
127
+
},
128
+
"endpointMonitorStatus": {
129
+
"type": "string",
130
+
"description": "Gets or sets the monitoring status of the endpoint."
131
+
},
132
+
"endpointStatus": {
133
+
"type": "string",
134
+
"description": "Gets or sets the status of the endpoint.. If the endpoint is Enabled, it is probed for endpoint health and is included in the traffic routing method. Possible values are 'Enabled' and 'Disabled'."
"description": "Gets or sets the minimum number of endpoints that must be available in the child profile in order for the parent profile to be considered available. Only applicable to endpoint of type 'NestedEndpoints'."
"description": "Gets or sets the priority of this endpoint when using the ‘Priority’ traffic routing method. Possible values are from 1 to 1000, lower values represent higher priority. This is an optional parameter. If specified, it must be specified on all endpoints, and no two endpoints can share the same priority value."
157
+
},
158
+
"target": {
159
+
"type": "string",
160
+
"description": "Gets or sets the fully-qualified DNS name of the endpoint. Traffic Manager returns this value in DNS responses to direct traffic to this endpoint."
161
+
},
162
+
"targetResourceId": {
163
+
"type": "string",
164
+
"description": "Gets or sets the Azure Resource URI of the of the endpoint. Not applicable to endpoints of type 'ExternalEndpoints'."
0 commit comments