1. Packages
  2. Azure Native v1
  3. API Docs
  4. network
  5. listActiveConnectivityConfiguration
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.listActiveConnectivityConfiguration

Explore with Pulumi AI

azure-native-v1 logo
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

    Lists active connectivity configurations in a network manager. API Version: 2021-02-01-preview.

    Using listActiveConnectivityConfiguration

    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 listActiveConnectivityConfiguration(args: ListActiveConnectivityConfigurationArgs, opts?: InvokeOptions): Promise<ListActiveConnectivityConfigurationResult>
    function listActiveConnectivityConfigurationOutput(args: ListActiveConnectivityConfigurationOutputArgs, opts?: InvokeOptions): Output<ListActiveConnectivityConfigurationResult>
    def list_active_connectivity_configuration(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) -> ListActiveConnectivityConfigurationResult
    def list_active_connectivity_configuration_output(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[ListActiveConnectivityConfigurationResult]
    func ListActiveConnectivityConfiguration(ctx *Context, args *ListActiveConnectivityConfigurationArgs, opts ...InvokeOption) (*ListActiveConnectivityConfigurationResult, error)
    func ListActiveConnectivityConfigurationOutput(ctx *Context, args *ListActiveConnectivityConfigurationOutputArgs, opts ...InvokeOption) ListActiveConnectivityConfigurationResultOutput

    > Note: This function is named ListActiveConnectivityConfiguration in the Go SDK.

    public static class ListActiveConnectivityConfiguration 
    {
        public static Task<ListActiveConnectivityConfigurationResult> InvokeAsync(ListActiveConnectivityConfigurationArgs args, InvokeOptions? opts = null)
        public static Output<ListActiveConnectivityConfigurationResult> Invoke(ListActiveConnectivityConfigurationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListActiveConnectivityConfigurationResult> listActiveConnectivityConfiguration(ListActiveConnectivityConfigurationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:network:listActiveConnectivityConfiguration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    NetworkManagerName string
    The name of the network manager.
    ResourceGroupName string
    The name of the resource group.
    Regions List<string>
    List of regions.
    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.
    NetworkManagerName string
    The name of the network manager.
    ResourceGroupName string
    The name of the resource group.
    Regions []string
    List of regions.
    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.
    networkManagerName String
    The name of the network manager.
    resourceGroupName String
    The name of the resource group.
    regions List<String>
    List of regions.
    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.
    networkManagerName string
    The name of the network manager.
    resourceGroupName string
    The name of the resource group.
    regions string[]
    List of regions.
    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.
    network_manager_name str
    The name of the network manager.
    resource_group_name str
    The name of the resource group.
    regions Sequence[str]
    List of regions.
    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.
    networkManagerName String
    The name of the network manager.
    resourceGroupName String
    The name of the resource group.
    regions List<String>
    List of regions.
    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.

    listActiveConnectivityConfiguration 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.ActiveConnectivityConfigurationResponse>
    Gets a page of active connectivity configurations.
    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 []ActiveConnectivityConfigurationResponse
    Gets a page of active connectivity configurations.
    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<ActiveConnectivityConfigurationResponse>
    Gets a page of active connectivity configurations.
    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 ActiveConnectivityConfigurationResponse[]
    Gets a page of active connectivity configurations.
    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[ActiveConnectivityConfigurationResponse]
    Gets a page of active connectivity configurations.
    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 active connectivity configurations.

    Supporting Types

    ActiveConnectivityConfigurationResponse

    ConnectivityTopology string
    Connectivity topology type.
    ProvisioningState string
    The provisioning state of the connectivity configuration resource.
    AppliesToGroups List<Pulumi.AzureNative.Network.Inputs.ConnectivityGroupItemResponse>
    Groups for configuration
    CommitTime string
    Deployment time string.
    ConfigurationGroups List<Pulumi.AzureNative.Network.Inputs.ConfigurationGroupResponse>
    Effective configuration groups.
    DeleteExistingPeering string
    Flag if need to remove current existing peerings.
    Description string
    A description of the connectivity configuration.
    DisplayName string
    A friendly name for the resource.
    Hubs List<Pulumi.AzureNative.Network.Inputs.HubResponse>
    List of hubItems
    Id string
    Resource ID.
    IsGlobal string
    Flag if global mesh is supported.
    Region string
    Deployment region.
    ConnectivityTopology string
    Connectivity topology type.
    ProvisioningState string
    The provisioning state of the connectivity configuration resource.
    AppliesToGroups []ConnectivityGroupItemResponse
    Groups for configuration
    CommitTime string
    Deployment time string.
    ConfigurationGroups []ConfigurationGroupResponse
    Effective configuration groups.
    DeleteExistingPeering string
    Flag if need to remove current existing peerings.
    Description string
    A description of the connectivity configuration.
    DisplayName string
    A friendly name for the resource.
    Hubs []HubResponse
    List of hubItems
    Id string
    Resource ID.
    IsGlobal string
    Flag if global mesh is supported.
    Region string
    Deployment region.
    connectivityTopology String
    Connectivity topology type.
    provisioningState String
    The provisioning state of the connectivity configuration resource.
    appliesToGroups List<ConnectivityGroupItemResponse>
    Groups for configuration
    commitTime String
    Deployment time string.
    configurationGroups List<ConfigurationGroupResponse>
    Effective configuration groups.
    deleteExistingPeering String
    Flag if need to remove current existing peerings.
    description String
    A description of the connectivity configuration.
    displayName String
    A friendly name for the resource.
    hubs List<HubResponse>
    List of hubItems
    id String
    Resource ID.
    isGlobal String
    Flag if global mesh is supported.
    region String
    Deployment region.
    connectivityTopology string
    Connectivity topology type.
    provisioningState string
    The provisioning state of the connectivity configuration resource.
    appliesToGroups ConnectivityGroupItemResponse[]
    Groups for configuration
    commitTime string
    Deployment time string.
    configurationGroups ConfigurationGroupResponse[]
    Effective configuration groups.
    deleteExistingPeering string
    Flag if need to remove current existing peerings.
    description string
    A description of the connectivity configuration.
    displayName string
    A friendly name for the resource.
    hubs HubResponse[]
    List of hubItems
    id string
    Resource ID.
    isGlobal string
    Flag if global mesh is supported.
    region string
    Deployment region.
    connectivity_topology str
    Connectivity topology type.
    provisioning_state str
    The provisioning state of the connectivity configuration resource.
    applies_to_groups Sequence[ConnectivityGroupItemResponse]
    Groups for configuration
    commit_time str
    Deployment time string.
    configuration_groups Sequence[ConfigurationGroupResponse]
    Effective configuration groups.
    delete_existing_peering str
    Flag if need to remove current existing peerings.
    description str
    A description of the connectivity configuration.
    display_name str
    A friendly name for the resource.
    hubs Sequence[HubResponse]
    List of hubItems
    id str
    Resource ID.
    is_global str
    Flag if global mesh is supported.
    region str
    Deployment region.
    connectivityTopology String
    Connectivity topology type.
    provisioningState String
    The provisioning state of the connectivity configuration resource.
    appliesToGroups List<Property Map>
    Groups for configuration
    commitTime String
    Deployment time string.
    configurationGroups List<Property Map>
    Effective configuration groups.
    deleteExistingPeering String
    Flag if need to remove current existing peerings.
    description String
    A description of the connectivity configuration.
    displayName String
    A friendly name for the resource.
    hubs List<Property Map>
    List of hubItems
    id String
    Resource ID.
    isGlobal String
    Flag if global mesh is supported.
    region String
    Deployment region.

    ConfigurationGroupResponse

    ProvisioningState string
    The provisioning state of the scope assignment resource.
    ConditionalMembership string
    Network group conditional filter.
    Description string
    A description of the network group.
    DisplayName string
    A friendly name for the network group.
    GroupMembers List<Pulumi.AzureNative.Network.Inputs.GroupMembersItemResponse>
    Group members of network group.
    Id string
    Resource ID.
    MemberType string
    Group member type.
    ProvisioningState string
    The provisioning state of the scope assignment resource.
    ConditionalMembership string
    Network group conditional filter.
    Description string
    A description of the network group.
    DisplayName string
    A friendly name for the network group.
    GroupMembers []GroupMembersItemResponse
    Group members of network group.
    Id string
    Resource ID.
    MemberType string
    Group member type.
    provisioningState String
    The provisioning state of the scope assignment resource.
    conditionalMembership String
    Network group conditional filter.
    description String
    A description of the network group.
    displayName String
    A friendly name for the network group.
    groupMembers List<GroupMembersItemResponse>
    Group members of network group.
    id String
    Resource ID.
    memberType String
    Group member type.
    provisioningState string
    The provisioning state of the scope assignment resource.
    conditionalMembership string
    Network group conditional filter.
    description string
    A description of the network group.
    displayName string
    A friendly name for the network group.
    groupMembers GroupMembersItemResponse[]
    Group members of network group.
    id string
    Resource ID.
    memberType string
    Group member type.
    provisioning_state str
    The provisioning state of the scope assignment resource.
    conditional_membership str
    Network group conditional filter.
    description str
    A description of the network group.
    display_name str
    A friendly name for the network group.
    group_members Sequence[GroupMembersItemResponse]
    Group members of network group.
    id str
    Resource ID.
    member_type str
    Group member type.
    provisioningState String
    The provisioning state of the scope assignment resource.
    conditionalMembership String
    Network group conditional filter.
    description String
    A description of the network group.
    displayName String
    A friendly name for the network group.
    groupMembers List<Property Map>
    Group members of network group.
    id String
    Resource ID.
    memberType String
    Group member type.

    ConnectivityGroupItemResponse

    GroupConnectivity string
    Group connectivity type.
    IsGlobal string
    Flag if global is supported.
    NetworkGroupId string
    Network group Id.
    UseHubGateway string
    Flag if need to use hub gateway.
    GroupConnectivity string
    Group connectivity type.
    IsGlobal string
    Flag if global is supported.
    NetworkGroupId string
    Network group Id.
    UseHubGateway string
    Flag if need to use hub gateway.
    groupConnectivity String
    Group connectivity type.
    isGlobal String
    Flag if global is supported.
    networkGroupId String
    Network group Id.
    useHubGateway String
    Flag if need to use hub gateway.
    groupConnectivity string
    Group connectivity type.
    isGlobal string
    Flag if global is supported.
    networkGroupId string
    Network group Id.
    useHubGateway string
    Flag if need to use hub gateway.
    group_connectivity str
    Group connectivity type.
    is_global str
    Flag if global is supported.
    network_group_id str
    Network group Id.
    use_hub_gateway str
    Flag if need to use hub gateway.
    groupConnectivity String
    Group connectivity type.
    isGlobal String
    Flag if global is supported.
    networkGroupId String
    Network group Id.
    useHubGateway String
    Flag if need to use hub gateway.

    GroupMembersItemResponse

    ResourceId string
    Resource Id.
    ResourceId string
    Resource Id.
    resourceId String
    Resource Id.
    resourceId string
    Resource Id.
    resource_id str
    Resource Id.
    resourceId String
    Resource Id.

    HubResponse

    ResourceId string
    Resource Id.
    ResourceType string
    Resource Type.
    ResourceId string
    Resource Id.
    ResourceType string
    Resource Type.
    resourceId String
    Resource Id.
    resourceType String
    Resource Type.
    resourceId string
    Resource Id.
    resourceType string
    Resource Type.
    resource_id str
    Resource Id.
    resource_type str
    Resource Type.
    resourceId String
    Resource Id.
    resourceType String
    Resource Type.

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    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