Package version:

Access rule.

interface AccessRule {
    addressPrefixes?: string[];
    direction?: string;
    name?: string;
}

Properties

addressPrefixes?: string[]

Address prefixes that are allowed access. NOTE: This property will not be serialized. It can only be populated by the server.

direction?: string

Direction of the access rule. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Name of the access rule. NOTE: This property will not be serialized. It can only be populated by the server.