public interface InboundSecurityRuleOperationsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InboundSecurityRuleInner>,InboundSecurityRuleInner> |
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> |
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> |
beginCreateOrUpdateAsync(String resourceGroupName,
String networkVirtualApplianceName,
String ruleCollectionName,
InboundSecurityRuleInner parameters)
Creates or updates the specified Network Virtual Appliance Inbound Security Rules.
|
InboundSecurityRuleInner |
createOrUpdate(String resourceGroupName,
String networkVirtualApplianceName,
String ruleCollectionName,
InboundSecurityRuleInner parameters)
Creates or updates the specified Network Virtual Appliance Inbound Security Rules.
|
InboundSecurityRuleInner |
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> |
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>>> |
createOrUpdateWithResponseAsync(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>>> createOrUpdateWithResponseAsync(String resourceGroupName, String networkVirtualApplianceName, String ruleCollectionName, InboundSecurityRuleInner parameters)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.ruleCollectionName - The name of security rule collection.parameters - Parameters supplied to the create or update Network Virtual Appliance Inbound Security Rules
operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<InboundSecurityRuleInner>,InboundSecurityRuleInner> beginCreateOrUpdateAsync(String resourceGroupName, String networkVirtualApplianceName, String ruleCollectionName, InboundSecurityRuleInner parameters)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.ruleCollectionName - The name of security rule collection.parameters - Parameters supplied to the create or update Network Virtual Appliance Inbound Security Rules
operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InboundSecurityRuleInner>,InboundSecurityRuleInner> beginCreateOrUpdate(String resourceGroupName, String networkVirtualApplianceName, String ruleCollectionName, InboundSecurityRuleInner parameters)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.ruleCollectionName - The name of security rule collection.parameters - Parameters supplied to the create or update Network Virtual Appliance Inbound Security Rules
operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<InboundSecurityRuleInner>,InboundSecurityRuleInner> beginCreateOrUpdate(String resourceGroupName, String networkVirtualApplianceName, String ruleCollectionName, InboundSecurityRuleInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.ruleCollectionName - The name of security rule collection.parameters - Parameters supplied to the create or update Network Virtual Appliance Inbound Security Rules
operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<InboundSecurityRuleInner> createOrUpdateAsync(String resourceGroupName, String networkVirtualApplianceName, String ruleCollectionName, InboundSecurityRuleInner parameters)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.ruleCollectionName - The name of security rule collection.parameters - Parameters supplied to the create or update Network Virtual Appliance Inbound Security Rules
operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.InboundSecurityRuleInner createOrUpdate(String resourceGroupName, String networkVirtualApplianceName, String ruleCollectionName, InboundSecurityRuleInner parameters)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.ruleCollectionName - The name of security rule collection.parameters - Parameters supplied to the create or update Network Virtual Appliance Inbound Security Rules
operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.InboundSecurityRuleInner createOrUpdate(String resourceGroupName, String networkVirtualApplianceName, String ruleCollectionName, InboundSecurityRuleInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.ruleCollectionName - The name of security rule collection.parameters - Parameters supplied to the create or update Network Virtual Appliance Inbound Security Rules
operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.