Share via


NetworkSecurityPerimeterConfigurationPropertiesProfile Class

Definition

Information about current network profile

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

Constructors

NetworkSecurityPerimeterConfigurationPropertiesProfile()

Creates an new NetworkSecurityPerimeterConfigurationPropertiesProfile instance.

Properties

AccessRule

List of Access Rules

AccessRulesVersion

Current access rules version

Name

Name of the resource

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkSecurityPerimeterConfigurationPropertiesProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkSecurityPerimeterConfigurationPropertiesProfile.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkSecurityPerimeterConfigurationPropertiesProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to