com.microsoft.azure.management.trafficmanager.TrafficManagerNestedProfileEndpoint Maven / Gradle / Ivy
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/
package com.microsoft.azure.management.trafficmanager;
import com.microsoft.azure.management.apigeneration.Fluent;
import com.microsoft.azure.management.resources.fluentcore.arm.Region;
/**
* An immutable client-side representation of an Azure traffic manager profile nested profile endpoint.
*/
@Fluent
public interface TrafficManagerNestedProfileEndpoint extends TrafficManagerEndpoint {
/**
* @return the nested traffic manager profile resource id
*/
String nestedProfileId();
/**
* @return the number of child endpoints to be online to consider nested profile as healthy
*/
long minimumChildEndpointCount();
/**
* @return the location of the traffic that the endpoint handles
*/
Region sourceTrafficLocation();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy