Skip to content
Docs Try Aspire

AzurePublicIPAddressResource Properties

Class Properties 3 members
Represents an Azure Public IP Address resource.
Id Section titled Id BicepOutputReference
Gets the "id" output reference from the Azure Public IP Address resource.
public BicepOutputReference Id { get; }
IpAddress Section titled IpAddress BicepOutputReference
Gets the "ipAddress" output reference containing the allocated IP address for the resource.
public BicepOutputReference IpAddress { get; }
NameOutput Section titled NameOutput BicepOutputReference
Gets the "name" output reference for the resource.
public BicepOutputReference NameOutput { get; }