Share via


NetworkSecurityPerimeterConfiguration Class

Definition

Network Security Perimeter related configurations of a given namespace

[Microsoft.Rest.Serialization.JsonTransformation]
public class NetworkSecurityPerimeterConfiguration : Microsoft.Azure.Management.EventHub.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type NetworkSecurityPerimeterConfiguration = class
    inherit TrackedResource
Public Class NetworkSecurityPerimeterConfiguration
Inherits TrackedResource
Inheritance
NetworkSecurityPerimeterConfiguration
Attributes

Constructors

NetworkSecurityPerimeterConfiguration()

Initializes a new instance of the NetworkSecurityPerimeterConfiguration class.

NetworkSecurityPerimeterConfiguration(String, String, String, String, IDictionary<String,String>, String, IList<ProvisioningIssue>, NetworkSecurityPerimeter, NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation, NetworkSecurityPerimeterConfigurationPropertiesProfile)

Initializes a new instance of the NetworkSecurityPerimeterConfiguration class.

Properties

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Location

Gets or sets resource location.

(Inherited from TrackedResource)
Name

Gets the name of the resource

(Inherited from Resource)
NetworkSecurityPerimeter
Profile

Gets information about current network profile

ProvisioningIssues

Gets or sets list of Provisioning Issues if any

ProvisioningState

Gets or sets provisioning state of NetworkSecurityPerimeter configuration propagation. Possible values include: 'Unknown', 'Creating', 'Updating', 'Accepted', 'InvalidResponse', 'Succeeded', 'SucceededWithIssues', 'Failed', 'Deleting', 'Deleted', 'Canceled'

ResourceAssociation

Gets information about resource association

Tags

Gets or sets resource tags.

(Inherited from TrackedResource)
Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Applies to