Skip to content
DocsTry Aspire
DocsTry

AzurePublicIPAddressResource Properties

ClassProperties3 members
Represents an Azure Public IP Address resource.
IdSection titled IdBicepOutputReference
Gets the "id" output reference from the Azure Public IP Address resource.
public BicepOutputReference Id { get; }
IpAddressSection titled IpAddressBicepOutputReference
Gets the "ipAddress" output reference containing the allocated IP address for the resource.
public BicepOutputReference IpAddress { get; }
NameOutputReferenceSection titled NameOutputReferenceBicepOutputReference
Gets the "name" output reference for the resource.
public BicepOutputReference NameOutputReference { get; }