Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class CheckTrafficManagerRelativeDnsNameAvailabilityParameters {
private String type;

/**
* Get the name value.
* Get the name of the resource.
*
* @return the name value
*/
Expand All @@ -36,7 +36,7 @@ public String name() {
}

/**
* Set the name value.
* Set the name of the resource.
*
* @param name the name value to set
* @return the CheckTrafficManagerRelativeDnsNameAvailabilityParameters object itself.
Expand All @@ -47,7 +47,7 @@ public CheckTrafficManagerRelativeDnsNameAvailabilityParameters withName(String
}

/**
* Get the type value.
* Get the type of the resource.
*
* @return the type value
*/
Expand All @@ -56,7 +56,7 @@ public String type() {
}

/**
* Set the type value.
* Set the type of the resource.
*
* @param type the type value to set
* @return the CheckTrafficManagerRelativeDnsNameAvailabilityParameters object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class DnsConfig {
private Long ttl;

/**
* Get the relativeName value.
* Get 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.
*
* @return the relativeName value
*/
Expand All @@ -48,7 +48,7 @@ public String relativeName() {
}

/**
* Set the relativeName value.
* Set 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.
*
* @param relativeName the relativeName value to set
* @return the DnsConfig object itself.
Expand All @@ -59,7 +59,7 @@ public DnsConfig withRelativeName(String relativeName) {
}

/**
* Get the fqdn value.
* Get 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.
*
* @return the fqdn value
*/
Expand All @@ -68,7 +68,7 @@ public String fqdn() {
}

/**
* Get the ttl value.
* Get 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.
*
* @return the ttl value
*/
Expand All @@ -77,7 +77,7 @@ public Long ttl() {
}

/**
* Set the ttl value.
* Set 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.
*
* @param ttl the ttl value to set
* @return the DnsConfig object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class EndpointPropertiesCustomHeadersItem {
private String value;

/**
* Get the name value.
* Get header name.
*
* @return the name value
*/
Expand All @@ -36,7 +36,7 @@ public String name() {
}

/**
* Set the name value.
* Set header name.
*
* @param name the name value to set
* @return the EndpointPropertiesCustomHeadersItem object itself.
Expand All @@ -47,7 +47,7 @@ public EndpointPropertiesCustomHeadersItem withName(String name) {
}

/**
* Get the value value.
* Get header value.
*
* @return the value value
*/
Expand All @@ -56,7 +56,7 @@ public String value() {
}

/**
* Set the value value.
* Set header value.
*
* @param value the value value to set
* @return the EndpointPropertiesCustomHeadersItem object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class HeatMapEndpoint {
private Integer endpointId;

/**
* Get the resourceId value.
* Get the ARM Resource ID of this Traffic Manager endpoint.
*
* @return the resourceId value
*/
Expand All @@ -36,7 +36,7 @@ public String resourceId() {
}

/**
* Set the resourceId value.
* Set the ARM Resource ID of this Traffic Manager endpoint.
*
* @param resourceId the resourceId value to set
* @return the HeatMapEndpoint object itself.
Expand All @@ -47,7 +47,7 @@ public HeatMapEndpoint withResourceId(String resourceId) {
}

/**
* Get the endpointId value.
* Get a number uniquely identifying this endpoint in query experiences.
*
* @return the endpointId value
*/
Expand All @@ -56,7 +56,7 @@ public Integer endpointId() {
}

/**
* Set the endpointId value.
* Set a number uniquely identifying this endpoint in query experiences.
*
* @param endpointId the endpointId value to set
* @return the HeatMapEndpoint object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public class MonitorConfig {
private List<MonitorConfigExpectedStatusCodeRangesItem> expectedStatusCodeRanges;

/**
* Get the profileMonitorStatus value.
* Get the profile-level monitoring status of the Traffic Manager profile. Possible values include: 'CheckingEndpoints', 'Online', 'Degraded', 'Disabled', 'Inactive'.
*
* @return the profileMonitorStatus value
*/
Expand All @@ -89,7 +89,7 @@ public ProfileMonitorStatus profileMonitorStatus() {
}

/**
* Set the profileMonitorStatus value.
* Set the profile-level monitoring status of the Traffic Manager profile. Possible values include: 'CheckingEndpoints', 'Online', 'Degraded', 'Disabled', 'Inactive'.
*
* @param profileMonitorStatus the profileMonitorStatus value to set
* @return the MonitorConfig object itself.
Expand All @@ -100,7 +100,7 @@ public MonitorConfig withProfileMonitorStatus(ProfileMonitorStatus profileMonito
}

/**
* Get the protocol value.
* Get the protocol (HTTP, HTTPS or TCP) used to probe for endpoint health. Possible values include: 'HTTP', 'HTTPS', 'TCP'.
*
* @return the protocol value
*/
Expand All @@ -109,7 +109,7 @@ public MonitorProtocol protocol() {
}

/**
* Set the protocol value.
* Set the protocol (HTTP, HTTPS or TCP) used to probe for endpoint health. Possible values include: 'HTTP', 'HTTPS', 'TCP'.
*
* @param protocol the protocol value to set
* @return the MonitorConfig object itself.
Expand All @@ -120,7 +120,7 @@ public MonitorConfig withProtocol(MonitorProtocol protocol) {
}

/**
* Get the port value.
* Get the TCP port used to probe for endpoint health.
*
* @return the port value
*/
Expand All @@ -129,7 +129,7 @@ public Long port() {
}

/**
* Set the port value.
* Set the TCP port used to probe for endpoint health.
*
* @param port the port value to set
* @return the MonitorConfig object itself.
Expand All @@ -140,7 +140,7 @@ public MonitorConfig withPort(Long port) {
}

/**
* Get the path value.
* Get the path relative to the endpoint domain name used to probe for endpoint health.
*
* @return the path value
*/
Expand All @@ -149,7 +149,7 @@ public String path() {
}

/**
* Set the path value.
* Set the path relative to the endpoint domain name used to probe for endpoint health.
*
* @param path the path value to set
* @return the MonitorConfig object itself.
Expand All @@ -160,7 +160,7 @@ public MonitorConfig withPath(String path) {
}

/**
* Get the intervalInSeconds value.
* Get the monitor interval for endpoints in this profile. This is the interval at which Traffic Manager will check the health of each endpoint in this profile.
*
* @return the intervalInSeconds value
*/
Expand All @@ -169,7 +169,7 @@ public Long intervalInSeconds() {
}

/**
* Set the intervalInSeconds value.
* Set the monitor interval for endpoints in this profile. This is the interval at which Traffic Manager will check the health of each endpoint in this profile.
*
* @param intervalInSeconds the intervalInSeconds value to set
* @return the MonitorConfig object itself.
Expand All @@ -180,7 +180,7 @@ public MonitorConfig withIntervalInSeconds(Long intervalInSeconds) {
}

/**
* Get the timeoutInSeconds value.
* Get the monitor timeout for endpoints in this profile. This is the time that Traffic Manager allows endpoints in this profile to response to the health check.
*
* @return the timeoutInSeconds value
*/
Expand All @@ -189,7 +189,7 @@ public Long timeoutInSeconds() {
}

/**
* Set the timeoutInSeconds value.
* Set the monitor timeout for endpoints in this profile. This is the time that Traffic Manager allows endpoints in this profile to response to the health check.
*
* @param timeoutInSeconds the timeoutInSeconds value to set
* @return the MonitorConfig object itself.
Expand All @@ -200,7 +200,7 @@ public MonitorConfig withTimeoutInSeconds(Long timeoutInSeconds) {
}

/**
* Get the toleratedNumberOfFailures value.
* Get the number of consecutive failed health check that Traffic Manager tolerates before declaring an endpoint in this profile Degraded after the next failed health check.
*
* @return the toleratedNumberOfFailures value
*/
Expand All @@ -209,7 +209,7 @@ public Long toleratedNumberOfFailures() {
}

/**
* Set the toleratedNumberOfFailures value.
* Set the number of consecutive failed health check that Traffic Manager tolerates before declaring an endpoint in this profile Degraded after the next failed health check.
*
* @param toleratedNumberOfFailures the toleratedNumberOfFailures value to set
* @return the MonitorConfig object itself.
Expand All @@ -220,7 +220,7 @@ public MonitorConfig withToleratedNumberOfFailures(Long toleratedNumberOfFailure
}

/**
* Get the customHeaders value.
* Get list of custom headers.
*
* @return the customHeaders value
*/
Expand All @@ -229,7 +229,7 @@ public List<MonitorConfigCustomHeadersItem> customHeaders() {
}

/**
* Set the customHeaders value.
* Set list of custom headers.
*
* @param customHeaders the customHeaders value to set
* @return the MonitorConfig object itself.
Expand All @@ -240,7 +240,7 @@ public MonitorConfig withCustomHeaders(List<MonitorConfigCustomHeadersItem> cust
}

/**
* Get the expectedStatusCodeRanges value.
* Get list of expected status code ranges.
*
* @return the expectedStatusCodeRanges value
*/
Expand All @@ -249,7 +249,7 @@ public List<MonitorConfigExpectedStatusCodeRangesItem> expectedStatusCodeRanges(
}

/**
* Set the expectedStatusCodeRanges value.
* Set list of expected status code ranges.
*
* @param expectedStatusCodeRanges the expectedStatusCodeRanges value to set
* @return the MonitorConfig object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class MonitorConfigCustomHeadersItem {
private String value;

/**
* Get the name value.
* Get header name.
*
* @return the name value
*/
Expand All @@ -36,7 +36,7 @@ public String name() {
}

/**
* Set the name value.
* Set header name.
*
* @param name the name value to set
* @return the MonitorConfigCustomHeadersItem object itself.
Expand All @@ -47,7 +47,7 @@ public MonitorConfigCustomHeadersItem withName(String name) {
}

/**
* Get the value value.
* Get header value.
*
* @return the value value
*/
Expand All @@ -56,7 +56,7 @@ public String value() {
}

/**
* Set the value value.
* Set header value.
*
* @param value the value value to set
* @return the MonitorConfigCustomHeadersItem object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class MonitorConfigExpectedStatusCodeRangesItem {
private Integer max;

/**
* Get the min value.
* Get min status code.
*
* @return the min value
*/
Expand All @@ -36,7 +36,7 @@ public Integer min() {
}

/**
* Set the min value.
* Set min status code.
*
* @param min the min value to set
* @return the MonitorConfigExpectedStatusCodeRangesItem object itself.
Expand All @@ -47,7 +47,7 @@ public MonitorConfigExpectedStatusCodeRangesItem withMin(Integer min) {
}

/**
* Get the max value.
* Get max status code.
*
* @return the max value
*/
Expand All @@ -56,7 +56,7 @@ public Integer max() {
}

/**
* Set the max value.
* Set max status code.
*
* @param max the max value to set
* @return the MonitorConfigExpectedStatusCodeRangesItem object itself.
Expand Down
Loading