Uses of Class
com.azure.resourcemanager.network.models.DeviceProperties
-
Packages that use DeviceProperties Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of DeviceProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return DeviceProperties Modifier and Type Method Description DevicePropertiesVpnSiteInner. deviceProperties()Get the deviceProperties property: The device properties.DevicePropertiesVpnSiteProperties. deviceProperties()Get the deviceProperties property: The device properties.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type DeviceProperties Modifier and Type Method Description VpnSiteInnerVpnSiteInner. withDeviceProperties(DeviceProperties deviceProperties)Set the deviceProperties property: The device properties.VpnSitePropertiesVpnSiteProperties. withDeviceProperties(DeviceProperties deviceProperties)Set the deviceProperties property: The device properties. -
Uses of DeviceProperties in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return DeviceProperties Modifier and Type Method Description DevicePropertiesDeviceProperties. withDeviceModel(String deviceModel)Set the deviceModel property: Model of the device.DevicePropertiesDeviceProperties. withDeviceVendor(String deviceVendor)Set the deviceVendor property: Name of the device Vendor.DevicePropertiesDeviceProperties. withLinkSpeedInMbps(Integer linkSpeedInMbps)Set the linkSpeedInMbps property: Link speed.
-