Interface NetworkSecurityPerimeterServiceTagsClient
public interface NetworkSecurityPerimeterServiceTagsClient
An instance of this class provides access to all the operations defined in NetworkSecurityPerimeterServiceTagsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<NspServiceTagsResourceInner> Gets the list of service tags supported by NSP.com.azure.core.http.rest.PagedIterable<NspServiceTagsResourceInner> Gets the list of service tags supported by NSP.com.azure.core.http.rest.PagedFlux<NspServiceTagsResourceInner> Gets the list of service tags supported by NSP.
-
Method Details
-
listAsync
Gets the list of service tags supported by NSP. These service tags can be used to create access rules in NSP.- Parameters:
location- The location of network security perimeter.- Returns:
- the list of service tags supported by 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 service tags supported by NSP. These service tags can be used to create access rules in NSP.- Parameters:
location- The location of network security perimeter.- Returns:
- the list of service tags supported by 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<NspServiceTagsResourceInner> list(String location, com.azure.core.util.Context context) Gets the list of service tags supported by NSP. These service tags can be used to create access rules in NSP.- Parameters:
location- The location of network security perimeter.context- The context to associate with this operation.- Returns:
- the list of service tags supported by 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.
-