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 sealed class NestedResourceConfig<TModel,TParenModel> : Microsoft.Azure.Commands.Common.Strategies.IEntityConfig<TModel>, Microsoft.Azure.Commands.Common.Strategies.INestedResourceConfig<TParenModel> where TModel : class where TParenModel : class
type NestedResourceConfig<'Model, 'ParenModel (requires 'Model : null and 'ParenModel : null)> = class
interface INestedResourceConfig<'ParenModel (requires 'ParenModel : null)>
interface INestedResourceConfig
interface IEntityConfig
interface IEntityConfig<'Model (requires 'Model : null)>
Public NotInheritable Class NestedResourceConfig(Of TModel, TParenModel)
Implements IEntityConfig(Of TModel), INestedResourceConfig(Of TParenModel)