These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.network.listNetworkManagerDeploymentStatus
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
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:
- Network
Manager stringName - The name of the network manager.
- Resource
Group stringName - The name of the resource group.
- Deployment
Types List<Union<string, Pulumi.Azure Native. Network. Configuration Type>> - List of deployment types.
- Regions List<string>
- List of locations.
- Skip
Token string - Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.
- Network
Manager stringName - The name of the network manager.
- Resource
Group stringName - The name of the resource group.
- Deployment
Types []string - List of deployment types.
- Regions []string
- List of locations.
- Skip
Token string - Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.
- network
Manager StringName - The name of the network manager.
- resource
Group StringName - The name of the resource group.
- deployment
Types List<Either<String,ConfigurationType>> - List of deployment types.
- regions List<String>
- List of locations.
- skip
Token String - Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.
- network
Manager stringName - The name of the network manager.
- resource
Group stringName - The name of the resource group.
- deployment
Types (string | ConfigurationType)[] - List of deployment types.
- regions string[]
- List of locations.
- skip
Token string - Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.
- 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.
- network
Manager StringName - The name of the network manager.
- resource
Group StringName - The name of the resource group.
- deployment
Types List<String | "SecurityAdmin" | "Security User" | "Connectivity"> - List of deployment types.
- regions List<String>
- List of locations.
- skip
Token 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:
- Skip
Token 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
- Skip
Token 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
[]Network
Manager Deployment Status Response - Gets a page of Network Manager Deployment Status
- skip
Token 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<Network
Manager Deployment Status Response> - Gets a page of Network Manager Deployment Status
- skip
Token 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
Network
Manager 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[Network
Manager Deployment Status Response] - Gets a page of Network Manager Deployment Status
- skip
Token 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
- Commit
Time string - Commit Time.
- Configuration
Ids List<string> - List of configuration ids.
- Deployment
Status string - Deployment Status.
- Deployment
Type string - Configuration Deployment Type.
- Error
Message string - Error Message.
- Region string
- Region Name.
- Commit
Time string - Commit Time.
- Configuration
Ids []string - List of configuration ids.
- Deployment
Status string - Deployment Status.
- Deployment
Type string - Configuration Deployment Type.
- Error
Message string - Error Message.
- Region string
- Region Name.
- commit
Time String - Commit Time.
- configuration
Ids List<String> - List of configuration ids.
- deployment
Status String - Deployment Status.
- deployment
Type String - Configuration Deployment Type.
- error
Message String - Error Message.
- region String
- Region Name.
- commit
Time string - Commit Time.
- configuration
Ids string[] - List of configuration ids.
- deployment
Status string - Deployment Status.
- deployment
Type string - Configuration Deployment Type.
- error
Message 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.
- commit
Time String - Commit Time.
- configuration
Ids List<String> - List of configuration ids.
- deployment
Status String - Deployment Status.
- deployment
Type String - Configuration Deployment Type.
- error
Message String - Error Message.
- region String
- Region Name.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi