Skip to content
Docs Try Aspire
Docs Try

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; }
NameOutputReference Section titled NameOutputReference BicepOutputReference
Gets the "name" output reference for the resource.
public BicepOutputReference NameOutputReference { get; }