Uses of Class
com.azure.resourcemanager.compute.models.GalleryInVMAccessControlProfileUpdate
Packages that use GalleryInVMAccessControlProfileUpdate
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryInVMAccessControlProfileUpdate in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type GalleryInVMAccessControlProfileUpdateModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryInVMAccessControlProfileInner>, GalleryInVMAccessControlProfileInner> GalleryInVMAccessControlProfilesClient.beginUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileUpdate galleryInVMAccessControlProfile) Update a gallery inVMAccessControlProfile.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryInVMAccessControlProfileInner>, GalleryInVMAccessControlProfileInner> GalleryInVMAccessControlProfilesClient.beginUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileUpdate galleryInVMAccessControlProfile, com.azure.core.util.Context context) Update a gallery inVMAccessControlProfile.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryInVMAccessControlProfileInner>, GalleryInVMAccessControlProfileInner> GalleryInVMAccessControlProfilesClient.beginUpdateAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileUpdate galleryInVMAccessControlProfile) Update a gallery inVMAccessControlProfile.GalleryInVMAccessControlProfilesClient.update(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileUpdate galleryInVMAccessControlProfile) Update a gallery inVMAccessControlProfile.GalleryInVMAccessControlProfilesClient.update(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileUpdate galleryInVMAccessControlProfile, com.azure.core.util.Context context) Update a gallery inVMAccessControlProfile.GalleryInVMAccessControlProfilesClient.updateAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileUpdate galleryInVMAccessControlProfile) Update a gallery inVMAccessControlProfile.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> GalleryInVMAccessControlProfilesClient.updateWithResponseAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, GalleryInVMAccessControlProfileUpdate galleryInVMAccessControlProfile) Update a gallery inVMAccessControlProfile. -
Uses of GalleryInVMAccessControlProfileUpdate in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryInVMAccessControlProfileUpdateModifier and TypeMethodDescriptionGalleryInVMAccessControlProfileUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryInVMAccessControlProfileUpdate from the JsonReader.GalleryInVMAccessControlProfileUpdate.withProperties(GalleryInVMAccessControlProfileProperties properties) Set the properties property: Describes the properties of a gallery inVMAccessControlProfile.Set the tags property: Resource tags.