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
Public method SPIisWebServiceApplicationPoolPipeBind(Guid) Initializes a new instance of the SPIisWebServiceApplicationPoolPipeBind class. This constructor initializes the current object with a GUID value.
Public method SPIisWebServiceApplicationPoolPipeBind(String) Initializes a new instance of the SPIisWebServiceApplicationPoolPipeBind class. This constructor initializes the current object with a string representation of a GUID.
Public method 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
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Read Retrieves the SPIisWebServiceApplicationPool object that corresponds to the parameters that were passed to the current SPIisWebServiceApplicationPoolPipeBind object when it was constructed.
Public method ToString (Inherited from Object.)

Top

See Also

Reference

SPIisWebServiceApplicationPoolPipeBind Class

Microsoft.SharePoint.PowerShell Namespace