Uses of Class
com.azure.resourcemanager.network.fluent.models.NspLoggingConfigurationInner
Packages that use NspLoggingConfigurationInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of NspLoggingConfigurationInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return NspLoggingConfigurationInnerModifier and TypeMethodDescriptionNetworkSecurityPerimeterLoggingConfigurationsClient.createOrUpdate(String resourceGroupName, String networkSecurityPerimeterName, String loggingConfigurationName, NspLoggingConfigurationInner parameters) Creates or updates NSP logging configuration.NetworkSecurityPerimeterLoggingConfigurationsClient.get(String resourceGroupName, String networkSecurityPerimeterName, String loggingConfigurationName) Gets the NSP logging configuration.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type NspLoggingConfigurationInnerModifier and TypeMethodDescriptionNetworkSecurityPerimeterLoggingConfigurationsClient.createOrUpdateAsync(String resourceGroupName, String networkSecurityPerimeterName, String loggingConfigurationName, NspLoggingConfigurationInner parameters) Creates or updates NSP logging configuration.com.azure.core.http.rest.Response<NspLoggingConfigurationInner> NetworkSecurityPerimeterLoggingConfigurationsClient.createOrUpdateWithResponse(String resourceGroupName, String networkSecurityPerimeterName, String loggingConfigurationName, NspLoggingConfigurationInner parameters, com.azure.core.util.Context context) Creates or updates NSP logging configuration.Mono<com.azure.core.http.rest.Response<NspLoggingConfigurationInner>> NetworkSecurityPerimeterLoggingConfigurationsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkSecurityPerimeterName, String loggingConfigurationName, NspLoggingConfigurationInner parameters) Creates or updates NSP logging configuration.NetworkSecurityPerimeterLoggingConfigurationsClient.getAsync(String resourceGroupName, String networkSecurityPerimeterName, String loggingConfigurationName) Gets the NSP logging configuration.com.azure.core.http.rest.Response<NspLoggingConfigurationInner> NetworkSecurityPerimeterLoggingConfigurationsClient.getWithResponse(String resourceGroupName, String networkSecurityPerimeterName, String loggingConfigurationName, com.azure.core.util.Context context) Gets the NSP logging configuration.Mono<com.azure.core.http.rest.Response<NspLoggingConfigurationInner>> NetworkSecurityPerimeterLoggingConfigurationsClient.getWithResponseAsync(String resourceGroupName, String networkSecurityPerimeterName, String loggingConfigurationName) Gets the NSP logging configuration.com.azure.core.http.rest.PagedIterable<NspLoggingConfigurationInner> NetworkSecurityPerimeterLoggingConfigurationsClient.list(String resourceGroupName, String networkSecurityPerimeterName) Lists the NSP logging configuration.com.azure.core.http.rest.PagedIterable<NspLoggingConfigurationInner> NetworkSecurityPerimeterLoggingConfigurationsClient.list(String resourceGroupName, String networkSecurityPerimeterName, com.azure.core.util.Context context) Lists the NSP logging configuration.com.azure.core.http.rest.PagedFlux<NspLoggingConfigurationInner> NetworkSecurityPerimeterLoggingConfigurationsClient.listAsync(String resourceGroupName, String networkSecurityPerimeterName) Lists the NSP logging configuration.Methods in com.azure.resourcemanager.network.fluent with parameters of type NspLoggingConfigurationInnerModifier and TypeMethodDescriptionNetworkSecurityPerimeterLoggingConfigurationsClient.createOrUpdate(String resourceGroupName, String networkSecurityPerimeterName, String loggingConfigurationName, NspLoggingConfigurationInner parameters) Creates or updates NSP logging configuration.NetworkSecurityPerimeterLoggingConfigurationsClient.createOrUpdateAsync(String resourceGroupName, String networkSecurityPerimeterName, String loggingConfigurationName, NspLoggingConfigurationInner parameters) Creates or updates NSP logging configuration.com.azure.core.http.rest.Response<NspLoggingConfigurationInner> NetworkSecurityPerimeterLoggingConfigurationsClient.createOrUpdateWithResponse(String resourceGroupName, String networkSecurityPerimeterName, String loggingConfigurationName, NspLoggingConfigurationInner parameters, com.azure.core.util.Context context) Creates or updates NSP logging configuration.Mono<com.azure.core.http.rest.Response<NspLoggingConfigurationInner>> NetworkSecurityPerimeterLoggingConfigurationsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkSecurityPerimeterName, String loggingConfigurationName, NspLoggingConfigurationInner parameters) Creates or updates NSP logging configuration. -
Uses of NspLoggingConfigurationInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return NspLoggingConfigurationInnerModifier and TypeMethodDescriptionstatic NspLoggingConfigurationInnerNspLoggingConfigurationInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NspLoggingConfigurationInner from the JsonReader.NspLoggingConfigurationInner.withEnabledLogCategories(List<String> enabledLogCategories) Set the enabledLogCategories property: The log categories to enable in the NSP logging configuration.NspLoggingConfigurationInner.withVersion(String version) Set the version property: The version of the NSP logging configuration. -
Uses of NspLoggingConfigurationInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type NspLoggingConfigurationInnerModifier and TypeMethodDescriptionNspLoggingConfigurationListResult.value()Get the value property: Gets a page of NSP logging configuration.Method parameters in com.azure.resourcemanager.network.models with type arguments of type NspLoggingConfigurationInnerModifier and TypeMethodDescriptionNspLoggingConfigurationListResult.withValue(List<NspLoggingConfigurationInner> value) Set the value property: Gets a page of NSP logging configuration.