| 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.
|
| Modifier and Type | Method and Description |
|---|---|
InboundSecurityRuleInner |
InboundSecurityRuleOperationsClient.createOrUpdate(String resourceGroupName,
String networkVirtualApplianceName,
String ruleCollectionName,
InboundSecurityRuleInner parameters)
Creates or updates the specified Network Virtual Appliance Inbound Security Rules.
|
InboundSecurityRuleInner |
InboundSecurityRuleOperationsClient.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.
|
| Modifier and Type | Method and 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.
|
InboundSecurityRuleInner |
InboundSecurityRuleOperationsClient.createOrUpdate(String resourceGroupName,
String networkVirtualApplianceName,
String ruleCollectionName,
InboundSecurityRuleInner parameters)
Creates or updates the specified Network Virtual Appliance Inbound Security Rules.
|
InboundSecurityRuleInner |
InboundSecurityRuleOperationsClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
InboundSecurityRuleInner |
InboundSecurityRuleInner.withId(String id) |
InboundSecurityRuleInner |
InboundSecurityRuleInner.withName(String name)
Set the name property: Name of security rule collection.
|
InboundSecurityRuleInner |
InboundSecurityRuleInner.withRules(List<InboundSecurityRules> rules)
Set the rules property: List of allowed rules.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.