Uses of Interface
com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
-
Packages that use Resource Package Description com.azure.resourcemanager.resources.fluentcore.arm.collection This package contains the base class for resource collections.com.azure.resourcemanager.resources.fluentcore.arm.models This package contains the base classes for resource models.com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of Resource in com.azure.resourcemanager.resources.fluentcore.arm.collection
Classes in com.azure.resourcemanager.resources.fluentcore.arm.collection with type parameters of type Resource 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 Resource in com.azure.resourcemanager.resources.fluentcore.arm.models
Subinterfaces of Resource in com.azure.resourcemanager.resources.fluentcore.arm.models Modifier and Type Interface Description interfaceGroupableResource<TManager,InnerT>Base interface for resources in resource groups.interfaceIndependentChildResource<ManagerT,InnerT>Interface for the child resource which can be CRUDed independently from the parent resource.Fields in com.azure.resourcemanager.resources.fluentcore.arm.models declared as Resource Modifier and Type Field Description static ResourceResource. DUMMYA dummy resource that does nothing. -
Uses of Resource in com.azure.resourcemanager.resources.models
Subinterfaces of Resource in com.azure.resourcemanager.resources.models Modifier and Type Interface Description interfaceGenericResourceAn immutable client-side representation of an Azure generic resource.interfaceResourceGroupAn immutable client-side representation of an Azure resource group.Methods in com.azure.resourcemanager.resources.models with parameters of type Resource Modifier and Type Method Description TagResourceTagOperations. updateTags(Resource resource, Map<String,String> tags)Updates the tags of the Azure resource.Mono<TagResource>TagOperations. updateTagsAsync(Resource resource, Map<String,String> tags)Updates the tags of the Azure resource.ManagementLock.DefinitionStages.WithLevelManagementLock.DefinitionStages.WithLockedResource. withLockedResource(Resource resource)Specifies the resource to lock.ManagementLock.UpdateManagementLock.UpdateStages.WithLockedResource. withLockedResource(Resource resource)Specifies the resource to lock.
-