Share via


NetworkSecurityPerimeterConfiguration Class

Definition

Network Security Perimeter related configurations of a given namespace

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.NetworkSecurityPerimeterConfigurationTypeConverter))]
public class NetworkSecurityPerimeterConfiguration : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.INetworkSecurityPerimeterConfiguration, Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.IValidates
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.NetworkSecurityPerimeterConfigurationTypeConverter))>]
type NetworkSecurityPerimeterConfiguration = class
    interface INetworkSecurityPerimeterConfiguration
    interface IJsonSerializable
    interface IProxyResource
    interface IValidates
Public Class NetworkSecurityPerimeterConfiguration
Implements INetworkSecurityPerimeterConfiguration, IValidates
Inheritance
NetworkSecurityPerimeterConfiguration
Attributes
Implements

Constructors

NetworkSecurityPerimeterConfiguration()

Creates an new NetworkSecurityPerimeterConfiguration 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.

Id

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

IsBackingResource

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

Location

The geo-location where the resource lives

Name

The name of the resource

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

Type

The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkSecurityPerimeterConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkSecurityPerimeterConfiguration.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkSecurityPerimeterConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to