Package version:

InterfaceNetworkSecurityPerimeterConfiguration

Properties that define a Network Security Perimeter resource.

interface NetworkSecurityPerimeterConfiguration {
    id?: string;
    name?: string;
    networkSecurityPerimeter?: NetworkSecurityPerimeter;
    profile?: NetworkSecurityPerimeterProfile;
    provisioningIssues?: ProvisioningIssue[];
    provisioningState?: string;
    resourceAssociation?: ResourceAssociation;
    type?: string;
}

Properties

id?: string

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

name?: string

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

networkSecurityPerimeter?: NetworkSecurityPerimeter

The Network Security Perimeter associated with this configuration.

Network Security Perimeter profile

provisioningIssues?: ProvisioningIssue[]

Provisioning issues. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Current state of this NetworkSecurityPerimeter: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Provisioning ,Succeeded, Canceled and Failed. NOTE: This property will not be serialized. It can only be populated by the server.

resourceAssociation?: ResourceAssociation

The Resource Association.

type?: string

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