Uses of Class
com.azure.resourcemanager.iotcentral.models.NetworkRuleSets
-
Packages that use NetworkRuleSets Package Description com.azure.resourcemanager.iotcentral.fluent.models Package containing the inner data models for IotCentralClient.com.azure.resourcemanager.iotcentral.models Package containing the data models for IotCentralClient. -
-
Uses of NetworkRuleSets in com.azure.resourcemanager.iotcentral.fluent.models
Methods in com.azure.resourcemanager.iotcentral.fluent.models that return NetworkRuleSets Modifier and Type Method Description NetworkRuleSets
AppInner. networkRuleSets()
Get the networkRuleSets property: Network Rule Set Properties of this IoT Central application.NetworkRuleSets
AppProperties. networkRuleSets()
Get the networkRuleSets property: Network Rule Set Properties of this IoT Central application.Methods in com.azure.resourcemanager.iotcentral.fluent.models with parameters of type NetworkRuleSets Modifier and Type Method Description AppInner
AppInner. withNetworkRuleSets(NetworkRuleSets networkRuleSets)
Set the networkRuleSets property: Network Rule Set Properties of this IoT Central application.AppProperties
AppProperties. withNetworkRuleSets(NetworkRuleSets networkRuleSets)
Set the networkRuleSets property: Network Rule Set Properties of this IoT Central application. -
Uses of NetworkRuleSets in com.azure.resourcemanager.iotcentral.models
Methods in com.azure.resourcemanager.iotcentral.models that return NetworkRuleSets Modifier and Type Method Description NetworkRuleSets
App. networkRuleSets()
Gets the networkRuleSets property: Network Rule Set Properties of this IoT Central application.NetworkRuleSets
AppPatch. networkRuleSets()
Get the networkRuleSets property: Network Rule Set Properties of this IoT Central application.NetworkRuleSets
NetworkRuleSets. withApplyToDevices(Boolean applyToDevices)
Set the applyToDevices property: Whether these rules apply for device connectivity to IoT Hub and Device Provisioning service associated with this application.NetworkRuleSets
NetworkRuleSets. withApplyToIoTCentral(Boolean applyToIoTCentral)
Set the applyToIoTCentral property: Whether these rules apply for connectivity via IoT Central web portal and APIs.NetworkRuleSets
NetworkRuleSets. withDefaultAction(NetworkAction defaultAction)
Set the defaultAction property: The default network action to apply.NetworkRuleSets
NetworkRuleSets. withIpRules(List<NetworkRuleSetIpRule> ipRules)
Set the ipRules property: List of IP rules.Methods in com.azure.resourcemanager.iotcentral.models with parameters of type NetworkRuleSets Modifier and Type Method Description App.DefinitionStages.WithCreate
App.DefinitionStages.WithNetworkRuleSets. withNetworkRuleSets(NetworkRuleSets networkRuleSets)
Specifies the networkRuleSets property: Network Rule Set Properties of this IoT Central application..App.Update
App.UpdateStages.WithNetworkRuleSets. withNetworkRuleSets(NetworkRuleSets networkRuleSets)
Specifies the networkRuleSets property: Network Rule Set Properties of this IoT Central application..AppPatch
AppPatch. withNetworkRuleSets(NetworkRuleSets networkRuleSets)
Set the networkRuleSets property: Network Rule Set Properties of this IoT Central application.
-