Uses of Class
com.azure.resourcemanager.network.fluent.models.InboundSecurityRuleInner
-
Packages that use InboundSecurityRuleInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient. -
-
Uses of InboundSecurityRuleInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return InboundSecurityRuleInner Modifier and Type Method Description InboundSecurityRuleInnerInboundSecurityRuleOperationsClient. createOrUpdate(String resourceGroupName, String networkVirtualApplianceName, String ruleCollectionName, InboundSecurityRuleInner parameters)Creates or updates the specified Network Virtual Appliance Inbound Security Rules.InboundSecurityRuleInnerInboundSecurityRuleOperationsClient. createOrUpdate(String resourceGroupName, String networkVirtualApplianceName, String ruleCollectionName, InboundSecurityRuleInner parameters, com.azure.core.util.Context context)Creates or updates the specified Network Virtual Appliance Inbound Security Rules.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type InboundSecurityRuleInner Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InboundSecurityRuleInner>,InboundSecurityRuleInner>InboundSecurityRuleOperationsClient. beginCreateOrUpdate(String resourceGroupName, String networkVirtualApplianceName, String ruleCollectionName, InboundSecurityRuleInner parameters)Creates or updates the specified Network Virtual Appliance Inbound Security Rules.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InboundSecurityRuleInner>,InboundSecurityRuleInner>InboundSecurityRuleOperationsClient. beginCreateOrUpdate(String resourceGroupName, String networkVirtualApplianceName, String ruleCollectionName, InboundSecurityRuleInner parameters)Creates or updates the specified Network Virtual Appliance Inbound Security Rules.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InboundSecurityRuleInner>,InboundSecurityRuleInner>InboundSecurityRuleOperationsClient. beginCreateOrUpdate(String resourceGroupName, String networkVirtualApplianceName, String ruleCollectionName, InboundSecurityRuleInner parameters, com.azure.core.util.Context context)Creates or updates the specified Network Virtual Appliance Inbound Security Rules.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InboundSecurityRuleInner>,InboundSecurityRuleInner>InboundSecurityRuleOperationsClient. beginCreateOrUpdate(String resourceGroupName, String networkVirtualApplianceName, String ruleCollectionName, InboundSecurityRuleInner parameters, com.azure.core.util.Context context)Creates or updates the specified Network Virtual Appliance Inbound Security Rules.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<InboundSecurityRuleInner>,InboundSecurityRuleInner>InboundSecurityRuleOperationsClient. beginCreateOrUpdateAsync(String resourceGroupName, String networkVirtualApplianceName, String ruleCollectionName, InboundSecurityRuleInner parameters)Creates or updates the specified Network Virtual Appliance Inbound Security Rules.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<InboundSecurityRuleInner>,InboundSecurityRuleInner>InboundSecurityRuleOperationsClient. beginCreateOrUpdateAsync(String resourceGroupName, String networkVirtualApplianceName, String ruleCollectionName, InboundSecurityRuleInner parameters)Creates or updates the specified Network Virtual Appliance Inbound Security Rules.Mono<InboundSecurityRuleInner>InboundSecurityRuleOperationsClient. createOrUpdateAsync(String resourceGroupName, String networkVirtualApplianceName, String ruleCollectionName, InboundSecurityRuleInner parameters)Creates or updates the specified Network Virtual Appliance Inbound Security Rules.Methods in com.azure.resourcemanager.network.fluent with parameters of type InboundSecurityRuleInner Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InboundSecurityRuleInner>,InboundSecurityRuleInner>InboundSecurityRuleOperationsClient. beginCreateOrUpdate(String resourceGroupName, String networkVirtualApplianceName, String ruleCollectionName, InboundSecurityRuleInner parameters)Creates or updates the specified Network Virtual Appliance Inbound Security Rules.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InboundSecurityRuleInner>,InboundSecurityRuleInner>InboundSecurityRuleOperationsClient. beginCreateOrUpdate(String resourceGroupName, String networkVirtualApplianceName, String ruleCollectionName, InboundSecurityRuleInner parameters, com.azure.core.util.Context context)Creates or updates the specified Network Virtual Appliance Inbound Security Rules.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<InboundSecurityRuleInner>,InboundSecurityRuleInner>InboundSecurityRuleOperationsClient. beginCreateOrUpdateAsync(String resourceGroupName, String networkVirtualApplianceName, String ruleCollectionName, InboundSecurityRuleInner parameters)Creates or updates the specified Network Virtual Appliance Inbound Security Rules.InboundSecurityRuleInnerInboundSecurityRuleOperationsClient. createOrUpdate(String resourceGroupName, String networkVirtualApplianceName, String ruleCollectionName, InboundSecurityRuleInner parameters)Creates or updates the specified Network Virtual Appliance Inbound Security Rules.InboundSecurityRuleInnerInboundSecurityRuleOperationsClient. createOrUpdate(String resourceGroupName, String networkVirtualApplianceName, String ruleCollectionName, InboundSecurityRuleInner parameters, com.azure.core.util.Context context)Creates or updates the specified Network Virtual Appliance Inbound Security Rules.Mono<InboundSecurityRuleInner>InboundSecurityRuleOperationsClient. createOrUpdateAsync(String resourceGroupName, String networkVirtualApplianceName, String ruleCollectionName, InboundSecurityRuleInner parameters)Creates or updates the specified Network Virtual Appliance Inbound Security Rules.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>InboundSecurityRuleOperationsClient. createOrUpdateWithResponseAsync(String resourceGroupName, String networkVirtualApplianceName, String ruleCollectionName, InboundSecurityRuleInner parameters)Creates or updates the specified Network Virtual Appliance Inbound Security Rules. -
Uses of InboundSecurityRuleInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return InboundSecurityRuleInner Modifier and Type Method Description InboundSecurityRuleInnerInboundSecurityRuleInner. withId(String id)InboundSecurityRuleInnerInboundSecurityRuleInner. withName(String name)Set the name property: Name of security rule collection.InboundSecurityRuleInnerInboundSecurityRuleInner. withRules(List<InboundSecurityRules> rules)Set the rules property: List of allowed rules.
-