azure-native.network.listNetworkManagerDeploymentStatus

Explore with Pulumi AI

Post to List of Network Manager Deployment Status. API Version: 2021-02-01-preview.

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,
                                           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,
                                           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.

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.

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.

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.

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.

networkManagerName String

The name of the network manager.

resourceGroupName String

The name of the resource group.

deploymentTypes List<String | "SecurityAdmin" | "SecurityUser" | "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.

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