This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
azure-native.network.listNetworkManagerDeploymentStatus
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
Post to List of Network Manager Deployment Status.
Uses Azure REST API version 2023-02-01.
Other available API versions: 2021-02-01-preview, 2021-05-01-preview, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-01-01-preview, 2024-03-01, 2024-05-01.
Using listNetworkManagerDeploymentStatus
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 listNetworkManagerDeploymentStatus(args: ListNetworkManagerDeploymentStatusArgs, opts?: InvokeOptions): Promise<ListNetworkManagerDeploymentStatusResult>
function listNetworkManagerDeploymentStatusOutput(args: ListNetworkManagerDeploymentStatusOutputArgs, opts?: InvokeOptions): Output<ListNetworkManagerDeploymentStatusResult>def list_network_manager_deployment_status(deployment_types: Optional[Sequence[Union[str, ConfigurationType]]] = None,
                                           network_manager_name: Optional[str] = None,
                                           regions: Optional[Sequence[str]] = None,
                                           resource_group_name: Optional[str] = None,
                                           skip_token: Optional[str] = None,
                                           top: Optional[int] = None,
                                           opts: Optional[InvokeOptions] = None) -> ListNetworkManagerDeploymentStatusResult
def list_network_manager_deployment_status_output(deployment_types: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, ConfigurationType]]]]] = None,
                                           network_manager_name: Optional[pulumi.Input[str]] = None,
                                           regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                           resource_group_name: Optional[pulumi.Input[str]] = None,
                                           skip_token: Optional[pulumi.Input[str]] = None,
                                           top: Optional[pulumi.Input[int]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[ListNetworkManagerDeploymentStatusResult]func ListNetworkManagerDeploymentStatus(ctx *Context, args *ListNetworkManagerDeploymentStatusArgs, opts ...InvokeOption) (*ListNetworkManagerDeploymentStatusResult, error)
func ListNetworkManagerDeploymentStatusOutput(ctx *Context, args *ListNetworkManagerDeploymentStatusOutputArgs, opts ...InvokeOption) ListNetworkManagerDeploymentStatusResultOutput> Note: This function is named ListNetworkManagerDeploymentStatus in the Go SDK.
public static class ListNetworkManagerDeploymentStatus 
{
    public static Task<ListNetworkManagerDeploymentStatusResult> InvokeAsync(ListNetworkManagerDeploymentStatusArgs args, InvokeOptions? opts = null)
    public static Output<ListNetworkManagerDeploymentStatusResult> Invoke(ListNetworkManagerDeploymentStatusInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListNetworkManagerDeploymentStatusResult> listNetworkManagerDeploymentStatus(ListNetworkManagerDeploymentStatusArgs args, InvokeOptions options)
public static Output<ListNetworkManagerDeploymentStatusResult> listNetworkManagerDeploymentStatus(ListNetworkManagerDeploymentStatusArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:network:listNetworkManagerDeploymentStatus
  arguments:
    # arguments dictionaryThe following arguments are supported:
- NetworkManager stringName 
- The name of the network manager.
- ResourceGroup stringName 
- The name of the resource group.
- DeploymentTypes List<Union<string, Pulumi.Azure Native. Network. Configuration Type>> 
- List of deployment types.
- Regions List<string>
- List of locations.
- SkipToken string
- Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.
- Top int
- An optional query parameter which specifies the maximum number of records to be returned by the server.
- NetworkManager stringName 
- The name of the network manager.
- ResourceGroup stringName 
- The name of the resource group.
- DeploymentTypes []string
- List of deployment types.
- Regions []string
- List of locations.
- SkipToken string
- Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.
- Top int
- An optional query parameter which specifies the maximum number of records to be returned by the server.
- networkManager StringName 
- The name of the network manager.
- resourceGroup StringName 
- The name of the resource group.
- deploymentTypes List<Either<String,ConfigurationType>> 
- List of deployment types.
- regions List<String>
- List of locations.
- skipToken String
- Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.
- top Integer
- An optional query parameter which specifies the maximum number of records to be returned by the server.
- networkManager stringName 
- The name of the network manager.
- resourceGroup stringName 
- The name of the resource group.
- deploymentTypes (string | ConfigurationType)[] 
- List of deployment types.
- regions string[]
- List of locations.
- skipToken string
- Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.
- top number
- An optional query parameter which specifies the maximum number of records to be returned by the server.
- network_manager_ strname 
- The name of the network manager.
- resource_group_ strname 
- The name of the resource group.
- deployment_types Sequence[Union[str, ConfigurationType]] 
- List of deployment types.
- regions Sequence[str]
- List of locations.
- skip_token str
- Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.
- top int
- An optional query parameter which specifies the maximum number of records to be returned by the server.
- networkManager StringName 
- The name of the network manager.
- resourceGroup StringName 
- The name of the resource group.
- deploymentTypes List<String | "SecurityAdmin" | "Connectivity"> 
- List of deployment types.
- regions List<String>
- List of locations.
- skipToken String
- Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.
- top Number
- An optional query parameter which specifies the maximum number of records to be returned by the server.
listNetworkManagerDeploymentStatus Result
The following output properties are available:
- SkipToken string
- When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.
- Value
List<Pulumi.Azure Native. Network. Outputs. Network Manager Deployment Status Response> 
- Gets a page of Network Manager Deployment Status
- SkipToken string
- When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.
- Value
[]NetworkManager Deployment Status Response 
- Gets a page of Network Manager Deployment Status
- skipToken String
- When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.
- value
List<NetworkManager Deployment Status Response> 
- Gets a page of Network Manager Deployment Status
- skipToken string
- When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.
- value
NetworkManager Deployment Status Response[] 
- Gets a page of Network Manager Deployment Status
- skip_token str
- When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.
- value
Sequence[NetworkManager Deployment Status Response] 
- Gets a page of Network Manager Deployment Status
- skipToken String
- When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.
- value List<Property Map>
- Gets a page of Network Manager Deployment Status
Supporting Types
ConfigurationType 
NetworkManagerDeploymentStatusResponse    
- CommitTime string
- Commit Time.
- ConfigurationIds List<string>
- List of configuration ids.
- DeploymentStatus string
- Deployment Status.
- DeploymentType string
- Configuration Deployment Type.
- ErrorMessage string
- Error Message.
- Region string
- Region Name.
- CommitTime string
- Commit Time.
- ConfigurationIds []string
- List of configuration ids.
- DeploymentStatus string
- Deployment Status.
- DeploymentType string
- Configuration Deployment Type.
- ErrorMessage string
- Error Message.
- Region string
- Region Name.
- commitTime String
- Commit Time.
- configurationIds List<String>
- List of configuration ids.
- deploymentStatus String
- Deployment Status.
- deploymentType String
- Configuration Deployment Type.
- errorMessage String
- Error Message.
- region String
- Region Name.
- commitTime string
- Commit Time.
- configurationIds string[]
- List of configuration ids.
- deploymentStatus string
- Deployment Status.
- deploymentType string
- Configuration Deployment Type.
- errorMessage string
- Error Message.
- region string
- Region Name.
- commit_time str
- Commit Time.
- configuration_ids Sequence[str]
- List of configuration ids.
- deployment_status str
- Deployment Status.
- deployment_type str
- Configuration Deployment Type.
- error_message str
- Error Message.
- region str
- Region Name.
- commitTime String
- Commit Time.
- configurationIds List<String>
- List of configuration ids.
- deploymentStatus String
- Deployment Status.
- deploymentType String
- Configuration Deployment Type.
- errorMessage String
- Error Message.
- region String
- Region Name.
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 v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi