1. Packages
  2. Azure Native
  3. API Docs
  4. network
  5. getSecurityPartnerProvider
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.38.0 published on Monday, Apr 22, 2024 by Pulumi

azure-native.network.getSecurityPartnerProvider

Explore with Pulumi AI

azure-native logo
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.38.0 published on Monday, Apr 22, 2024 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.

    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>
    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]
    func LookupSecurityPartnerProvider(ctx *Context, args *LookupSecurityPartnerProviderArgs, opts ...InvokeOption) (*LookupSecurityPartnerProviderResult, error)
    func LookupSecurityPartnerProviderOutput(ctx *Context, args *LookupSecurityPartnerProviderOutputArgs, opts ...InvokeOption) LookupSecurityPartnerProviderResultOutput

    > 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)
    }
    public static CompletableFuture<GetSecurityPartnerProviderResult> getSecurityPartnerProvider(GetSecurityPartnerProviderArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:network:getSecurityPartnerProvider
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    The name of the resource group.
    SecurityPartnerProviderName string
    The name of the Security Partner Provider.
    ResourceGroupName string
    The name of the resource group.
    SecurityPartnerProviderName string
    The name of the Security Partner Provider.
    resourceGroupName String
    The name of the resource group.
    securityPartnerProviderName String
    The name of the Security Partner Provider.
    resourceGroupName string
    The name of the resource group.
    securityPartnerProviderName string
    The name of the Security Partner Provider.
    resource_group_name str
    The name of the resource group.
    security_partner_provider_name str
    The name of the Security Partner Provider.
    resourceGroupName String
    The name of the resource group.
    securityPartnerProviderName 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 string
    Resource ID.
    Id string
    Resource ID.
    id String
    Resource ID.
    id string
    Resource ID.
    id str
    Resource ID.
    id String
    Resource ID.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    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.38.0 published on Monday, Apr 22, 2024 by Pulumi