AzurePSCmdletConcurrentVault<T>.PopDataRecords(ICmdletContext) Method
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 System.Collections.Generic.IEnumerable<T> PopDataRecords(Microsoft.Azure.Commands.Common.Authentication.Abstractions.Interfaces.ICmdletContext cmdletContext);
abstract member PopDataRecords : Microsoft.Azure.Commands.Common.Authentication.Abstractions.Interfaces.ICmdletContext -> seq<'T>
override this.PopDataRecords : Microsoft.Azure.Commands.Common.Authentication.Abstractions.Interfaces.ICmdletContext -> seq<'T>
Public Function PopDataRecords (cmdletContext As ICmdletContext) As IEnumerable(Of T)
Parameters
- cmdletContext
- ICmdletContext
Returns
IEnumerable<T>