Share via


ResourceStrategy<TModel>.CreateOrUpdateAsync Property

Definition

public Func<Microsoft.Azure.Commands.Common.Strategies.IClient,Microsoft.Azure.Commands.Common.Strategies.CreateOrUpdateAsyncParams<TModel>,System.Threading.Tasks.Task<TModel>> CreateOrUpdateAsync { get; }
member this.CreateOrUpdateAsync : Func<Microsoft.Azure.Commands.Common.Strategies.IClient, Microsoft.Azure.Commands.Common.Strategies.CreateOrUpdateAsyncParams<'Model>, System.Threading.Tasks.Task<'Model>>
Public ReadOnly Property CreateOrUpdateAsync As Func(Of IClient, CreateOrUpdateAsyncParams(Of TModel), Task(Of TModel))

Property Value

Applies to