Uses of Class
com.azure.resourcemanager.containerregistry.models.ScopeMapUpdateParameters
Packages that use ScopeMapUpdateParameters
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of ScopeMapUpdateParameters in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent with parameters of type ScopeMapUpdateParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScopeMapInner>, ScopeMapInner> ScopeMapsClient.beginUpdate(String resourceGroupName, String registryName, String scopeMapName, ScopeMapUpdateParameters scopeMapUpdateParameters) Updates a scope map with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScopeMapInner>, ScopeMapInner> ScopeMapsClient.beginUpdate(String resourceGroupName, String registryName, String scopeMapName, ScopeMapUpdateParameters scopeMapUpdateParameters, com.azure.core.util.Context context) Updates a scope map with the specified parameters.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ScopeMapInner>, ScopeMapInner> ScopeMapsClient.beginUpdateAsync(String resourceGroupName, String registryName, String scopeMapName, ScopeMapUpdateParameters scopeMapUpdateParameters) Updates a scope map with the specified parameters.ScopeMapsClient.update(String resourceGroupName, String registryName, String scopeMapName, ScopeMapUpdateParameters scopeMapUpdateParameters) Updates a scope map with the specified parameters.ScopeMapsClient.update(String resourceGroupName, String registryName, String scopeMapName, ScopeMapUpdateParameters scopeMapUpdateParameters, com.azure.core.util.Context context) Updates a scope map with the specified parameters.ScopeMapsClient.updateAsync(String resourceGroupName, String registryName, String scopeMapName, ScopeMapUpdateParameters scopeMapUpdateParameters) Updates a scope map with the specified parameters.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> ScopeMapsClient.updateWithResponseAsync(String resourceGroupName, String registryName, String scopeMapName, ScopeMapUpdateParameters scopeMapUpdateParameters) Updates a scope map with the specified parameters. -
Uses of ScopeMapUpdateParameters in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return ScopeMapUpdateParametersModifier and TypeMethodDescriptionstatic ScopeMapUpdateParametersScopeMapUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ScopeMapUpdateParameters from the JsonReader.ScopeMapUpdateParameters.withActions(List<String> actions) Set the actions property: The list of scope permissions for registry artifacts.ScopeMapUpdateParameters.withDescription(String description) Set the description property: The user friendly description of the scope map.