Uses of Class
com.azure.resourcemanager.resources.fluent.models.ChangeResourceResultInner
Packages that use ChangeResourceResultInner
Package
Description
Package containing the service clients for ResourceManagementClient.
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of ChangeResourceResultInner in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent that return ChangeResourceResultInnerModifier and TypeMethodDescriptionChangesClient.get(String resourceGroupName, String resourceProviderNamespace, String resourceType, String resourceName, String changeResourceId) Obtains the specified change resource for the target resource.Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type ChangeResourceResultInnerModifier and TypeMethodDescriptionChangesClient.getAsync(String resourceGroupName, String resourceProviderNamespace, String resourceType, String resourceName, String changeResourceId) Obtains the specified change resource for the target resource.com.azure.core.http.rest.Response<ChangeResourceResultInner> ChangesClient.getWithResponse(String resourceGroupName, String resourceProviderNamespace, String resourceType, String resourceName, String changeResourceId, com.azure.core.util.Context context) Obtains the specified change resource for the target resource.Mono<com.azure.core.http.rest.Response<ChangeResourceResultInner>> ChangesClient.getWithResponseAsync(String resourceGroupName, String resourceProviderNamespace, String resourceType, String resourceName, String changeResourceId) Obtains the specified change resource for the target resource.com.azure.core.http.rest.PagedIterable<ChangeResourceResultInner> ChangesClient.list(String resourceGroupName, String resourceProviderNamespace, String resourceType, String resourceName) Obtains a list of change resources from the past 14 days for the target resource.com.azure.core.http.rest.PagedIterable<ChangeResourceResultInner> ChangesClient.list(String resourceGroupName, String resourceProviderNamespace, String resourceType, String resourceName, Long top, String skipToken, com.azure.core.util.Context context) Obtains a list of change resources from the past 14 days for the target resource.com.azure.core.http.rest.PagedFlux<ChangeResourceResultInner> ChangesClient.listAsync(String resourceGroupName, String resourceProviderNamespace, String resourceType, String resourceName) Obtains a list of change resources from the past 14 days for the target resource.com.azure.core.http.rest.PagedFlux<ChangeResourceResultInner> ChangesClient.listAsync(String resourceGroupName, String resourceProviderNamespace, String resourceType, String resourceName, Long top, String skipToken) Obtains a list of change resources from the past 14 days for the target resource. -
Uses of ChangeResourceResultInner in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return ChangeResourceResultInnerModifier and TypeMethodDescriptionstatic ChangeResourceResultInnerChangeResourceResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ChangeResourceResultInner from the JsonReader.ChangeResourceResultInner.withProperties(ChangeProperties properties) Set the properties property: The properties of a change. -
Uses of ChangeResourceResultInner in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return types with arguments of type ChangeResourceResultInnerModifier and TypeMethodDescriptionChangeResourceListResult.value()Get the value property: The list of resources.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type ChangeResourceResultInnerModifier and TypeMethodDescriptionChangeResourceListResult.withValue(List<ChangeResourceResultInner> value) Set the value property: The list of resources.