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

IApplicationSecurityGroup 接口

定义

应用程序安全组。

public interface IApplicationSecurityGroup : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.Network.Fluent.INetworkManager,Microsoft.Azure.Management.Network.Fluent.Models.ApplicationSecurityGroupInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationSecurityGroupInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Network.Fluent.INetworkManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Network.Fluent.IApplicationSecurityGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Network.Fluent.ApplicationSecurityGroup.Update.IUpdate>
type IApplicationSecurityGroup = interface
    interface IBeta
    interface IGroupableResource<INetworkManager, ApplicationSecurityGroupInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<INetworkManager>
    interface IHasInner<ApplicationSecurityGroupInner>
    interface IRefreshable<IApplicationSecurityGroup>
    interface IUpdatable<IUpdate>
Public Interface IApplicationSecurityGroup
Implements IBeta, IGroupableResource(Of INetworkManager, ApplicationSecurityGroupInner), IHasInner(Of ApplicationSecurityGroupInner), IHasManager(Of INetworkManager), IRefreshable(Of IApplicationSecurityGroup), IUpdatable(Of IUpdate)
实现

属性

Id

获取资源 ID 字符串

(继承自 IHasId)
Inner

应用程序安全组。

(继承自 IHasInner<T>)
Key

应用程序安全组。

(继承自 IIndexable)
Manager

获取此资源类型的管理器客户端类型。

(继承自 IHasManager<ManagerT>)
Name

获取资源的名称

(继承自 IHasName)
ProvisioningState

获取应用程序安全组资源的预配状态。

Region

应用程序安全组。

(继承自 IResource)
RegionName

应用程序安全组。

(继承自 IResource)
ResourceGroupName

应用程序安全组。

(继承自 IHasResourceGroup)
ResourceGuid

获取应用程序安全组资源的资源 GUID 属性。 它唯一标识资源,即使用户更改其名称或跨订阅或资源组迁移资源也是如此。

Tags

应用程序安全组。

(继承自 IResource)
Type

应用程序安全组。

(继承自 IResource)

方法

Refresh()

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
RefreshAsync(CancellationToken)

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
Update()

应用程序安全组。

(继承自 IUpdatable<T>)

适用于