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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET