Uses of Enum
com.azure.resourcemanager.batch.models.SecurityTypes
Packages that use SecurityTypes
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of SecurityTypes in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return SecurityTypesModifier and TypeMethodDescriptionstatic SecurityTypesSecurityTypes.fromString(String value) Parses a serialized value to a SecurityTypes instance.SecurityProfile.securityType()Get the securityType property: Specifies the SecurityType of the virtual machine.static SecurityTypesReturns the enum constant of this type with the specified name.static SecurityTypes[]SecurityTypes.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.batch.models with parameters of type SecurityTypesModifier and TypeMethodDescriptionSecurityProfile.withSecurityType(SecurityTypes securityType) Set the securityType property: Specifies the SecurityType of the virtual machine.