Uses of Interface
com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup
-
Packages that use HasResourceGroup Package Description com.microsoft.azure.management.resources This package contains the classes for ResourceManagementClient.com.microsoft.azure.management.resources.fluentcore.arm.collection This package contains the base class for resource collections.com.microsoft.azure.management.resources.fluentcore.arm.models This package contains the base classes for resource models. -
-
Uses of HasResourceGroup in com.microsoft.azure.management.resources
Subinterfaces of HasResourceGroup in com.microsoft.azure.management.resources Modifier and Type Interface Description interfaceGenericResourceAn immutable client-side representation of an Azure generic resource. -
Uses of HasResourceGroup in com.microsoft.azure.management.resources.fluentcore.arm.collection
Classes in com.microsoft.azure.management.resources.fluentcore.arm.collection with type parameters of type HasResourceGroup Modifier and Type Interface Description interfaceSupportsGettingByParent<T,ParentT extends Resource & HasResourceGroup,ManagerT>Provides access to getting a specific Azure resource based on its resource group and parent.interfaceSupportsListingByParent<T,ParentT extends Resource & HasResourceGroup,ManagerT>Provides access to listing Azure resources of a specific type in a specific parent resource. -
Uses of HasResourceGroup in com.microsoft.azure.management.resources.fluentcore.arm.models
Subinterfaces of HasResourceGroup in com.microsoft.azure.management.resources.fluentcore.arm.models Modifier and Type Interface Description interfaceGroupableResource<TManager,InnerT>Base interface for resources in resource groups.interfaceIndependentChild<ManagerT>Interface for the child resource which can be CRUDed independently from the parent resource.interfaceIndependentChildResource<ManagerT,InnerT>Interface for the child resource which can be CRUDed independently from the parent resource.
-