com.azure.resourcemanager.network.fluent.InboundSecurityRuleOperationsClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-resourcemanager-network Show documentation
Show all versions of azure-resourcemanager-network Show documentation
This package contains Microsoft Azure Network Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.network.fluent;
import com.azure.core.annotation.ReturnType;
import com.azure.core.annotation.ServiceMethod;
import com.azure.core.http.rest.Response;
import com.azure.core.management.polling.PollResult;
import com.azure.core.util.Context;
import com.azure.core.util.polling.PollerFlux;
import com.azure.core.util.polling.SyncPoller;
import com.azure.resourcemanager.network.fluent.models.InboundSecurityRuleInner;
import java.nio.ByteBuffer;
import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono;
/**
* An instance of this class provides access to all the operations defined in InboundSecurityRuleOperationsClient.
*/
public interface InboundSecurityRuleOperationsClient {
/**
* Creates or updates the specified Network Virtual Appliance Inbound Security Rules.
*
* @param resourceGroupName The name of the resource group.
* @param networkVirtualApplianceName The name of the Network Virtual Appliance.
* @param ruleCollectionName The name of security rule collection.
* @param parameters Parameters supplied to the create or update Network Virtual Appliance Inbound Security Rules
* operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return nVA Inbound Security Rule resource along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono>> createOrUpdateWithResponseAsync(String resourceGroupName,
String networkVirtualApplianceName, String ruleCollectionName, InboundSecurityRuleInner parameters);
/**
* Creates or updates the specified Network Virtual Appliance Inbound Security Rules.
*
* @param resourceGroupName The name of the resource group.
* @param networkVirtualApplianceName The name of the Network Virtual Appliance.
* @param ruleCollectionName The name of security rule collection.
* @param parameters Parameters supplied to the create or update Network Virtual Appliance Inbound Security Rules
* operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link PollerFlux} for polling of nVA Inbound Security Rule resource.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
PollerFlux, InboundSecurityRuleInner> beginCreateOrUpdateAsync(
String resourceGroupName, String networkVirtualApplianceName, String ruleCollectionName,
InboundSecurityRuleInner parameters);
/**
* Creates or updates the specified Network Virtual Appliance Inbound Security Rules.
*
* @param resourceGroupName The name of the resource group.
* @param networkVirtualApplianceName The name of the Network Virtual Appliance.
* @param ruleCollectionName The name of security rule collection.
* @param parameters Parameters supplied to the create or update Network Virtual Appliance Inbound Security Rules
* operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link SyncPoller} for polling of nVA Inbound Security Rule resource.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller, InboundSecurityRuleInner> beginCreateOrUpdate(
String resourceGroupName, String networkVirtualApplianceName, String ruleCollectionName,
InboundSecurityRuleInner parameters);
/**
* Creates or updates the specified Network Virtual Appliance Inbound Security Rules.
*
* @param resourceGroupName The name of the resource group.
* @param networkVirtualApplianceName The name of the Network Virtual Appliance.
* @param ruleCollectionName The name of security rule collection.
* @param parameters Parameters supplied to the create or update Network Virtual Appliance Inbound Security Rules
* operation.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the {@link SyncPoller} for polling of nVA Inbound Security Rule resource.
*/
@ServiceMethod(returns = ReturnType.LONG_RUNNING_OPERATION)
SyncPoller, InboundSecurityRuleInner> beginCreateOrUpdate(
String resourceGroupName, String networkVirtualApplianceName, String ruleCollectionName,
InboundSecurityRuleInner parameters, Context context);
/**
* Creates or updates the specified Network Virtual Appliance Inbound Security Rules.
*
* @param resourceGroupName The name of the resource group.
* @param networkVirtualApplianceName The name of the Network Virtual Appliance.
* @param ruleCollectionName The name of security rule collection.
* @param parameters Parameters supplied to the create or update Network Virtual Appliance Inbound Security Rules
* operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return nVA Inbound Security Rule resource on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Mono createOrUpdateAsync(String resourceGroupName, String networkVirtualApplianceName,
String ruleCollectionName, InboundSecurityRuleInner parameters);
/**
* Creates or updates the specified Network Virtual Appliance Inbound Security Rules.
*
* @param resourceGroupName The name of the resource group.
* @param networkVirtualApplianceName The name of the Network Virtual Appliance.
* @param ruleCollectionName The name of security rule collection.
* @param parameters Parameters supplied to the create or update Network Virtual Appliance Inbound Security Rules
* operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return nVA Inbound Security Rule resource.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
InboundSecurityRuleInner createOrUpdate(String resourceGroupName, String networkVirtualApplianceName,
String ruleCollectionName, InboundSecurityRuleInner parameters);
/**
* Creates or updates the specified Network Virtual Appliance Inbound Security Rules.
*
* @param resourceGroupName The name of the resource group.
* @param networkVirtualApplianceName The name of the Network Virtual Appliance.
* @param ruleCollectionName The name of security rule collection.
* @param parameters Parameters supplied to the create or update Network Virtual Appliance Inbound Security Rules
* operation.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return nVA Inbound Security Rule resource.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
InboundSecurityRuleInner createOrUpdate(String resourceGroupName, String networkVirtualApplianceName,
String ruleCollectionName, InboundSecurityRuleInner parameters, Context context);
}