SubnetPropertiesFormat Class

Definition

Properties of the subnet.

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

Constructors

SubnetPropertiesFormat()

Creates an new SubnetPropertiesFormat instance.

Properties

AddressPrefix

The address prefix for the subnet.

AddressPrefixes

List of address prefixes for the subnet.

ApplicationGatewayIPConfiguration

Application gateway IP configurations of virtual network resource.

DefaultSecurityRule

The default security rules of network security group.

Delegation

An array of references to the delegations on the subnet.

DisableBgpRoutePropagation

Whether to disable the routes learned by BGP on that route table. True means disable.

FlowLog

A collection of references to flow log resources.

IPAllocation

Array of IpAllocation which reference this subnet.

IPConfiguration

An array of references to the network interface IP configurations using subnet.

IPConfigurationProfile

Array of IP configuration profiles which reference this subnet.

NatGatewayId

Resource ID.

NetworkInterface

A collection of references to network interfaces.

NetworkSecurityGroupEtag

A unique read-only string that changes whenever the resource is updated.

NetworkSecurityGroupId

Resource ID.

NetworkSecurityGroupLocation

Resource location.

NetworkSecurityGroupName

Resource name.

NetworkSecurityGroupPropertiesProvisioningState

The provisioning state of the network security group resource.

NetworkSecurityGroupPropertiesResourceGuid

The resource GUID property of the network security group resource.

NetworkSecurityGroupPropertiesSubnet

A collection of references to subnets.

NetworkSecurityGroupTag

Resource tags.

NetworkSecurityGroupType

Resource type.

PrivateEndpoint

An array of references to private endpoints.

PrivateEndpointNetworkPolicy

Enable or Disable apply network policies on private end point in the subnet.

PrivateLinkServiceNetworkPolicy

Enable or Disable apply network policies on private link service in the subnet.

ProvisioningState

The provisioning state of the subnet resource.

Purpose

A read-only string identifying the intention of use for this subnet based on delegations and other user-defined properties.

ResourceNavigationLink

An array of references to the external resources using subnet.

Route

Collection of routes contained within a route table.

RouteTableEtag

A unique read-only string that changes whenever the resource is updated.

RouteTableId

Resource ID.

RouteTableLocation

Resource location.

RouteTableName

Resource name.

RouteTablePropertiesProvisioningState

The provisioning state of the route table resource.

RouteTablePropertiesResourceGuid

The resource GUID property of the route table.

RouteTablePropertiesSubnet

A collection of references to subnets.

RouteTableTag

Resource tags.

RouteTableType

Resource type.

SecurityRule

A collection of security rules of the network security group.

ServiceAssociationLink

An array of references to services injecting into this subnet.

ServiceEndpoint

An array of service endpoints.

ServiceEndpointPolicy

An array of service endpoint policies.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SubnetPropertiesFormat.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SubnetPropertiesFormat.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SubnetPropertiesFormat into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to