Uses of Class
com.azure.resourcemanager.compute.fluent.models.GalleryInVMAccessControlProfileVersionProperties
Packages that use GalleryInVMAccessControlProfileVersionProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of GalleryInVMAccessControlProfileVersionProperties in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return GalleryInVMAccessControlProfileVersionPropertiesModifier and TypeMethodDescriptionGalleryInVMAccessControlProfileVersionProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryInVMAccessControlProfileVersionProperties from the JsonReader.GalleryInVMAccessControlProfileVersionProperties.withDefaultAccess(EndpointAccess defaultAccess) Set the defaultAccess property: This property allows you to specify if the requests will be allowed to access the host endpoints.GalleryInVMAccessControlProfileVersionProperties.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.GalleryInVMAccessControlProfileVersionProperties.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.GalleryInVMAccessControlProfileVersionProperties.withRules(AccessControlRules rules) Set the rules property: This is the Access Control Rules specification for an inVMAccessControlProfile version.GalleryInVMAccessControlProfileVersionProperties.withTargetLocations(List<TargetRegion> targetLocations) Set the targetLocations property: The target regions where the Resource Profile version is going to be replicated to.