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

INetworkSecurityPerimeterConfiguration Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.NetworkSecurityPerimeterConfigurationTypeConverter))]
public interface INetworkSecurityPerimeterConfiguration : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api20.IProxyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.NetworkSecurityPerimeterConfigurationTypeConverter))>]
type INetworkSecurityPerimeterConfiguration = interface
    interface IJsonSerializable
    interface IProxyResource
Public Interface INetworkSecurityPerimeterConfiguration
Implements IProxyResource
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.

Id

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

(Inherited from IProxyResource)
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

(Inherited from IProxyResource)
Name

The name of the resource

(Inherited from IProxyResource)
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"

(Inherited from IProxyResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to