Show / Hide Table of Contents

Class VirtualNetworkState

Inheritance
System.Object
InputArgs
ResourceArgs
VirtualNetworkState
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.DevTest
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualNetworkState : ResourceArgs

Constructors

View Source

VirtualNetworkState()

Declaration
public VirtualNetworkState()

Properties

View Source

Description

A description for the Virtual Network.

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

LabName

Specifies the name of the Dev Test Lab in which the Virtual Network should be created. Changing this forces a new resource to be created.

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

Name

Specifies the name of the Dev Test 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

ResourceGroupName

The name of the resource group in which the Dev Test Lab resource exists. Changing this forces a new resource to be created.

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

Subnet

A subnet block as defined below.

Declaration
public Input<VirtualNetworkSubnetGetArgs> Subnet { get; set; }
Property Value
Type Description
Input<VirtualNetworkSubnetGetArgs>
View Source

Tags

A mapping of tags to assign to the resource.

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

UniqueIdentifier

The unique immutable identifier of the Dev Test Virtual Network.

Declaration
public Input<string> UniqueIdentifier { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.