Interface IndependentChildResource<ManagerT,InnerT>

Type Parameters:
ManagerT - the client manager type representing the service
InnerT - the inner, auto-generated implementation logic object type
All Superinterfaces:
GroupableResource<ManagerT,InnerT>, HasId, HasInner<InnerT>, HasManager<ManagerT>, HasName, HasResourceGroup, IndependentChild<ManagerT>, Indexable, Resource
All Known Subinterfaces:
AppServiceCertificateKeyVaultBinding, AuthorizationRule<RuleT>, DeploymentSlot, FunctionDeploymentSlot, NamespaceAuthorizationRule, Queue, QueueAuthorizationRule, ServiceBusSubscription, Topic, TopicAuthorizationRule, VirtualNetworkGatewayConnection

public interface IndependentChildResource<ManagerT,InnerT> extends GroupableResource<ManagerT,InnerT>, IndependentChild<ManagerT>
Interface for the child resource which can be CRUDed independently from the parent resource.