IIndependentChild<ManagerT> 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.
Interface for the child resource which can be CRUDed independently from the parent resource.
public interface IIndependentChild<ManagerT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<ManagerT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasResourceGroup
type IIndependentChild<'ManagerT> = interface
interface IHasName
interface IHasId
interface IHasResourceGroup
interface IHasManager<'ManagerT>
Public Interface IIndependentChild(Of ManagerT)
Implements IHasId, IHasManager(Of ManagerT), IHasName, IHasResourceGroup
Type Parameters
- ManagerT
- Derived
- Implements
Properties
Id |
Gets the resource id string (Inherited from IHasId) |
Manager |
Gets the manager client type of this resource type. (Inherited from IHasManager<ManagerT>) |
Name |
Gets the name of the resource (Inherited from IHasName) |
ResourceGroupName | (Inherited from IHasResourceGroup) |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET