Interface NetworkSecurityPerimeterAssociableResourceTypesClient
public interface NetworkSecurityPerimeterAssociableResourceTypesClient
An instance of this class provides access to all the operations defined in
NetworkSecurityPerimeterAssociableResourceTypesClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<PerimeterAssociableResourceInner> Gets the list of resources that are onboarded with NSP.com.azure.core.http.rest.PagedIterable<PerimeterAssociableResourceInner> Gets the list of resources that are onboarded with NSP.com.azure.core.http.rest.PagedFlux<PerimeterAssociableResourceInner> Gets the list of resources that are onboarded with NSP.
-
Method Details
-
listAsync
Gets the list of resources that are onboarded with NSP. These resources can be associated with a network security perimeter.- Parameters:
location- The location of network security perimeter.- Returns:
- the list of resources that are onboarded with NSP as paginated response with
PagedFlux. - Throws:
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.
-
list
Gets the list of resources that are onboarded with NSP. These resources can be associated with a network security perimeter.- Parameters:
location- The location of network security perimeter.- Returns:
- the list of resources that are onboarded with NSP as paginated response with
PagedIterable. - Throws:
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.
-
list
com.azure.core.http.rest.PagedIterable<PerimeterAssociableResourceInner> list(String location, com.azure.core.util.Context context) Gets the list of resources that are onboarded with NSP. These resources can be associated with a network security perimeter.- Parameters:
location- The location of network security perimeter.context- The context to associate with this operation.- Returns:
- the list of resources that are onboarded with NSP as paginated response with
PagedIterable. - Throws:
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.
-