Skip to content
Docs Try Aspire

AzureVirtualNetworkResource Properties

Class Properties 4 members
Represents an Azure Virtual Network resource.
AddressPrefix Section titled AddressPrefix nullable string?
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; }
AddressPrefixParameter Section titled AddressPrefixParameter nullable ParameterResource?
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; }
Id Section titled Id BicepOutputReference
Gets the "id" output reference from the Azure Virtual Network resource.
public BicepOutputReference Id { get; }
NameOutput Section titled NameOutput BicepOutputReference
Gets the "name" output reference for the resource.
public BicepOutputReference NameOutput { get; }