Uses of Class
com.azure.compute.batch.models.SecurityProfile
Packages that use SecurityProfile
-
Uses of SecurityProfile in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return SecurityProfileModifier and TypeMethodDescriptionstatic SecurityProfileSecurityProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SecurityProfile from the JsonReader.VirtualMachineConfiguration.getSecurityProfile()Get the securityProfile property: Specifies the security profile settings for the virtual machine or virtual machine scale set.Methods in com.azure.compute.batch.models with parameters of type SecurityProfileModifier and TypeMethodDescriptionVirtualMachineConfiguration.setSecurityProfile(SecurityProfile securityProfile) Set the securityProfile property: Specifies the security profile settings for the virtual machine or virtual machine scale set.