IInheritedBehaviors Interface
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.
Methods and properties that are inherited from the instantiating parent object.
public interface IInheritedBehaviors
type IInheritedBehaviors = interface
Public Interface IInheritedBehaviors
- Derived
Properties
CustomBehaviors |
This collection is initially populated by instantiation or by copying from the instantiating parent object (inheritance).
In this model, the collections are independent but the members are shared references.
Members of this collection alter or customize various behaviors of Azure Batch Service client objects.
These behaviors are generally inherited by any child class instances. |
Applies to
Azure SDK for .NET