Class VirtualNetworkState
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.DevTest
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualNetworkState : ResourceArgs
Constructors
View SourceVirtualNetworkState()
Declaration
public VirtualNetworkState()
Properties
View SourceDescription
A description for the Virtual Network.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
Subnet
A subnet block as defined below.
Declaration
public Input<VirtualNetworkSubnetGetArgs> Subnet { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<VirtualNetworkSubnetGetArgs> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
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> |