Uses of Class
com.azure.resourcemanager.applicationinsights.models.PublicNetworkAccessType
Packages that use PublicNetworkAccessType
Package
Description
Package containing the inner data models for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of PublicNetworkAccessType in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return PublicNetworkAccessTypeModifier and TypeMethodDescriptionApplicationInsightsComponentInner.publicNetworkAccessForIngestion()Get the publicNetworkAccessForIngestion property: The network access type for accessing Application Insights ingestion.ApplicationInsightsComponentProperties.publicNetworkAccessForIngestion()Get the publicNetworkAccessForIngestion property: The network access type for accessing Application Insights ingestion.ApplicationInsightsComponentInner.publicNetworkAccessForQuery()Get the publicNetworkAccessForQuery property: The network access type for accessing Application Insights query.ApplicationInsightsComponentProperties.publicNetworkAccessForQuery()Get the publicNetworkAccessForQuery property: The network access type for accessing Application Insights query.Methods in com.azure.resourcemanager.applicationinsights.fluent.models with parameters of type PublicNetworkAccessTypeModifier and TypeMethodDescriptionApplicationInsightsComponentInner.withPublicNetworkAccessForIngestion(PublicNetworkAccessType publicNetworkAccessForIngestion) Set the publicNetworkAccessForIngestion property: The network access type for accessing Application Insights ingestion.ApplicationInsightsComponentProperties.withPublicNetworkAccessForIngestion(PublicNetworkAccessType publicNetworkAccessForIngestion) Set the publicNetworkAccessForIngestion property: The network access type for accessing Application Insights ingestion.ApplicationInsightsComponentInner.withPublicNetworkAccessForQuery(PublicNetworkAccessType publicNetworkAccessForQuery) Set the publicNetworkAccessForQuery property: The network access type for accessing Application Insights query.ApplicationInsightsComponentProperties.withPublicNetworkAccessForQuery(PublicNetworkAccessType publicNetworkAccessForQuery) Set the publicNetworkAccessForQuery property: The network access type for accessing Application Insights query. -
Uses of PublicNetworkAccessType in com.azure.resourcemanager.applicationinsights.models
Fields in com.azure.resourcemanager.applicationinsights.models declared as PublicNetworkAccessTypeModifier and TypeFieldDescriptionstatic final PublicNetworkAccessTypePublicNetworkAccessType.DISABLEDStatic value Disabled for PublicNetworkAccessType.static final PublicNetworkAccessTypePublicNetworkAccessType.ENABLEDStatic value Enabled for PublicNetworkAccessType.Methods in com.azure.resourcemanager.applicationinsights.models that return PublicNetworkAccessTypeModifier and TypeMethodDescriptionstatic PublicNetworkAccessTypePublicNetworkAccessType.fromString(String name) Creates or finds a PublicNetworkAccessType from its string representation.ApplicationInsightsComponent.publicNetworkAccessForIngestion()Gets the publicNetworkAccessForIngestion property: The network access type for accessing Application Insights ingestion.ApplicationInsightsComponent.publicNetworkAccessForQuery()Gets the publicNetworkAccessForQuery property: The network access type for accessing Application Insights query.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type PublicNetworkAccessTypeModifier and TypeMethodDescriptionstatic Collection<PublicNetworkAccessType>PublicNetworkAccessType.values()Gets known PublicNetworkAccessType values.Methods in com.azure.resourcemanager.applicationinsights.models with parameters of type PublicNetworkAccessTypeModifier and TypeMethodDescriptionApplicationInsightsComponent.DefinitionStages.WithPublicNetworkAccessForIngestion.withPublicNetworkAccessForIngestion(PublicNetworkAccessType publicNetworkAccessForIngestion) Specifies the publicNetworkAccessForIngestion property: The network access type for accessing Application Insights ingestion..ApplicationInsightsComponent.DefinitionStages.WithPublicNetworkAccessForQuery.withPublicNetworkAccessForQuery(PublicNetworkAccessType publicNetworkAccessForQuery) Specifies the publicNetworkAccessForQuery property: The network access type for accessing Application Insights query..