AzurePublicIPAddressResource
Class net8.0
Represents an Azure Public IP Address resource.
namespace Aspire.Hosting.Azure;
public class AzurePublicIPAddressResource : Aspire.Hosting.Azure.AzureProvisioningResource{ // ...} AzureProvisioningResource
5 members
Remarks
Section titled Remarks Use
AzureProvisioningResourceExtensions.ConfigureInfrastructure to configure specific Azure.Provisioning properties such as DNS labels, zones, or IP version. Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesIdgetBicepOutputReference Gets the "id" output reference from the Azure Public IP Address resource.
IpAddressgetBicepOutputReference Gets the "ipAddress" output reference containing the allocated IP address for the resource.
NameOutputgetBicepOutputReference Gets the "name" output reference for the resource.