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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.network.getReachabilityAnalysisIntent
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Configuration information or intent on which to do the analysis on. Azure REST API version: 2024-01-01-preview.
Other available API versions: 2024-05-01.
Using getReachabilityAnalysisIntent
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 getReachabilityAnalysisIntent(args: GetReachabilityAnalysisIntentArgs, opts?: InvokeOptions): Promise<GetReachabilityAnalysisIntentResult>
function getReachabilityAnalysisIntentOutput(args: GetReachabilityAnalysisIntentOutputArgs, opts?: InvokeOptions): Output<GetReachabilityAnalysisIntentResult>
def get_reachability_analysis_intent(network_manager_name: Optional[str] = None,
reachability_analysis_intent_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetReachabilityAnalysisIntentResult
def get_reachability_analysis_intent_output(network_manager_name: Optional[pulumi.Input[str]] = None,
reachability_analysis_intent_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
workspace_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetReachabilityAnalysisIntentResult]
func LookupReachabilityAnalysisIntent(ctx *Context, args *LookupReachabilityAnalysisIntentArgs, opts ...InvokeOption) (*LookupReachabilityAnalysisIntentResult, error)
func LookupReachabilityAnalysisIntentOutput(ctx *Context, args *LookupReachabilityAnalysisIntentOutputArgs, opts ...InvokeOption) LookupReachabilityAnalysisIntentResultOutput
> Note: This function is named LookupReachabilityAnalysisIntent
in the Go SDK.
public static class GetReachabilityAnalysisIntent
{
public static Task<GetReachabilityAnalysisIntentResult> InvokeAsync(GetReachabilityAnalysisIntentArgs args, InvokeOptions? opts = null)
public static Output<GetReachabilityAnalysisIntentResult> Invoke(GetReachabilityAnalysisIntentInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetReachabilityAnalysisIntentResult> getReachabilityAnalysisIntent(GetReachabilityAnalysisIntentArgs args, InvokeOptions options)
public static Output<GetReachabilityAnalysisIntentResult> getReachabilityAnalysisIntent(GetReachabilityAnalysisIntentArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:network:getReachabilityAnalysisIntent
arguments:
# arguments dictionary
The following arguments are supported:
- Network
Manager Name This property is required. Changes to this property will trigger replacement.
- The name of the network manager.
- Reachability
Analysis Intent Name This property is required. Changes to this property will trigger replacement.
- Reachability Analysis Intent name.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- Workspace
Name This property is required. Changes to this property will trigger replacement.
- Workspace name.
- Network
Manager Name This property is required. Changes to this property will trigger replacement.
- The name of the network manager.
- Reachability
Analysis Intent Name This property is required. Changes to this property will trigger replacement.
- Reachability Analysis Intent name.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- Workspace
Name This property is required. Changes to this property will trigger replacement.
- Workspace name.
- network
Manager Name This property is required. Changes to this property will trigger replacement.
- The name of the network manager.
- reachability
Analysis Intent Name This property is required. Changes to this property will trigger replacement.
- Reachability Analysis Intent name.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- workspace
Name This property is required. Changes to this property will trigger replacement.
- Workspace name.
- network
Manager Name This property is required. Changes to this property will trigger replacement.
- The name of the network manager.
- reachability
Analysis Intent Name This property is required. Changes to this property will trigger replacement.
- Reachability Analysis Intent name.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- workspace
Name This property is required. Changes to this property will trigger replacement.
- Workspace name.
- network_
manager_ name This property is required. Changes to this property will trigger replacement.
- The name of the network manager.
- reachability_
analysis_ intent_ name This property is required. Changes to this property will trigger replacement.
- Reachability Analysis Intent name.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- workspace_
name This property is required. Changes to this property will trigger replacement.
- Workspace name.
- network
Manager Name This property is required. Changes to this property will trigger replacement.
- The name of the network manager.
- reachability
Analysis Intent Name This property is required. Changes to this property will trigger replacement.
- Reachability Analysis Intent name.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- workspace
Name This property is required. Changes to this property will trigger replacement.
- Workspace name.
getReachabilityAnalysisIntent Result
The following output properties are available:
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Name string
- The name of the resource
- Properties
Pulumi.
Azure Native. Network. Outputs. Reachability Analysis Intent Properties Response - Represents the Reachability Analysis Intent properties.
- System
Data Pulumi.Azure Native. Network. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Name string
- The name of the resource
- Properties
Reachability
Analysis Intent Properties Response - Represents the Reachability Analysis Intent properties.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name String
- The name of the resource
- properties
Reachability
Analysis Intent Properties Response - Represents the Reachability Analysis Intent properties.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name string
- The name of the resource
- properties
Reachability
Analysis Intent Properties Response - Represents the Reachability Analysis Intent properties.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id str
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name str
- The name of the resource
- properties
Reachability
Analysis Intent Properties Response - Represents the Reachability Analysis Intent properties.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name String
- The name of the resource
- properties Property Map
- Represents the Reachability Analysis Intent properties.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
IPTrafficResponse
- Destination
Ips This property is required. List<string> - List of destination IP addresses of the traffic..
- Destination
Ports This property is required. List<string> - The destination ports of the traffic.
- Protocols
This property is required. List<string> - Source
Ips This property is required. List<string> - List of source IP addresses of the traffic..
- Source
Ports This property is required. List<string> - The source ports of the traffic.
- Destination
Ips This property is required. []string - List of destination IP addresses of the traffic..
- Destination
Ports This property is required. []string - The destination ports of the traffic.
- Protocols
This property is required. []string - Source
Ips This property is required. []string - List of source IP addresses of the traffic..
- Source
Ports This property is required. []string - The source ports of the traffic.
- destination
Ips This property is required. List<String> - List of destination IP addresses of the traffic..
- destination
Ports This property is required. List<String> - The destination ports of the traffic.
- protocols
This property is required. List<String> - source
Ips This property is required. List<String> - List of source IP addresses of the traffic..
- source
Ports This property is required. List<String> - The source ports of the traffic.
- destination
Ips This property is required. string[] - List of destination IP addresses of the traffic..
- destination
Ports This property is required. string[] - The destination ports of the traffic.
- protocols
This property is required. string[] - source
Ips This property is required. string[] - List of source IP addresses of the traffic..
- source
Ports This property is required. string[] - The source ports of the traffic.
- destination_
ips This property is required. Sequence[str] - List of destination IP addresses of the traffic..
- destination_
ports This property is required. Sequence[str] - The destination ports of the traffic.
- protocols
This property is required. Sequence[str] - source_
ips This property is required. Sequence[str] - List of source IP addresses of the traffic..
- source_
ports This property is required. Sequence[str] - The source ports of the traffic.
- destination
Ips This property is required. List<String> - List of destination IP addresses of the traffic..
- destination
Ports This property is required. List<String> - The destination ports of the traffic.
- protocols
This property is required. List<String> - source
Ips This property is required. List<String> - List of source IP addresses of the traffic..
- source
Ports This property is required. List<String> - The source ports of the traffic.
ReachabilityAnalysisIntentPropertiesResponse
- Destination
Resource Id This property is required. string - Destination resource id to verify the reachability path of.
- Ip
Traffic This property is required. Pulumi.Azure Native. Network. Inputs. IPTraffic Response - IP traffic information.
- Provisioning
State This property is required. string - Provisioning states of a resource.
- Source
Resource Id This property is required. string - Source resource id to verify the reachability path of.
- Description string
- Destination
Resource Id This property is required. string - Destination resource id to verify the reachability path of.
- Ip
Traffic This property is required. IPTrafficResponse - IP traffic information.
- Provisioning
State This property is required. string - Provisioning states of a resource.
- Source
Resource Id This property is required. string - Source resource id to verify the reachability path of.
- Description string
- destination
Resource Id This property is required. String - Destination resource id to verify the reachability path of.
- ip
Traffic This property is required. IPTrafficResponse - IP traffic information.
- provisioning
State This property is required. String - Provisioning states of a resource.
- source
Resource Id This property is required. String - Source resource id to verify the reachability path of.
- description String
- destination
Resource Id This property is required. string - Destination resource id to verify the reachability path of.
- ip
Traffic This property is required. IPTrafficResponse - IP traffic information.
- provisioning
State This property is required. string - Provisioning states of a resource.
- source
Resource Id This property is required. string - Source resource id to verify the reachability path of.
- description string
- destination_
resource_ id This property is required. str - Destination resource id to verify the reachability path of.
- ip_
traffic This property is required. IPTrafficResponse - IP traffic information.
- provisioning_
state This property is required. str - Provisioning states of a resource.
- source_
resource_ id This property is required. str - Source resource id to verify the reachability path of.
- description str
- destination
Resource Id This property is required. String - Destination resource id to verify the reachability path of.
- ip
Traffic This property is required. Property Map - IP traffic information.
- provisioning
State This property is required. String - Provisioning states of a resource.
- source
Resource Id This property is required. String - Source resource id to verify the reachability path of.
- description String
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The type of identity that last modified the resource.
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The type of identity that last modified the resource.
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The type of identity that last modified the resource.
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The type of identity that last modified the resource.
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The type of identity that last modified the resource.
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The type of identity that last modified the resource.
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi