Share via


IApplicationInsightsComponent.PublicNetworkAccessForIngestion Property

Definition

The network access type for accessing Application Insights ingestion.

[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })]
[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Create=true, Description="The network access type for accessing Application Insights ingestion.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="publicNetworkAccessForIngestion", Update=true)]
public string PublicNetworkAccessForIngestion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Create=true, Description="The network access type for accessing Application Insights ingestion.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="publicNetworkAccessForIngestion", Update=true)>]
member this.PublicNetworkAccessForIngestion : string with get, set
Public Property PublicNetworkAccessForIngestion As String

Property Value

Attributes

Applies to