AzureVirtualNetworkResource Properties
Class Properties 4 members
Represents an Azure Virtual Network resource.
Gets the address prefix for the virtual network (e.g., "10.0.0.0/16"), or
null if the address prefix is provided via a ApplicationModel.ParameterResource. public string? AddressPrefix { get; } Gets the parameter resource containing the address prefix for the virtual network, or
null if the address prefix is provided as a literal string. public ParameterResource? AddressPrefixParameter { get; } Gets the "id" output reference from the Azure Virtual Network resource.
public BicepOutputReference Id { get; } Gets the "name" output reference for the resource.
public BicepOutputReference NameOutput { get; }