Interface ApplicationSecurityGroups
- All Superinterfaces:
HasManager<NetworkManager>, SupportsBatchCreation<ApplicationSecurityGroup>, SupportsBatchDeletion, SupportsCreating<ApplicationSecurityGroup.DefinitionStages.Blank>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsGettingById<ApplicationSecurityGroup>, SupportsGettingByResourceGroup<ApplicationSecurityGroup>, SupportsListing<ApplicationSecurityGroup>, SupportsListingByResourceGroup<ApplicationSecurityGroup>
public interface ApplicationSecurityGroups
extends SupportsCreating<ApplicationSecurityGroup.DefinitionStages.Blank>, SupportsListing<ApplicationSecurityGroup>, SupportsListingByResourceGroup<ApplicationSecurityGroup>, SupportsGettingByResourceGroup<ApplicationSecurityGroup>, SupportsGettingById<ApplicationSecurityGroup>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsBatchCreation<ApplicationSecurityGroup>, SupportsBatchDeletion, HasManager<NetworkManager>
Entry point to application security group management.
-
Method Summary
Modifier and TypeMethodDescriptiondefault ApplicationSecurityGroupgetByResourceGroup(String resourceGroupName, String name, com.azure.core.util.Context context) Gets the information about a resource from Azure based on the resource name and the name of its resource group.Methods inherited from interface HasManager
managerMethods inherited from interface SupportsBatchCreation
create, create, createAsync, createAsyncMethods inherited from interface SupportsBatchDeletion
deleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsyncMethods inherited from interface SupportsCreating
defineMethods inherited from interface SupportsDeletingById
deleteById, deleteByIdAsyncMethods inherited from interface SupportsDeletingByResourceGroup
deleteByResourceGroup, deleteByResourceGroupAsyncMethods inherited from interface SupportsGettingById
getById, getByIdAsyncMethods inherited from interface SupportsGettingByResourceGroup
getByResourceGroup, getByResourceGroupAsyncMethods inherited from interface SupportsListing
list, listAsyncMethods inherited from interface SupportsListingByResourceGroup
listByResourceGroup, listByResourceGroupAsync
-
Method Details
-
getByResourceGroup
default ApplicationSecurityGroup getByResourceGroup(String resourceGroupName, String name, com.azure.core.util.Context context) Gets the information about a resource from Azure based on the resource name and the name of its resource group.- Parameters:
resourceGroupName- the name of the resource group the resource is inname- the name of the application security group. (Note, this is not the ID)context- theContextof the request- Returns:
- an immutable representation of the resource
-