INetworkSecurityPerimeterIdentity Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.NetworkSecurityPerimeterIdentityTypeConverter))]
public interface INetworkSecurityPerimeterIdentity : Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkSecurityPerimeter.Models.NetworkSecurityPerimeterIdentityTypeConverter))>]
type INetworkSecurityPerimeterIdentity = interface
interface IJsonSerializable
Public Interface INetworkSecurityPerimeterIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AccessRuleName |
The name of the NSP access rule. |
| AssociationName |
The name of the NSP association. |
| Id |
Resource identity path |
| LinkName |
The name of the NSP link. |
| LinkReferenceName |
The name of the NSP linkReference. |
| Location |
The location of network security perimeter. |
| LoggingConfigurationName |
The name of the NSP logging configuration. Accepts 'instance' as name. |
| NetworkSecurityPerimeterName |
The name of the network security perimeter. |
| OperationId |
The operation id of the async operation. |
| ProfileName |
The name of the NSP profile. |
| ResourceGroupName |
The name of the resource group. |
| SubscriptionId |
The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |