Package version:

InterfaceNetworkSecurityPerimeterProfile

Network Security Perimeter profile

interface NetworkSecurityPerimeterProfile {
    accessRules?: AccessRule[];
    accessRulesVersion?: number;
    diagnosticSettingsVersion?: number;
    enabledLogCategories?: string[];
    name?: string;
}

Properties

accessRules?: AccessRule[]

Collection of access rules for the profile NOTE: This property will not be serialized. It can only be populated by the server.

accessRulesVersion?: number

Access rules version number NOTE: This property will not be serialized. It can only be populated by the server.

diagnosticSettingsVersion?: number

Diagnostic settings version number NOTE: This property will not be serialized. It can only be populated by the server.

enabledLogCategories?: string[]

Collection of enabled log categories for the profile NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

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