ApplicationSecurityGroups Interface
Implements
public interface ApplicationSecurityGroups
extends SupportsCreating<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 Type | Method and Description |
|---|---|
|
default
Application |
getByResourceGroup(String resourceGroupName, String name, Context context)
Gets the information about a resource from Azure based on the resource name and the name of its resource group. |
Method Details
getByResourceGroup
public default ApplicationSecurityGroup getByResourceGroup(String resourceGroupName, String name, Context context)
Gets the information about a resource from Azure based on the resource name and the name of its resource group.
Parameters:
Returns: