| Package | Description |
|---|---|
| com.microsoft.azure.arm.resources.collection |
This package contains the base class for resource collections.
|
| com.microsoft.azure.arm.resources.models |
This package contains the base classes for resource models.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SupportsGettingByParent<T,ParentT extends Resource & HasResourceGroup,ManagerT>
Provides access to getting a specific Azure resource based on its resource group and parent.
|
interface |
SupportsListingByParent<T,ParentT extends Resource & HasResourceGroup,ManagerT>
Provides access to listing Azure resources of a specific type in a specific parent resource.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GroupableResourceCore<TManager,InnerT>
Base interface for resources in resource groups.
|
interface |
IndependentChild<ManagerT>
Interface for the child resource which can be CRUDed independently from the parent resource.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/