Uses of Class
com.azure.resourcemanager.network.models.SyncMode
Packages that use SyncMode
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of SyncMode in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return SyncModeModifier and TypeMethodDescriptionBackendAddressPoolInner.syncMode()Get the syncMode property: Backend address synchronous mode for the backend pool.BackendAddressPoolPropertiesFormat.syncMode()Get the syncMode property: Backend address synchronous mode for the backend pool.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type SyncModeModifier and TypeMethodDescriptionBackendAddressPoolInner.withSyncMode(SyncMode syncMode) Set the syncMode property: Backend address synchronous mode for the backend pool.BackendAddressPoolPropertiesFormat.withSyncMode(SyncMode syncMode) Set the syncMode property: Backend address synchronous mode for the backend pool. -
Uses of SyncMode in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as SyncModeModifier and TypeFieldDescriptionstatic final SyncModeSyncMode.AUTOMATICStatic value Automatic for SyncMode.static final SyncModeSyncMode.MANUALStatic value Manual for SyncMode.Methods in com.azure.resourcemanager.network.models that return SyncModeModifier and TypeMethodDescriptionstatic SyncModeSyncMode.fromString(String name) Creates or finds a SyncMode from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type SyncModeModifier and TypeMethodDescriptionstatic Collection<SyncMode> SyncMode.values()Gets known SyncMode values.