Uses of Class
com.azure.compute.batch.models.DynamicVNetAssignmentScope
Packages that use DynamicVNetAssignmentScope
-
Uses of DynamicVNetAssignmentScope in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as DynamicVNetAssignmentScopeModifier and TypeFieldDescriptionstatic final DynamicVNetAssignmentScope
DynamicVNetAssignmentScope.JOB
Dynamic VNet assignment is done per-job.static final DynamicVNetAssignmentScope
DynamicVNetAssignmentScope.NONE
No dynamic VNet assignment is enabled.Methods in com.azure.compute.batch.models that return DynamicVNetAssignmentScopeModifier and TypeMethodDescriptionstatic DynamicVNetAssignmentScope
DynamicVNetAssignmentScope.fromString
(String name) Creates or finds a DynamicVNetAssignmentScope from its string representation.NetworkConfiguration.getDynamicVNetAssignmentScope()
Get the dynamicVNetAssignmentScope property: The scope of dynamic vnet assignment.Methods in com.azure.compute.batch.models that return types with arguments of type DynamicVNetAssignmentScopeModifier and TypeMethodDescriptionstatic Collection
<DynamicVNetAssignmentScope> DynamicVNetAssignmentScope.values()
Gets known DynamicVNetAssignmentScope values.Methods in com.azure.compute.batch.models with parameters of type DynamicVNetAssignmentScopeModifier and TypeMethodDescriptionNetworkConfiguration.setDynamicVNetAssignmentScope
(DynamicVNetAssignmentScope dynamicVNetAssignmentScope) Set the dynamicVNetAssignmentScope property: The scope of dynamic vnet assignment.