PSResourceGraphResponse<PSObject> 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.
public class PSResourceGraphResponse<PSObject> : System.Collections.Generic.ICollection<PSObject>, System.Collections.Generic.IEnumerable<PSObject>, System.Collections.Generic.IList<PSObject>
type PSResourceGraphResponse<'PSObject> = class
interface IList<'PSObject>
interface ICollection<'PSObject>
interface seq<'PSObject>
interface IEnumerable
Public Class PSResourceGraphResponse(Of PSObject)
Implements ICollection(Of PSObject), IEnumerable(Of PSObject), IList(Of PSObject)
Type Parameters
- PSObject
- Inheritance
-
PSResourceGraphResponse<PSObject>
- Implements
-
ICollection<PSObject> ICollection<T> IEnumerable<PSObject> IEnumerable<T> IList<PSObject> IEnumerable
Constructors
PSResourceGraphResponse<PSObject>() |
Properties
Count | |
Data | |
IsReadOnly | |
Item[Int32] | |
SkipToken |
Methods
Add(PSObject) | |
Clear() | |
Contains(PSObject) | |
CopyTo(PSObject[], Int32) | |
GetEnumerator() | |
IndexOf(PSObject) | |
Insert(Int32, PSObject) | |
Remove(PSObject) | |
RemoveAt(Int32) |
Explicit Interface Implementations
ICollection<PSObject>.Remove(PSObject) | |
IEnumerable.GetEnumerator() |