Show / Hide Table of Contents

Class VirtualNetworkSubnet

Inheritance
System.Object
VirtualNetworkSubnet
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualNetworkSubnet

Fields

View Source

AddressPrefix

The address prefix to use for the subnet.

Declaration
public readonly string AddressPrefix
Field Value
Type Description
System.String
View Source

Id

The Resource ID of DDoS Protection Plan.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

The name of the virtual network. Changing this forces a new resource to be created.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

SecurityGroup

The Network Security Group to associate with the subnet. (Referenced by id, ie. azurerm_network_security_group.example.id)

Declaration
public readonly string SecurityGroup
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.