Uses of Class
com.azure.resourcemanager.compute.models.GalleryInVMAccessControlProfileVersionUpdate
Packages that use GalleryInVMAccessControlProfileVersionUpdate
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryInVMAccessControlProfileVersionUpdate in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type GalleryInVMAccessControlProfileVersionUpdateModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryInVMAccessControlProfileVersionInner>, GalleryInVMAccessControlProfileVersionInner> GalleryInVMAccessControlProfileVersionsClient.beginUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion) Update a gallery inVMAccessControlProfile version.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryInVMAccessControlProfileVersionInner>, GalleryInVMAccessControlProfileVersionInner> GalleryInVMAccessControlProfileVersionsClient.beginUpdate(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion, com.azure.core.util.Context context) Update a gallery inVMAccessControlProfile version.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryInVMAccessControlProfileVersionInner>, GalleryInVMAccessControlProfileVersionInner> GalleryInVMAccessControlProfileVersionsClient.beginUpdateAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion) Update a gallery inVMAccessControlProfile version.GalleryInVMAccessControlProfileVersionsClient.update(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion) Update a gallery inVMAccessControlProfile version.GalleryInVMAccessControlProfileVersionsClient.update(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion, com.azure.core.util.Context context) Update a gallery inVMAccessControlProfile version.GalleryInVMAccessControlProfileVersionsClient.updateAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion) Update a gallery inVMAccessControlProfile version.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> GalleryInVMAccessControlProfileVersionsClient.updateWithResponseAsync(String resourceGroupName, String galleryName, String inVMAccessControlProfileName, String inVMAccessControlProfileVersionName, GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion) Update a gallery inVMAccessControlProfile version. -
Uses of GalleryInVMAccessControlProfileVersionUpdate in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryInVMAccessControlProfileVersionUpdateModifier and TypeMethodDescriptionGalleryInVMAccessControlProfileVersionUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryInVMAccessControlProfileVersionUpdate from the JsonReader.GalleryInVMAccessControlProfileVersionUpdate.withDefaultAccess(EndpointAccess defaultAccess) Set the defaultAccess property: This property allows you to specify if the requests will be allowed to access the host endpoints.GalleryInVMAccessControlProfileVersionUpdate.withExcludeFromLatest(Boolean excludeFromLatest) Set the excludeFromLatest property: If set to true, Virtual Machines deployed from the latest version of the Resource Profile won't use this Profile version.GalleryInVMAccessControlProfileVersionUpdate.withMode(AccessControlRulesMode mode) Set the mode property: This property allows you to specify whether the access control rules are in Audit mode, in Enforce mode or Disabled.GalleryInVMAccessControlProfileVersionUpdate.withRules(AccessControlRules rules) Set the rules property: This is the Access Control Rules specification for an inVMAccessControlProfile version.Set the tags property: Resource tags.GalleryInVMAccessControlProfileVersionUpdate.withTargetLocations(List<TargetRegion> targetLocations) Set the targetLocations property: The target regions where the Resource Profile version is going to be replicated to.