[FEATURE REQ] Add InboundIpAddress data to WebSiteData #47911
Labels
App Services
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Mgmt
This issue is related to a management-plane library.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Library name
Azure.ResourceManager.AppService v1.3.0
Please describe the feature.
Currently
public partial class WebSiteData : TrackedResourceData
has some of the properties from a WebApp Resource JSON, but not all.I would like to request that the InboundIpAddress data would be added to the WebSiteData class.
This helps developers to use the inbound ip address to set new custom domains using azure-sdk-for-net.
The text was updated successfully, but these errors were encountered: