Share via


NetworkSecurityPerimeterConfigurationProperties Class

Definition

Properties of NetworkSecurityPerimeterConfiguration

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.NetworkSecurityPerimeterConfigurationPropertiesTypeConverter))]
public class NetworkSecurityPerimeterConfigurationProperties : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.INetworkSecurityPerimeterConfigurationProperties
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.NetworkSecurityPerimeterConfigurationPropertiesTypeConverter))>]
type NetworkSecurityPerimeterConfigurationProperties = class
    interface INetworkSecurityPerimeterConfigurationProperties
    interface IJsonSerializable
Public Class NetworkSecurityPerimeterConfigurationProperties
Implements INetworkSecurityPerimeterConfigurationProperties
Inheritance
NetworkSecurityPerimeterConfigurationProperties
Attributes
Implements

Constructors

NetworkSecurityPerimeterConfigurationProperties()

Creates an new NetworkSecurityPerimeterConfigurationProperties instance.

Properties

ApplicableFeature

Indicates that the NSP controls related to backing association are only applicable to a specific feature in backing resource's data plane.

IsBackingResource

True if the EventHub namespace is backed by another Azure resource and not visible to end users.

NetworkSecurityPerimeterGuid

Guid of the resource

NetworkSecurityPerimeterId

Fully qualified identifier of the resource

NetworkSecurityPerimeterLocation

Location of the resource

ParentAssociationName

Source Resource Association name

ProfileAccessRule

List of Access Rules

ProfileAccessRulesVersion

Current access rules version

ProfileName

Name of the resource

ProvisioningIssue

List of Provisioning Issues if any

ProvisioningState

Provisioning state of NetworkSecurityPerimeter configuration propagation

ResourceAssociationAccessMode

Access Mode of the resource association

ResourceAssociationName

Name of the resource association

SourceResourceId

ARM Id of source resource

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkSecurityPerimeterConfigurationProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkSecurityPerimeterConfigurationProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.INetworkSecurityPerimeterConfigurationProperties.

FromJsonString(String)

Creates a new instance of NetworkSecurityPerimeterConfigurationProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkSecurityPerimeterConfigurationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to