IIndependentChild<ManagerT> Interface

Definition

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