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

SecurityRule Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.SecurityRuleTypeConverter))]
public class SecurityRule : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISecurityRule, Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.SecurityRuleTypeConverter))>]
type SecurityRule = class
    interface ISecurityRule
    interface IJsonSerializable
    interface ISubResourceAutoGenerated
    interface IValidates
Public Class SecurityRule
Implements ISecurityRule, IValidates
Inheritance
SecurityRule
Attributes
Implements

Constructors

SecurityRule()

Properties

Access
Description
DestinationAddressPrefix
DestinationApplicationSecurityGroup
DestinationPortRange
Direction
Etag
Id
Name
Priority
PropertiesDestinationAddressPrefixes
PropertiesDestinationPortRanges
PropertiesSourceAddressPrefixes
PropertiesSourcePortRanges
Protocol
ProvisioningState
SourceAddressPrefix
SourceApplicationSecurityGroup
SourcePortRange
Type

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
Validate(IEventListener)

Applies to