你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 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.

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:

resourceGroupName - the name of the resource group the resource is in
name - the name of the application security group. (Note, this is not the ID)
context - the Context of the request

Returns:

an immutable representation of the resource

Applies to