Skip to content
DocsTry Aspire
DocsTry

AzureVirtualNetworkResource Properties

ClassProperties4 members
Represents an Azure Virtual Network resource.
AddressPrefixSection titled AddressPrefixnullablestring?
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; }
AddressPrefixParameterSection titled AddressPrefixParameternullableParameterResource?
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; }
IdSection titled IdBicepOutputReference
Gets the "id" output reference from the Azure Virtual Network resource.
public BicepOutputReference Id { get; }
NameOutputReferenceSection titled NameOutputReferenceBicepOutputReference
Gets the "name" output reference for the resource.
public BicepOutputReference NameOutputReference { get; }