AzurePSCmdletConcurrentVault<T>.PushDataRecord 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 bool PushDataRecord(Microsoft.Azure.Commands.Common.Authentication.Abstractions.Interfaces.ICmdletContext cmdletContext, T record);
abstract member PushDataRecord : Microsoft.Azure.Commands.Common.Authentication.Abstractions.Interfaces.ICmdletContext * 'T -> bool
override this.PushDataRecord : Microsoft.Azure.Commands.Common.Authentication.Abstractions.Interfaces.ICmdletContext * 'T -> bool
Public Function PushDataRecord (cmdletContext As ICmdletContext, record As T) As Boolean
Parameters
- cmdletContext
- ICmdletContext
- record
- T