Show / Hide Table of Contents

Class VirtualNetworkSubnetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VirtualNetworkSubnetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualNetworkSubnetArgs : ResourceArgs

Constructors

View Source

VirtualNetworkSubnetArgs()

Declaration
public VirtualNetworkSubnetArgs()

Properties

View Source

AddressPrefix

The address prefix to use for the subnet.

Declaration
public Input<string> AddressPrefix { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Id

The Resource ID of DDoS Protection Plan.

Declaration
public Input<string> Id { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

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

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<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 Input<string> SecurityGroup { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.