com.azure.resourcemanager.security.fluent.JitNetworkAccessPoliciesClient Maven / Gradle / Ivy
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.security.fluent;
import com.azure.core.annotation.ReturnType;
import com.azure.core.annotation.ServiceMethod;
import com.azure.core.http.rest.PagedIterable;
import com.azure.core.http.rest.Response;
import com.azure.core.util.Context;
import com.azure.resourcemanager.security.fluent.models.JitNetworkAccessPolicyInner;
import com.azure.resourcemanager.security.fluent.models.JitNetworkAccessRequestInner;
import com.azure.resourcemanager.security.models.JitNetworkAccessPolicyInitiateRequest;
/**
* An instance of this class provides access to all the operations defined in JitNetworkAccessPoliciesClient.
*/
public interface JitNetworkAccessPoliciesClient {
/**
* Policies for protecting resources using Just-in-Time access control.
*
* @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 paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable list();
/**
* Policies for protecting resources using Just-in-Time access control.
*
* @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 paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable list(Context context);
/**
* Policies for protecting resources using Just-in-Time access control for the subscription, location.
*
* @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from Get
* locations.
* @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 paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable listByRegion(String ascLocation);
/**
* Policies for protecting resources using Just-in-Time access control for the subscription, location.
*
* @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from Get
* locations.
* @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 paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable listByRegion(String ascLocation, Context context);
/**
* Policies for protecting resources using Just-in-Time access control for the subscription, location.
*
* @param resourceGroupName The name of the resource group within the user's subscription. The name is case
* insensitive.
* @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 paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable listByResourceGroup(String resourceGroupName);
/**
* Policies for protecting resources using Just-in-Time access control for the subscription, location.
*
* @param resourceGroupName The name of the resource group within the user's subscription. The name is case
* insensitive.
* @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 paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable listByResourceGroup(String resourceGroupName, Context context);
/**
* Policies for protecting resources using Just-in-Time access control for the subscription, location.
*
* @param resourceGroupName The name of the resource group within the user's subscription. The name is case
* insensitive.
* @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from Get
* locations.
* @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 paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable listByResourceGroupAndRegion(String resourceGroupName,
String ascLocation);
/**
* Policies for protecting resources using Just-in-Time access control for the subscription, location.
*
* @param resourceGroupName The name of the resource group within the user's subscription. The name is case
* insensitive.
* @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from Get
* locations.
* @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 paginated response with {@link PagedIterable}.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable listByResourceGroupAndRegion(String resourceGroupName,
String ascLocation, Context context);
/**
* Policies for protecting resources using Just-in-Time access control for the subscription, location.
*
* @param resourceGroupName The name of the resource group within the user's subscription. The name is case
* insensitive.
* @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from Get
* locations.
* @param jitNetworkAccessPolicyName Name of a Just-in-Time access configuration policy.
* @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 response body along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response getWithResponse(String resourceGroupName, String ascLocation,
String jitNetworkAccessPolicyName, Context context);
/**
* Policies for protecting resources using Just-in-Time access control for the subscription, location.
*
* @param resourceGroupName The name of the resource group within the user's subscription. The name is case
* insensitive.
* @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from Get
* locations.
* @param jitNetworkAccessPolicyName Name of a Just-in-Time access configuration policy.
* @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 response.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
JitNetworkAccessPolicyInner get(String resourceGroupName, String ascLocation, String jitNetworkAccessPolicyName);
/**
* Create a policy for protecting resources using Just-in-Time access control.
*
* @param resourceGroupName The name of the resource group within the user's subscription. The name is case
* insensitive.
* @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from Get
* locations.
* @param jitNetworkAccessPolicyName Name of a Just-in-Time access configuration policy.
* @param body The body parameter.
* @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 response body along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response createOrUpdateWithResponse(String resourceGroupName, String ascLocation,
String jitNetworkAccessPolicyName, JitNetworkAccessPolicyInner body, Context context);
/**
* Create a policy for protecting resources using Just-in-Time access control.
*
* @param resourceGroupName The name of the resource group within the user's subscription. The name is case
* insensitive.
* @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from Get
* locations.
* @param jitNetworkAccessPolicyName Name of a Just-in-Time access configuration policy.
* @param body The body parameter.
* @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 response.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
JitNetworkAccessPolicyInner createOrUpdate(String resourceGroupName, String ascLocation,
String jitNetworkAccessPolicyName, JitNetworkAccessPolicyInner body);
/**
* Delete a Just-in-Time access control policy.
*
* @param resourceGroupName The name of the resource group within the user's subscription. The name is case
* insensitive.
* @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from Get
* locations.
* @param jitNetworkAccessPolicyName Name of a Just-in-Time access configuration policy.
* @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 Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response deleteWithResponse(String resourceGroupName, String ascLocation, String jitNetworkAccessPolicyName,
Context context);
/**
* Delete a Just-in-Time access control policy.
*
* @param resourceGroupName The name of the resource group within the user's subscription. The name is case
* insensitive.
* @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from Get
* locations.
* @param jitNetworkAccessPolicyName Name of a Just-in-Time access configuration policy.
* @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.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
void delete(String resourceGroupName, String ascLocation, String jitNetworkAccessPolicyName);
/**
* Initiate a JIT access from a specific Just-in-Time policy configuration.
*
* @param resourceGroupName The name of the resource group within the user's subscription. The name is case
* insensitive.
* @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from Get
* locations.
* @param jitNetworkAccessPolicyName Name of a Just-in-Time access configuration policy.
* @param body The body parameter.
* @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 response body along with {@link Response}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
Response initiateWithResponse(String resourceGroupName, String ascLocation,
String jitNetworkAccessPolicyName, JitNetworkAccessPolicyInitiateRequest body, Context context);
/**
* Initiate a JIT access from a specific Just-in-Time policy configuration.
*
* @param resourceGroupName The name of the resource group within the user's subscription. The name is case
* insensitive.
* @param ascLocation The location where ASC stores the data of the subscription. can be retrieved from Get
* locations.
* @param jitNetworkAccessPolicyName Name of a Just-in-Time access configuration policy.
* @param body The body parameter.
* @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 response.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
JitNetworkAccessRequestInner initiate(String resourceGroupName, String ascLocation,
String jitNetworkAccessPolicyName, JitNetworkAccessPolicyInitiateRequest body);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy