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

azure-native.network.listNetworkManagerDeploymentStatus

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.37.0 published on Monday, Apr 15, 2024 by Pulumi

    Post to List of Network Manager Deployment Status. 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.

    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:network:listNetworkManagerDeploymentStatus
      arguments:
        # arguments dictionary

    The following arguments are supported:

    NetworkManagerName string
    The name of the network manager.
    ResourceGroupName string
    The name of the resource group.
    DeploymentTypes List<Union<string, Pulumi.AzureNative.Network.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 int
    An optional query parameter which specifies the maximum number of records to be returned by the server.
    NetworkManagerName string
    The name of the network manager.
    ResourceGroupName string
    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.
    networkManagerName String
    The name of the network manager.
    resourceGroupName String
    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.
    networkManagerName string
    The name of the network manager.
    resourceGroupName string
    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_name str
    The name of the network manager.
    resource_group_name str
    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.
    networkManagerName String
    The name of the network manager.
    resourceGroupName String
    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.AzureNative.Network.Outputs.NetworkManagerDeploymentStatusResponse>
    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 []NetworkManagerDeploymentStatusResponse
    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<NetworkManagerDeploymentStatusResponse>
    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 NetworkManagerDeploymentStatusResponse[]
    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[NetworkManagerDeploymentStatusResponse]
    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
    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.37.0 published on Monday, Apr 15, 2024 by Pulumi