azure-native.network.listNetworkManagerDeploymentStatus
Explore with Pulumi AI
Post to List of Network Manager Deployment Status.
Uses Azure REST API version 2024-05-01.
Other available API versions: 2021-02-01-preview, 2022-01-01, 2022-02-01-preview, 2022-04-01-preview, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 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. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native network [ApiVersion]
. See the version guide for details.
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 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.
- Top int
- An optional query parameter which specifies the maximum number of records to be returned by the server.
- 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.
- Top int
- An optional query parameter which specifies the maximum number of records to be returned by the server.
- 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.
- top Integer
- An optional query parameter which specifies the maximum number of records to be returned by the server.
- 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.
- 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.
- network
Manager StringName - The name of the network manager.
- resource
Group StringName - The name of the resource group.
- deployment
Types List<String | "SecurityAdmin" | "Connectivity" | "Security User" | "Routing"> - 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.
- 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:
- 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 pulumi/pulumi-azure-native
- License
- Apache-2.0