你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

INetworkSecurityPerimeterConfigurationProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.NetworkSecurityPerimeterConfigurationPropertiesTypeConverter))]
public interface INetworkSecurityPerimeterConfigurationProperties : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.NetworkSecurityPerimeterConfigurationPropertiesTypeConverter))>]
type INetworkSecurityPerimeterConfigurationProperties = interface
    interface IJsonSerializable
Public Interface INetworkSecurityPerimeterConfigurationProperties
Implements IJsonSerializable
Derived
Attributes
Implements

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to