NetworkSecurityGroupPropertiesFormat Class

Definition

Network Security Group resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.NetworkSecurityGroupPropertiesFormatTypeConverter))]
public class NetworkSecurityGroupPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkSecurityGroupPropertiesFormat
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.NetworkSecurityGroupPropertiesFormatTypeConverter))>]
type NetworkSecurityGroupPropertiesFormat = class
    interface INetworkSecurityGroupPropertiesFormat
    interface IJsonSerializable
Public Class NetworkSecurityGroupPropertiesFormat
Implements INetworkSecurityGroupPropertiesFormat
Inheritance
NetworkSecurityGroupPropertiesFormat
Attributes
Implements

Constructors

NetworkSecurityGroupPropertiesFormat()

Creates an new NetworkSecurityGroupPropertiesFormat instance.

Properties

DefaultSecurityRule

The default security rules of network security group.

FlowLog

A collection of references to flow log resources.

NetworkInterface

A collection of references to network interfaces.

ProvisioningState

The provisioning state of the network security group resource.

ResourceGuid

The resource GUID property of the network security group resource.

SecurityRule

A collection of security rules of the network security group.

Subnet

A collection of references to subnets.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkSecurityGroupPropertiesFormat.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkSecurityGroupPropertiesFormat.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INetworkSecurityGroupPropertiesFormat.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkSecurityGroupPropertiesFormat into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to