Uses of Enum
com.azure.resourcemanager.batch.models.DynamicVNetAssignmentScope
Packages that use DynamicVNetAssignmentScope
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of DynamicVNetAssignmentScope in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return DynamicVNetAssignmentScopeModifier and TypeMethodDescriptionNetworkConfiguration.dynamicVnetAssignmentScope()Get the dynamicVnetAssignmentScope property: The scope of dynamic vnet assignment.static DynamicVNetAssignmentScopeDynamicVNetAssignmentScope.fromString(String value) Parses a serialized value to a DynamicVNetAssignmentScope instance.static DynamicVNetAssignmentScopeReturns 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.Methods in com.azure.resourcemanager.batch.models with parameters of type DynamicVNetAssignmentScopeModifier and TypeMethodDescriptionNetworkConfiguration.withDynamicVnetAssignmentScope(DynamicVNetAssignmentScope dynamicVnetAssignmentScope) Set the dynamicVnetAssignmentScope property: The scope of dynamic vnet assignment.