Uses of Enum
com.azure.resourcemanager.batch.models.DynamicVNetAssignmentScope
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of DynamicVNetAssignmentScope in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionNetworkConfiguration.dynamicVnetAssignmentScope()
Get the dynamicVnetAssignmentScope property: The scope of dynamic vnet assignment.static DynamicVNetAssignmentScope
DynamicVNetAssignmentScope.fromString
(String value) Parses a serialized value to a DynamicVNetAssignmentScope instance.static DynamicVNetAssignmentScope
Returns the enum constant of this type with the specified name.static DynamicVNetAssignmentScope[]
DynamicVNetAssignmentScope.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionNetworkConfiguration.withDynamicVnetAssignmentScope
(DynamicVNetAssignmentScope dynamicVnetAssignmentScope) Set the dynamicVnetAssignmentScope property: The scope of dynamic vnet assignment.