azure-native.network.getSecurityPartnerProvider
Explore with Pulumi AI
Gets the specified Security Partner Provider. Azure REST API version: 2023-02-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:
- Resource
Group stringName The name of the resource group.
- Security
Partner stringProvider Name The name of the Security Partner Provider.
- Resource
Group stringName The name of the resource group.
- Security
Partner stringProvider Name The name of the Security Partner Provider.
- resource
Group StringName The name of the resource group.
- security
Partner StringProvider Name The name of the Security Partner Provider.
- resource
Group stringName The name of the resource group.
- security
Partner stringProvider Name The name of the Security Partner Provider.
- resource_
group_ strname The name of the resource group.
- security_
partner_ strprovider_ name The name of the Security Partner Provider.
- resource
Group StringName The name of the resource group.
- security
Partner StringProvider Name The name of the Security Partner Provider.
getSecurityPartnerProvider Result
The following output properties are available:
- Connection
Status 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.
- Provisioning
State string The provisioning state of the Security Partner Provider resource.
- Type string
Resource type.
- Id string
Resource ID.
- Location string
Resource location.
- Security
Provider stringName The security provider name.
- Dictionary<string, string>
Resource tags.
- Virtual
Hub Pulumi.Azure Native. Network. Outputs. Sub Resource Response The virtualHub to which the Security Partner Provider belongs.
- Connection
Status 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.
- Provisioning
State string The provisioning state of the Security Partner Provider resource.
- Type string
Resource type.
- Id string
Resource ID.
- Location string
Resource location.
- Security
Provider stringName The security provider name.
- map[string]string
Resource tags.
- Virtual
Hub SubResource Response The virtualHub to which the Security Partner Provider belongs.
- connection
Status 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.
- provisioning
State String The provisioning state of the Security Partner Provider resource.
- type String
Resource type.
- id String
Resource ID.
- location String
Resource location.
- security
Provider StringName The security provider name.
- Map<String,String>
Resource tags.
- virtual
Hub SubResource Response The virtualHub to which the Security Partner Provider belongs.
- connection
Status 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.
- provisioning
State string The provisioning state of the Security Partner Provider resource.
- type string
Resource type.
- id string
Resource ID.
- location string
Resource location.
- security
Provider stringName The security provider name.
- {[key: string]: string}
Resource tags.
- virtual
Hub SubResource Response 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_ strname The security provider name.
- Mapping[str, str]
Resource tags.
- virtual_
hub SubResource Response The virtualHub to which the Security Partner Provider belongs.
- connection
Status 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.
- provisioning
State String The provisioning state of the Security Partner Provider resource.
- type String
Resource type.
- id String
Resource ID.
- location String
Resource location.
- security
Provider StringName The security provider name.
- Map<String>
Resource tags.
- virtual
Hub 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