TestSiloSpecificOptions Class
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.
Configuration overrides for individual silos.
public class TestSiloSpecificOptions
type TestSiloSpecificOptions = class
Public Class TestSiloSpecificOptions
- Inheritance
-
TestSiloSpecificOptions
Constructors
TestSiloSpecificOptions() |
Properties
GatewayPort |
Gets or sets the gateway port. |
PrimarySiloEndPoint |
Gets or sets the primary silo port. |
PrimarySiloPort |
Gets or sets the primary silo port. |
SiloName |
Gets or sets the name of the silo. |
SiloPort |
Gets or sets the silo port. |
Methods
Create(TestCluster, TestClusterOptions, Int32, Boolean) |
Creates an instance of the TestSiloSpecificOptions class. |
Create(TestClusterOptions, Int32, Boolean) | |
ToDictionary() |
Converts these options into a dictionary. |