Gets the NSP logging configuration.
Uses Azure REST API version 2024-06-01-preview.
Other available API versions: 2024-07-01, 2024-10-01, 2025-01-01, 2025-03-01, 2025-05-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native network [ApiVersion]. See the version guide for details.
Using getNetworkSecurityPerimeterLoggingConfiguration
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getNetworkSecurityPerimeterLoggingConfiguration(args: GetNetworkSecurityPerimeterLoggingConfigurationArgs, opts?: InvokeOptions): Promise<GetNetworkSecurityPerimeterLoggingConfigurationResult>
function getNetworkSecurityPerimeterLoggingConfigurationOutput(args: GetNetworkSecurityPerimeterLoggingConfigurationOutputArgs, opts?: InvokeOptions): Output<GetNetworkSecurityPerimeterLoggingConfigurationResult>def get_network_security_perimeter_logging_configuration(logging_configuration_name: Optional[str] = None,
network_security_perimeter_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNetworkSecurityPerimeterLoggingConfigurationResult
def get_network_security_perimeter_logging_configuration_output(logging_configuration_name: Optional[pulumi.Input[str]] = None,
network_security_perimeter_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNetworkSecurityPerimeterLoggingConfigurationResult]func LookupNetworkSecurityPerimeterLoggingConfiguration(ctx *Context, args *LookupNetworkSecurityPerimeterLoggingConfigurationArgs, opts ...InvokeOption) (*LookupNetworkSecurityPerimeterLoggingConfigurationResult, error)
func LookupNetworkSecurityPerimeterLoggingConfigurationOutput(ctx *Context, args *LookupNetworkSecurityPerimeterLoggingConfigurationOutputArgs, opts ...InvokeOption) LookupNetworkSecurityPerimeterLoggingConfigurationResultOutput> Note: This function is named LookupNetworkSecurityPerimeterLoggingConfiguration in the Go SDK.
public static class GetNetworkSecurityPerimeterLoggingConfiguration
{
public static Task<GetNetworkSecurityPerimeterLoggingConfigurationResult> InvokeAsync(GetNetworkSecurityPerimeterLoggingConfigurationArgs args, InvokeOptions? opts = null)
public static Output<GetNetworkSecurityPerimeterLoggingConfigurationResult> Invoke(GetNetworkSecurityPerimeterLoggingConfigurationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNetworkSecurityPerimeterLoggingConfigurationResult> getNetworkSecurityPerimeterLoggingConfiguration(GetNetworkSecurityPerimeterLoggingConfigurationArgs args, InvokeOptions options)
public static Output<GetNetworkSecurityPerimeterLoggingConfigurationResult> getNetworkSecurityPerimeterLoggingConfiguration(GetNetworkSecurityPerimeterLoggingConfigurationArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:network:getNetworkSecurityPerimeterLoggingConfiguration
arguments:
# arguments dictionaryThe following arguments are supported:
- Logging
Configuration stringName - The name of the NSP logging configuration. Accepts 'instance' as name.
- Network
Security stringPerimeter Name - The name of the network security perimeter.
- Resource
Group stringName - The name of the resource group.
- Logging
Configuration stringName - The name of the NSP logging configuration. Accepts 'instance' as name.
- Network
Security stringPerimeter Name - The name of the network security perimeter.
- Resource
Group stringName - The name of the resource group.
- logging
Configuration StringName - The name of the NSP logging configuration. Accepts 'instance' as name.
- network
Security StringPerimeter Name - The name of the network security perimeter.
- resource
Group StringName - The name of the resource group.
- logging
Configuration stringName - The name of the NSP logging configuration. Accepts 'instance' as name.
- network
Security stringPerimeter Name - The name of the network security perimeter.
- resource
Group stringName - The name of the resource group.
- logging_
configuration_ strname - The name of the NSP logging configuration. Accepts 'instance' as name.
- network_
security_ strperimeter_ name - The name of the network security perimeter.
- resource_
group_ strname - The name of the resource group.
- logging
Configuration StringName - The name of the NSP logging configuration. Accepts 'instance' as name.
- network
Security StringPerimeter Name - The name of the network security perimeter.
- resource
Group StringName - The name of the resource group.
getNetworkSecurityPerimeterLoggingConfiguration Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Etag string
- A unique read-only string that changes whenever the resource is updated.
- Id string
- Resource ID.
- Name string
- Resource name.
- Properties
Pulumi.
Azure Native. Network. Outputs. Nsp Logging Configuration Properties Response - Properties of the NSP logging configuration.
- Type string
- Resource type.
- Azure
Api stringVersion - The Azure API version of the resource.
- Etag string
- A unique read-only string that changes whenever the resource is updated.
- Id string
- Resource ID.
- Name string
- Resource name.
- Properties
Nsp
Logging Configuration Properties Response - Properties of the NSP logging configuration.
- Type string
- Resource type.
- azure
Api StringVersion - The Azure API version of the resource.
- etag String
- A unique read-only string that changes whenever the resource is updated.
- id String
- Resource ID.
- name String
- Resource name.
- properties
Nsp
Logging Configuration Properties Response - Properties of the NSP logging configuration.
- type String
- Resource type.
- azure
Api stringVersion - The Azure API version of the resource.
- etag string
- A unique read-only string that changes whenever the resource is updated.
- id string
- Resource ID.
- name string
- Resource name.
- properties
Nsp
Logging Configuration Properties Response - Properties of the NSP logging configuration.
- type string
- Resource type.
- azure_
api_ strversion - The Azure API version of the resource.
- etag str
- A unique read-only string that changes whenever the resource is updated.
- id str
- Resource ID.
- name str
- Resource name.
- properties
Nsp
Logging Configuration Properties Response - Properties of the NSP logging configuration.
- type str
- Resource type.
- azure
Api StringVersion - The Azure API version of the resource.
- etag String
- A unique read-only string that changes whenever the resource is updated.
- id String
- Resource ID.
- name String
- Resource name.
- properties Property Map
- Properties of the NSP logging configuration.
- type String
- Resource type.
Supporting Types
NspLoggingConfigurationPropertiesResponse
- Enabled
Log List<string>Categories - The log categories to enable in the NSP logging configuration.
- Version string
- The version of the NSP logging configuration.
- Enabled
Log []stringCategories - The log categories to enable in the NSP logging configuration.
- Version string
- The version of the NSP logging configuration.
- enabled
Log List<String>Categories - The log categories to enable in the NSP logging configuration.
- version String
- The version of the NSP logging configuration.
- enabled
Log string[]Categories - The log categories to enable in the NSP logging configuration.
- version string
- The version of the NSP logging configuration.
- enabled_
log_ Sequence[str]categories - The log categories to enable in the NSP logging configuration.
- version str
- The version of the NSP logging configuration.
- enabled
Log List<String>Categories - The log categories to enable in the NSP logging configuration.
- version String
- The version of the NSP logging configuration.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
