Manager<InnerT> 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 abstract class Manager<InnerT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ManagerBase, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<InnerT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IManager<InnerT>
type Manager<'InnerT> = class
inherit ManagerBase
interface IManager<'InnerT>
interface IHasInner<'InnerT>
interface IManagerBase
Public MustInherit Class Manager(Of InnerT)
Inherits ManagerBase
Implements IHasInner(Of InnerT), IManager(Of InnerT)
Type Parameters
- InnerT
- Inheritance
- Derived
- Implements
Constructors
Manager<InnerT>(RestClient, String, InnerT) |
Properties
Inner | |
ResourceManager | (Inherited from ManagerBase) |
RestClient | |
SubscriptionId | (Inherited from ManagerBase) |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET