1. Packages
  2. Azure Native v2
  3. API Docs
  4. network
  5. getSecurityPartnerProvider
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.network.getSecurityPartnerProvider

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Gets the specified Security Partner Provider. Azure REST API version: 2023-02-01.

Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-05-01.

Using getSecurityPartnerProvider

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 getSecurityPartnerProvider(args: GetSecurityPartnerProviderArgs, opts?: InvokeOptions): Promise<GetSecurityPartnerProviderResult>
function getSecurityPartnerProviderOutput(args: GetSecurityPartnerProviderOutputArgs, opts?: InvokeOptions): Output<GetSecurityPartnerProviderResult>
Copy
def get_security_partner_provider(resource_group_name: Optional[str] = None,
                                  security_partner_provider_name: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetSecurityPartnerProviderResult
def get_security_partner_provider_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                  security_partner_provider_name: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetSecurityPartnerProviderResult]
Copy
func LookupSecurityPartnerProvider(ctx *Context, args *LookupSecurityPartnerProviderArgs, opts ...InvokeOption) (*LookupSecurityPartnerProviderResult, error)
func LookupSecurityPartnerProviderOutput(ctx *Context, args *LookupSecurityPartnerProviderOutputArgs, opts ...InvokeOption) LookupSecurityPartnerProviderResultOutput
Copy

> Note: This function is named LookupSecurityPartnerProvider in the Go SDK.

public static class GetSecurityPartnerProvider 
{
    public static Task<GetSecurityPartnerProviderResult> InvokeAsync(GetSecurityPartnerProviderArgs args, InvokeOptions? opts = null)
    public static Output<GetSecurityPartnerProviderResult> Invoke(GetSecurityPartnerProviderInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetSecurityPartnerProviderResult> getSecurityPartnerProvider(GetSecurityPartnerProviderArgs args, InvokeOptions options)
public static Output<GetSecurityPartnerProviderResult> getSecurityPartnerProvider(GetSecurityPartnerProviderArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:network:getSecurityPartnerProvider
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
SecurityPartnerProviderName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Security Partner Provider.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
SecurityPartnerProviderName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Security Partner Provider.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group.
securityPartnerProviderName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Security Partner Provider.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
securityPartnerProviderName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Security Partner Provider.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group.
security_partner_provider_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the Security Partner Provider.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group.
securityPartnerProviderName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Security Partner Provider.

getSecurityPartnerProvider Result

The following output properties are available:

ConnectionStatus string
The connection status with the Security Partner Provider.
Etag string
A unique read-only string that changes whenever the resource is updated.
Name string
Resource name.
ProvisioningState string
The provisioning state of the Security Partner Provider resource.
Type string
Resource type.
Id string
Resource ID.
Location string
Resource location.
SecurityProviderName string
The security provider name.
Tags Dictionary<string, string>
Resource tags.
VirtualHub Pulumi.AzureNative.Network.Outputs.SubResourceResponse
The virtualHub to which the Security Partner Provider belongs.
ConnectionStatus string
The connection status with the Security Partner Provider.
Etag string
A unique read-only string that changes whenever the resource is updated.
Name string
Resource name.
ProvisioningState string
The provisioning state of the Security Partner Provider resource.
Type string
Resource type.
Id string
Resource ID.
Location string
Resource location.
SecurityProviderName string
The security provider name.
Tags map[string]string
Resource tags.
VirtualHub SubResourceResponse
The virtualHub to which the Security Partner Provider belongs.
connectionStatus String
The connection status with the Security Partner Provider.
etag String
A unique read-only string that changes whenever the resource is updated.
name String
Resource name.
provisioningState String
The provisioning state of the Security Partner Provider resource.
type String
Resource type.
id String
Resource ID.
location String
Resource location.
securityProviderName String
The security provider name.
tags Map<String,String>
Resource tags.
virtualHub SubResourceResponse
The virtualHub to which the Security Partner Provider belongs.
connectionStatus string
The connection status with the Security Partner Provider.
etag string
A unique read-only string that changes whenever the resource is updated.
name string
Resource name.
provisioningState string
The provisioning state of the Security Partner Provider resource.
type string
Resource type.
id string
Resource ID.
location string
Resource location.
securityProviderName string
The security provider name.
tags {[key: string]: string}
Resource tags.
virtualHub SubResourceResponse
The virtualHub to which the Security Partner Provider belongs.
connection_status str
The connection status with the Security Partner Provider.
etag str
A unique read-only string that changes whenever the resource is updated.
name str
Resource name.
provisioning_state str
The provisioning state of the Security Partner Provider resource.
type str
Resource type.
id str
Resource ID.
location str
Resource location.
security_provider_name str
The security provider name.
tags Mapping[str, str]
Resource tags.
virtual_hub SubResourceResponse
The virtualHub to which the Security Partner Provider belongs.
connectionStatus String
The connection status with the Security Partner Provider.
etag String
A unique read-only string that changes whenever the resource is updated.
name String
Resource name.
provisioningState String
The provisioning state of the Security Partner Provider resource.
type String
Resource type.
id String
Resource ID.
location String
Resource location.
securityProviderName String
The security provider name.
tags Map<String>
Resource tags.
virtualHub Property Map
The virtualHub to which the Security Partner Provider belongs.

Supporting Types

SubResourceResponse

Id This property is required. string
Resource ID.
Id This property is required. string
Resource ID.
id This property is required. String
Resource ID.
id This property is required. string
Resource ID.
id This property is required. str
Resource ID.
id This property is required. String
Resource ID.

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi