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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET