INetworkSecurityPerimeterConfigurationProperties Interface

Definition

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

Properties

NetworkSecurityPerimeterGuid

Guid of the Network Security Perimeter

NetworkSecurityPerimeterId

Azure resource Id

NetworkSecurityPerimeterLocation

Regional location of the perimeter

ProfileAccessRule

Collection of access rules for the profile

ProfileAccessRulesVersion

Access rules version number

ProfileDiagnosticSettingsVersion

Diagnostic settings version number

ProfileEnabledLogCategory

Collection of enabled log categories for the profile

ProfileName

Name of the resource

ProvisioningIssue

Provisioning issues.

ProvisioningState

Current state of this NetworkSecurityPerimeter: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Provisioning ,Succeeded, Canceled and Failed.

ResourceAssociationAccessMode

The access mode

ResourceAssociationName

Name of the Resource Association

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to