SPIisWebServiceApplicationPoolPipeBind Members
Include Protected Members
Include Inherited Members
Represents a binding for pipeline and command-line input to PowerShell cmdlet parameters. The binding that this class represents is to input parameters specific to an IIS Web service application pool in a server farm. This class facilitates the binding to and handling of input parameters as an instance of a service application object or as a GUID or string identifier.
The SPIisWebServiceApplicationPoolPipeBind type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPIisWebServiceApplicationPoolPipeBind(Guid) | Initializes a new instance of the SPIisWebServiceApplicationPoolPipeBind class. This constructor initializes the current object with a GUID value. | |
SPIisWebServiceApplicationPoolPipeBind(String) | Initializes a new instance of the SPIisWebServiceApplicationPoolPipeBind class. This constructor initializes the current object with a string representation of a GUID. | |
SPIisWebServiceApplicationPoolPipeBind(SPIisWebServiceApplicationPool) | Initializes a new instance of an SPIisWebServiceApplicationPoolPipeBind class. This constructor initializes the current object with an identifier contained in the associated SPIisWebServiceApplicationPool object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Read | Retrieves the SPIisWebServiceApplicationPool object that corresponds to the parameters that were passed to the current SPIisWebServiceApplicationPoolPipeBind object when it was constructed. | |
ToString | (Inherited from Object.) |
Top