SPRoutingRuleTargetPipeBind members
Contract for Cmdlet parameters that represent an SPRoutingMachineInfo Identity Note: this is similar to [SPRoutingMachineInfoPipeBind] with the addition of being able to resolve the object using the machine name only by calling and additional [Initialize] method.
The SPRoutingRuleTargetPipeBind type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPRoutingRuleTargetPipeBind(String) | Initializes a new [SPRoutingRuleTargetPipeBind] object from the specified machine address NOTE: this requires the use of the [Initialize] method! | |
SPRoutingRuleTargetPipeBind(SPRoutingMachineInfo) | Initializes a new [SPRoutingRuleTargetPipeBind] object from the specified [SPRoutingMachineInfo] object |
Top
Methods
Name | Description | |
---|---|---|
Discover | (Overrides SPCmdletPipeBind<TCmdletObject>.Discover(TCmdletObject).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Read | Reads an [SPRoutingMachineInfo] object from the pipe. (Overrides SPCmdletPipeBind<TCmdletObject>.Read().) | |
ToString | (Inherited from Object.) |
Top