你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IInheritedBehaviors 接口

定义

从实例化父对象继承的方法和属性。

public interface IInheritedBehaviors
type IInheritedBehaviors = interface
Public Interface IInheritedBehaviors
派生

属性

CustomBehaviors

此集合最初是通过实例化或通过从实例化父对象复制 (继承) 填充的。 在此模型中,集合是独立的,但成员是共享引用。 此集合的成员更改或自定义Azure Batch Service 客户端对象的各种行为。 这些行为通常由任何子类实例继承。
修改按集合的顺序应用。 最后一次写入获胜。

适用于