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": "Class containing DNS settings in a Traffic Manager profile.",
69
69
"properties": {
70
70
"fqdn": {
71
-
"type": "string",
72
-
"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."
71
+
"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.",
72
+
"type": "string"
73
73
},
74
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."
75
+
"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.",
76
+
"type": "string"
77
77
},
78
78
"ttl": {
79
+
"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.",
"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."
87
+
]
88
88
}
89
89
},
90
-
"description": "Class containing DNS settings in a Traffic Manager profile."
90
+
"type": "object"
91
91
},
92
92
"Endpoint": {
93
-
"type": "object",
93
+
"description": "Class representing a Traffic Manager endpoint.",
94
94
"properties": {
95
95
"id": {
96
-
"type": "string",
97
-
"description": "Gets or sets the ID of the Traffic Manager endpoint."
96
+
"description": "Gets or sets the ID of the Traffic Manager endpoint.",
97
+
"type": "string"
98
98
},
99
99
"name": {
100
-
"type": "string",
101
-
"description": "Gets or sets the name of the Traffic Manager endpoint."
100
+
"description": "Gets or sets the name of the Traffic Manager endpoint.",
101
+
"type": "string"
102
102
},
103
103
"properties": {
104
+
"description": "Class representing a Traffic Manager endpoint properties.",
"description": "Class representing a Traffic Manager endpoint properties."
112
+
]
113
113
},
114
114
"type": {
115
-
"type": "string",
116
-
"description": "Gets or sets the endpoint type of the Traffic Manager endpoint."
115
+
"description": "Gets or sets the endpoint type of the Traffic Manager endpoint.",
116
+
"type": "string"
117
117
}
118
118
},
119
-
"description": "Class representing a Traffic Manager endpoint."
119
+
"type": "object"
120
120
},
121
121
"EndpointProperties": {
122
-
"type": "object",
122
+
"description": "Class representing a Traffic Manager endpoint properties.",
123
123
"properties": {
124
124
"endpointLocation": {
125
-
"type": "string",
126
-
"description": "Specifies the location of the external or nested endpoints when using the ‘Performance’ traffic routing method."
125
+
"description": "Specifies the location of the external or nested endpoints when using the ‘Performance’ traffic routing method.",
126
+
"type": "string"
127
127
},
128
128
"endpointMonitorStatus": {
129
-
"type": "string",
130
-
"description": "Gets or sets the monitoring status of the endpoint."
129
+
"description": "Gets or sets the monitoring status of the endpoint.",
130
+
"type": "string"
131
131
},
132
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'."
133
+
"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'.",
134
+
"type": "string"
135
135
},
136
136
"minChildEndpoints": {
137
+
"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 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'."
145
+
]
146
146
},
147
147
"priority": {
148
+
"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.",
"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."
156
+
]
157
157
},
158
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."
159
+
"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.",
160
+
"type": "string"
161
161
},
162
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'."
163
+
"description": "Gets or sets the Azure Resource URI of the of the endpoint. Not applicable to endpoints of type 'ExternalEndpoints'.",
164
+
"type": "string"
165
165
},
166
166
"weight": {
167
+
"description": "Gets or sets the weight of this endpoint when using the 'Weighted' traffic routing method. Possible values are from 1 to 1000.",
"description": "Class containing endpoint monitoring settings in a Traffic Manager profile."
246
+
]
247
247
},
248
248
"profileStatus": {
249
-
"type": "string",
250
-
"description": "Gets or sets the status of the Traffic Manager profile. Possible values are 'Enabled' and 'Disabled'."
249
+
"description": "Gets or sets the status of the Traffic Manager profile. Possible values are 'Enabled' and 'Disabled'.",
250
+
"type": "string"
251
251
},
252
252
"trafficRoutingMethod": {
253
-
"type": "string",
254
-
"description": "Gets or sets the traffic routing method of the Traffic Manager profile. Possible values are 'Performance', 'Weighted', or 'Priority'."
253
+
"description": "Gets or sets the traffic routing method of the Traffic Manager profile. Possible values are 'Performance', 'Weighted', or 'Priority'.",
254
+
"type": "string"
255
255
}
256
256
},
257
-
"description": "Class representing the Traffic Manager profile properties."
0 commit comments