EventHubsNetworkSecurityPerimeterConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Network Security Perimeter related configurations of a given namespace.
public class EventHubsNetworkSecurityPerimeterConfiguration : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventHubs.Models.EventHubsNetworkSecurityPerimeterConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventHubs.Models.EventHubsNetworkSecurityPerimeterConfiguration>
type EventHubsNetworkSecurityPerimeterConfiguration = class
inherit ResourceData
interface IJsonModel<EventHubsNetworkSecurityPerimeterConfiguration>
interface IPersistableModel<EventHubsNetworkSecurityPerimeterConfiguration>
Public Class EventHubsNetworkSecurityPerimeterConfiguration
Inherits ResourceData
Implements IJsonModel(Of EventHubsNetworkSecurityPerimeterConfiguration), IPersistableModel(Of EventHubsNetworkSecurityPerimeterConfiguration)
- Inheritance
- Implements
Constructors
EventHubsNetworkSecurityPerimeterConfiguration() |
Initializes a new instance of EventHubsNetworkSecurityPerimeterConfiguration. |
Properties
ApplicableFeatures |
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 ResourceData) |
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. (Inherited from ResourceData) |
NetworkSecurityPerimeter |
NetworkSecurityPerimeter related information. |
ParentAssociationName |
Source Resource Association name. |
Profile |
Information about current network profile. |
ProvisioningIssues |
List of Provisioning Issues if any. |
ProvisioningState |
Provisioning state of NetworkSecurityPerimeter configuration propagation. |
ResourceAssociation |
Information about resource association. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SourceResourceId |
ARM Id of source resource. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
IJsonModel<EventHubsNetworkSecurityPerimeterConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<EventHubsNetworkSecurityPerimeterConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<EventHubsNetworkSecurityPerimeterConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<EventHubsNetworkSecurityPerimeterConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<EventHubsNetworkSecurityPerimeterConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET