ResourceStrategy 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 static class ResourceStrategy
type ResourceStrategy = class
Public Class ResourceStrategy
Inheritance
Methods
Create<TModel,TClient,TOperation>(ResourceType, Func<TClient,
TOperation>, Func<TOperation,GetAsyncParams,Task<TModel>>, Func<TOperation,
CreateOrUpdateAsyncParams<TModel>,Task<TModel>>, Func<TModel,
String>, Action<TModel,String>, Func<TModel,Int32>, Boolean, Func<TModel,
Boolean>)
Create<TModel,TClient,TOperation>(ResourceType, Func<TClient,
TOperation>, Func<TOperation,GetAsyncParams,Task<TModel>>, Func<TOperation,
CreateOrUpdateAsyncParams<TModel>,Task<TModel>>, Func<TModel,
String>, Action<TModel,String>, Func<TModel,Int32>, Boolean)
Applies to