Package version:

Interface NetworkSecurityPerimeterConfiguration

The Network Security Perimeter configuration resource.

interface NetworkSecurityPerimeterConfiguration {
    id?: string;
    name?: string;
    networkSecurityPerimeter?: NetworkSecurityPerimeter;
    profile?: NetworkSecurityPerimeterConfigurationPropertiesProfile;
    provisioningIssues?: ProvisioningIssue[];
    provisioningState?: string;
    resourceAssociation?: NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation;
    systemData?: SystemData;
    type?: string;
}

Hierarchy (view full)

Properties

id?: string

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

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

networkSecurityPerimeter?: NetworkSecurityPerimeter

NetworkSecurityPerimeter related information NOTE: This property will not be serialized. It can only be populated by the server.

Network Security Perimeter profile NOTE: This property will not be serialized. It can only be populated by the server.

provisioningIssues?: ProvisioningIssue[]

List of Provisioning Issues if any NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Provisioning state of Network Security Perimeter configuration propagation NOTE: This property will not be serialized. It can only be populated by the server.

Information about resource association NOTE: This property will not be serialized. It can only be populated by the server.

systemData?: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.