IMultiClusterRegistrationStrategy Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface for multi-cluster registration strategies. Used by protocols that coordinate multiple instances.
public interface IMultiClusterRegistrationStrategy
type IMultiClusterRegistrationStrategy = interface
Public Interface IMultiClusterRegistrationStrategy
Methods
GetRemoteInstances(IReadOnlyList<String>, String) |
Determines which remote clusters have instances. |
GetRemoteInstances(MultiClusterConfiguration, String) |
Determines which remote clusters have instances. |