Gets the specified NSP profile.
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 getNetworkSecurityPerimeterProfile
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 getNetworkSecurityPerimeterProfile(args: GetNetworkSecurityPerimeterProfileArgs, opts?: InvokeOptions): Promise<GetNetworkSecurityPerimeterProfileResult>
function getNetworkSecurityPerimeterProfileOutput(args: GetNetworkSecurityPerimeterProfileOutputArgs, opts?: InvokeOptions): Output<GetNetworkSecurityPerimeterProfileResult>def get_network_security_perimeter_profile(network_security_perimeter_name: Optional[str] = None,
profile_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNetworkSecurityPerimeterProfileResult
def get_network_security_perimeter_profile_output(network_security_perimeter_name: Optional[pulumi.Input[str]] = None,
profile_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNetworkSecurityPerimeterProfileResult]func LookupNetworkSecurityPerimeterProfile(ctx *Context, args *LookupNetworkSecurityPerimeterProfileArgs, opts ...InvokeOption) (*LookupNetworkSecurityPerimeterProfileResult, error)
func LookupNetworkSecurityPerimeterProfileOutput(ctx *Context, args *LookupNetworkSecurityPerimeterProfileOutputArgs, opts ...InvokeOption) LookupNetworkSecurityPerimeterProfileResultOutput> Note: This function is named LookupNetworkSecurityPerimeterProfile in the Go SDK.
public static class GetNetworkSecurityPerimeterProfile
{
public static Task<GetNetworkSecurityPerimeterProfileResult> InvokeAsync(GetNetworkSecurityPerimeterProfileArgs args, InvokeOptions? opts = null)
public static Output<GetNetworkSecurityPerimeterProfileResult> Invoke(GetNetworkSecurityPerimeterProfileInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNetworkSecurityPerimeterProfileResult> getNetworkSecurityPerimeterProfile(GetNetworkSecurityPerimeterProfileArgs args, InvokeOptions options)
public static Output<GetNetworkSecurityPerimeterProfileResult> getNetworkSecurityPerimeterProfile(GetNetworkSecurityPerimeterProfileArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:network:getNetworkSecurityPerimeterProfile
arguments:
# arguments dictionaryThe following arguments are supported:
- Network
Security stringPerimeter Name - The name of the network security perimeter.
- Profile
Name string - The name of the NSP profile.
- Resource
Group stringName - The name of the resource group.
- Network
Security stringPerimeter Name - The name of the network security perimeter.
- Profile
Name string - The name of the NSP profile.
- Resource
Group stringName - The name of the resource group.
- network
Security StringPerimeter Name - The name of the network security perimeter.
- profile
Name String - The name of the NSP profile.
- resource
Group StringName - The name of the resource group.
- network
Security stringPerimeter Name - The name of the network security perimeter.
- profile
Name string - The name of the NSP profile.
- resource
Group stringName - The name of the resource group.
- network_
security_ strperimeter_ name - The name of the network security perimeter.
- profile_
name str - The name of the NSP profile.
- resource_
group_ strname - The name of the resource group.
- network
Security StringPerimeter Name - The name of the network security perimeter.
- profile
Name String - The name of the NSP profile.
- resource
Group StringName - The name of the resource group.
getNetworkSecurityPerimeterProfile Result
The following output properties are available:
- Access
Rules stringVersion - Version number that increases with every update to access rules within the profile.
- Azure
Api stringVersion - The Azure API version of the resource.
- Diagnostic
Settings stringVersion - Version number that increases with every update to diagnostic settings within the profile.
- Id string
- Resource ID.
- Name string
- Resource name.
- Type string
- Resource type.
- Location string
- Resource location.
- Dictionary<string, string>
- Resource tags.
- Access
Rules stringVersion - Version number that increases with every update to access rules within the profile.
- Azure
Api stringVersion - The Azure API version of the resource.
- Diagnostic
Settings stringVersion - Version number that increases with every update to diagnostic settings within the profile.
- Id string
- Resource ID.
- Name string
- Resource name.
- Type string
- Resource type.
- Location string
- Resource location.
- map[string]string
- Resource tags.
- access
Rules StringVersion - Version number that increases with every update to access rules within the profile.
- azure
Api StringVersion - The Azure API version of the resource.
- diagnostic
Settings StringVersion - Version number that increases with every update to diagnostic settings within the profile.
- id String
- Resource ID.
- name String
- Resource name.
- type String
- Resource type.
- location String
- Resource location.
- Map<String,String>
- Resource tags.
- access
Rules stringVersion - Version number that increases with every update to access rules within the profile.
- azure
Api stringVersion - The Azure API version of the resource.
- diagnostic
Settings stringVersion - Version number that increases with every update to diagnostic settings within the profile.
- id string
- Resource ID.
- name string
- Resource name.
- type string
- Resource type.
- location string
- Resource location.
- {[key: string]: string}
- Resource tags.
- access_
rules_ strversion - Version number that increases with every update to access rules within the profile.
- azure_
api_ strversion - The Azure API version of the resource.
- diagnostic_
settings_ strversion - Version number that increases with every update to diagnostic settings within the profile.
- id str
- Resource ID.
- name str
- Resource name.
- type str
- Resource type.
- location str
- Resource location.
- Mapping[str, str]
- Resource tags.
- access
Rules StringVersion - Version number that increases with every update to access rules within the profile.
- azure
Api StringVersion - The Azure API version of the resource.
- diagnostic
Settings StringVersion - Version number that increases with every update to diagnostic settings within the profile.
- id String
- Resource ID.
- name String
- Resource name.
- type String
- Resource type.
- location String
- Resource location.
- Map<String>
- Resource tags.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
