This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.network.getNetworkSecurityPerimeter
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
Gets the specified network security perimeter by the name. Azure REST API version: 2021-03-01-preview.
Other available API versions: 2021-02-01-preview, 2023-07-01-preview, 2023-08-01-preview.
Using getNetworkSecurityPerimeter
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 getNetworkSecurityPerimeter(args: GetNetworkSecurityPerimeterArgs, opts?: InvokeOptions): Promise<GetNetworkSecurityPerimeterResult>
function getNetworkSecurityPerimeterOutput(args: GetNetworkSecurityPerimeterOutputArgs, opts?: InvokeOptions): Output<GetNetworkSecurityPerimeterResult>
def get_network_security_perimeter(network_security_perimeter_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNetworkSecurityPerimeterResult
def get_network_security_perimeter_output(network_security_perimeter_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNetworkSecurityPerimeterResult]
func LookupNetworkSecurityPerimeter(ctx *Context, args *LookupNetworkSecurityPerimeterArgs, opts ...InvokeOption) (*LookupNetworkSecurityPerimeterResult, error)
func LookupNetworkSecurityPerimeterOutput(ctx *Context, args *LookupNetworkSecurityPerimeterOutputArgs, opts ...InvokeOption) LookupNetworkSecurityPerimeterResultOutput
> Note: This function is named LookupNetworkSecurityPerimeter
in the Go SDK.
public static class GetNetworkSecurityPerimeter
{
public static Task<GetNetworkSecurityPerimeterResult> InvokeAsync(GetNetworkSecurityPerimeterArgs args, InvokeOptions? opts = null)
public static Output<GetNetworkSecurityPerimeterResult> Invoke(GetNetworkSecurityPerimeterInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNetworkSecurityPerimeterResult> getNetworkSecurityPerimeter(GetNetworkSecurityPerimeterArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:network:getNetworkSecurityPerimeter
arguments:
# arguments dictionary
The following arguments are supported:
- Network
Security stringPerimeter Name - The name of the network security perimeter.
- Resource
Group stringName - The name of the resource group.
- Network
Security stringPerimeter Name - The name of the network security perimeter.
- Resource
Group stringName - The name of the resource group.
- network
Security StringPerimeter Name - The name of the network security perimeter.
- resource
Group StringName - The name of the resource group.
- network
Security stringPerimeter Name - The name of the network security perimeter.
- resource
Group stringName - The name of the resource group.
- network_
security_ strperimeter_ name - The name of the network security perimeter.
- resource_
group_ strname - The name of the resource group.
- network
Security StringPerimeter Name - The name of the network security perimeter.
- resource
Group StringName - The name of the resource group.
getNetworkSecurityPerimeter Result
The following output properties are available:
- Etag string
- A unique read-only string that changes whenever the resource is updated.
- Id string
- Resource ID.
- Name string
- Resource name.
- Provisioning
State string - The provisioning state of the scope assignment resource.
- Type string
- Resource type.
- Description string
- A description of the network security perimeter.
- Display
Name string - A friendly name for the network security perimeter.
- Location string
- Resource location.
- Dictionary<string, string>
- Resource tags.
- Etag string
- A unique read-only string that changes whenever the resource is updated.
- Id string
- Resource ID.
- Name string
- Resource name.
- Provisioning
State string - The provisioning state of the scope assignment resource.
- Type string
- Resource type.
- Description string
- A description of the network security perimeter.
- Display
Name string - A friendly name for the network security perimeter.
- Location string
- Resource location.
- map[string]string
- Resource tags.
- etag String
- A unique read-only string that changes whenever the resource is updated.
- id String
- Resource ID.
- name String
- Resource name.
- provisioning
State String - The provisioning state of the scope assignment resource.
- type String
- Resource type.
- description String
- A description of the network security perimeter.
- display
Name String - A friendly name for the network security perimeter.
- location String
- Resource location.
- Map<String,String>
- Resource tags.
- etag string
- A unique read-only string that changes whenever the resource is updated.
- id string
- Resource ID.
- name string
- Resource name.
- provisioning
State string - The provisioning state of the scope assignment resource.
- type string
- Resource type.
- description string
- A description of the network security perimeter.
- display
Name string - A friendly name for the network security perimeter.
- location string
- Resource location.
- {[key: string]: string}
- Resource tags.
- etag str
- A unique read-only string that changes whenever the resource is updated.
- id str
- Resource ID.
- name str
- Resource name.
- provisioning_
state str - The provisioning state of the scope assignment resource.
- type str
- Resource type.
- description str
- A description of the network security perimeter.
- display_
name str - A friendly name for the network security perimeter.
- location str
- Resource location.
- Mapping[str, str]
- Resource tags.
- etag String
- A unique read-only string that changes whenever the resource is updated.
- id String
- Resource ID.
- name String
- Resource name.
- provisioning
State String - The provisioning state of the scope assignment resource.
- type String
- Resource type.
- description String
- A description of the network security perimeter.
- display
Name String - A friendly name for the network security perimeter.
- location String
- Resource location.
- Map<String>
- Resource tags.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi