1. Packages
  2. Azure Native
  3. API Docs
  4. managednetworkfabric
  5. getNetworkTapRule
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.41.0 published on Tuesday, May 14, 2024 by Pulumi

azure-native.managednetworkfabric.getNetworkTapRule

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.41.0 published on Tuesday, May 14, 2024 by Pulumi

    Get Network Tap Rule resource details. Azure REST API version: 2023-06-15.

    Using getNetworkTapRule

    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 getNetworkTapRule(args: GetNetworkTapRuleArgs, opts?: InvokeOptions): Promise<GetNetworkTapRuleResult>
    function getNetworkTapRuleOutput(args: GetNetworkTapRuleOutputArgs, opts?: InvokeOptions): Output<GetNetworkTapRuleResult>
    def get_network_tap_rule(network_tap_rule_name: Optional[str] = None,
                             resource_group_name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetNetworkTapRuleResult
    def get_network_tap_rule_output(network_tap_rule_name: Optional[pulumi.Input[str]] = None,
                             resource_group_name: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetNetworkTapRuleResult]
    func LookupNetworkTapRule(ctx *Context, args *LookupNetworkTapRuleArgs, opts ...InvokeOption) (*LookupNetworkTapRuleResult, error)
    func LookupNetworkTapRuleOutput(ctx *Context, args *LookupNetworkTapRuleOutputArgs, opts ...InvokeOption) LookupNetworkTapRuleResultOutput

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

    public static class GetNetworkTapRule 
    {
        public static Task<GetNetworkTapRuleResult> InvokeAsync(GetNetworkTapRuleArgs args, InvokeOptions? opts = null)
        public static Output<GetNetworkTapRuleResult> Invoke(GetNetworkTapRuleInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNetworkTapRuleResult> getNetworkTapRule(GetNetworkTapRuleArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:managednetworkfabric:getNetworkTapRule
      arguments:
        # arguments dictionary

    The following arguments are supported:

    NetworkTapRuleName string
    Name of the Network Tap Rule.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    NetworkTapRuleName string
    Name of the Network Tap Rule.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    networkTapRuleName String
    Name of the Network Tap Rule.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    networkTapRuleName string
    Name of the Network Tap Rule.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    network_tap_rule_name str
    Name of the Network Tap Rule.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    networkTapRuleName String
    Name of the Network Tap Rule.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getNetworkTapRule Result

    The following output properties are available:

    AdministrativeState string
    Administrative state of the resource.
    ConfigurationState string
    Configuration state of the resource.
    ConfigurationType string
    Input method to configure Network Tap Rule.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    LastSyncedTime string
    The last sync timestamp.
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    NetworkTapId string
    The ARM resource Id of the NetworkTap.
    ProvisioningState string
    Provisioning state of the resource.
    SystemData Pulumi.AzureNative.ManagedNetworkFabric.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Annotation string
    Switch configuration description.
    DynamicMatchConfigurations List<Pulumi.AzureNative.ManagedNetworkFabric.Outputs.CommonDynamicMatchConfigurationResponse>
    List of dynamic match configurations.
    MatchConfigurations List<Pulumi.AzureNative.ManagedNetworkFabric.Outputs.NetworkTapRuleMatchConfigurationResponse>
    List of match configurations.
    PollingIntervalInSeconds int
    Polling interval in seconds.
    Tags Dictionary<string, string>
    Resource tags.
    TapRulesUrl string
    Network Tap Rules file URL.
    AdministrativeState string
    Administrative state of the resource.
    ConfigurationState string
    Configuration state of the resource.
    ConfigurationType string
    Input method to configure Network Tap Rule.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    LastSyncedTime string
    The last sync timestamp.
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    NetworkTapId string
    The ARM resource Id of the NetworkTap.
    ProvisioningState string
    Provisioning state of the resource.
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Annotation string
    Switch configuration description.
    DynamicMatchConfigurations []CommonDynamicMatchConfigurationResponse
    List of dynamic match configurations.
    MatchConfigurations []NetworkTapRuleMatchConfigurationResponse
    List of match configurations.
    PollingIntervalInSeconds int
    Polling interval in seconds.
    Tags map[string]string
    Resource tags.
    TapRulesUrl string
    Network Tap Rules file URL.
    administrativeState String
    Administrative state of the resource.
    configurationState String
    Configuration state of the resource.
    configurationType String
    Input method to configure Network Tap Rule.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    lastSyncedTime String
    The last sync timestamp.
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    networkTapId String
    The ARM resource Id of the NetworkTap.
    provisioningState String
    Provisioning state of the resource.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    annotation String
    Switch configuration description.
    dynamicMatchConfigurations List<CommonDynamicMatchConfigurationResponse>
    List of dynamic match configurations.
    matchConfigurations List<NetworkTapRuleMatchConfigurationResponse>
    List of match configurations.
    pollingIntervalInSeconds Integer
    Polling interval in seconds.
    tags Map<String,String>
    Resource tags.
    tapRulesUrl String
    Network Tap Rules file URL.
    administrativeState string
    Administrative state of the resource.
    configurationState string
    Configuration state of the resource.
    configurationType string
    Input method to configure Network Tap Rule.
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    lastSyncedTime string
    The last sync timestamp.
    location string
    The geo-location where the resource lives
    name string
    The name of the resource
    networkTapId string
    The ARM resource Id of the NetworkTap.
    provisioningState string
    Provisioning state of the resource.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    annotation string
    Switch configuration description.
    dynamicMatchConfigurations CommonDynamicMatchConfigurationResponse[]
    List of dynamic match configurations.
    matchConfigurations NetworkTapRuleMatchConfigurationResponse[]
    List of match configurations.
    pollingIntervalInSeconds number
    Polling interval in seconds.
    tags {[key: string]: string}
    Resource tags.
    tapRulesUrl string
    Network Tap Rules file URL.
    administrative_state str
    Administrative state of the resource.
    configuration_state str
    Configuration state of the resource.
    configuration_type str
    Input method to configure Network Tap Rule.
    id str
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    last_synced_time str
    The last sync timestamp.
    location str
    The geo-location where the resource lives
    name str
    The name of the resource
    network_tap_id str
    The ARM resource Id of the NetworkTap.
    provisioning_state str
    Provisioning state of the resource.
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    annotation str
    Switch configuration description.
    dynamic_match_configurations Sequence[CommonDynamicMatchConfigurationResponse]
    List of dynamic match configurations.
    match_configurations Sequence[NetworkTapRuleMatchConfigurationResponse]
    List of match configurations.
    polling_interval_in_seconds int
    Polling interval in seconds.
    tags Mapping[str, str]
    Resource tags.
    tap_rules_url str
    Network Tap Rules file URL.
    administrativeState String
    Administrative state of the resource.
    configurationState String
    Configuration state of the resource.
    configurationType String
    Input method to configure Network Tap Rule.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    lastSyncedTime String
    The last sync timestamp.
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    networkTapId String
    The ARM resource Id of the NetworkTap.
    provisioningState String
    Provisioning state of the resource.
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    annotation String
    Switch configuration description.
    dynamicMatchConfigurations List<Property Map>
    List of dynamic match configurations.
    matchConfigurations List<Property Map>
    List of match configurations.
    pollingIntervalInSeconds Number
    Polling interval in seconds.
    tags Map<String>
    Resource tags.
    tapRulesUrl String
    Network Tap Rules file URL.

    Supporting Types

    CommonDynamicMatchConfigurationResponse

    ipGroups List<Property Map>
    List of IP Groups.
    portGroups List<Property Map>
    List of the port groups.
    vlanGroups List<Property Map>
    List of vlan groups.

    IpGroupPropertiesResponse

    IpAddressType string
    IP Address type.
    IpPrefixes List<string>
    List of IP Prefixes.
    Name string
    IP Group name.
    IpAddressType string
    IP Address type.
    IpPrefixes []string
    List of IP Prefixes.
    Name string
    IP Group name.
    ipAddressType String
    IP Address type.
    ipPrefixes List<String>
    List of IP Prefixes.
    name String
    IP Group name.
    ipAddressType string
    IP Address type.
    ipPrefixes string[]
    List of IP Prefixes.
    name string
    IP Group name.
    ip_address_type str
    IP Address type.
    ip_prefixes Sequence[str]
    List of IP Prefixes.
    name str
    IP Group name.
    ipAddressType String
    IP Address type.
    ipPrefixes List<String>
    List of IP Prefixes.
    name String
    IP Group name.

    IpMatchConditionResponse

    IpGroupNames List<string>
    The List of IP Group Names that need to be matched.
    IpPrefixValues List<string>
    The list of IP Prefixes that need to be matched.
    PrefixType string
    IP Prefix Type that needs to be matched.
    Type string
    IP Address type that needs to be matched.
    IpGroupNames []string
    The List of IP Group Names that need to be matched.
    IpPrefixValues []string
    The list of IP Prefixes that need to be matched.
    PrefixType string
    IP Prefix Type that needs to be matched.
    Type string
    IP Address type that needs to be matched.
    ipGroupNames List<String>
    The List of IP Group Names that need to be matched.
    ipPrefixValues List<String>
    The list of IP Prefixes that need to be matched.
    prefixType String
    IP Prefix Type that needs to be matched.
    type String
    IP Address type that needs to be matched.
    ipGroupNames string[]
    The List of IP Group Names that need to be matched.
    ipPrefixValues string[]
    The list of IP Prefixes that need to be matched.
    prefixType string
    IP Prefix Type that needs to be matched.
    type string
    IP Address type that needs to be matched.
    ip_group_names Sequence[str]
    The List of IP Group Names that need to be matched.
    ip_prefix_values Sequence[str]
    The list of IP Prefixes that need to be matched.
    prefix_type str
    IP Prefix Type that needs to be matched.
    type str
    IP Address type that needs to be matched.
    ipGroupNames List<String>
    The List of IP Group Names that need to be matched.
    ipPrefixValues List<String>
    The list of IP Prefixes that need to be matched.
    prefixType String
    IP Prefix Type that needs to be matched.
    type String
    IP Address type that needs to be matched.

    NetworkTapRuleActionResponse

    DestinationId string
    Destination Id. The ARM resource Id may be either Network To Network Interconnect or NeighborGroup.
    IsTimestampEnabled string
    The parameter to enable or disable the timestamp.
    MatchConfigurationName string
    The name of the match configuration. This is used when Goto type is provided. If Goto type is selected and no match configuration name is provided. It goes to next configuration.
    Truncate string
    Truncate. 0 indicates do not truncate.
    Type string
    Type of actions that can be performed.
    DestinationId string
    Destination Id. The ARM resource Id may be either Network To Network Interconnect or NeighborGroup.
    IsTimestampEnabled string
    The parameter to enable or disable the timestamp.
    MatchConfigurationName string
    The name of the match configuration. This is used when Goto type is provided. If Goto type is selected and no match configuration name is provided. It goes to next configuration.
    Truncate string
    Truncate. 0 indicates do not truncate.
    Type string
    Type of actions that can be performed.
    destinationId String
    Destination Id. The ARM resource Id may be either Network To Network Interconnect or NeighborGroup.
    isTimestampEnabled String
    The parameter to enable or disable the timestamp.
    matchConfigurationName String
    The name of the match configuration. This is used when Goto type is provided. If Goto type is selected and no match configuration name is provided. It goes to next configuration.
    truncate String
    Truncate. 0 indicates do not truncate.
    type String
    Type of actions that can be performed.
    destinationId string
    Destination Id. The ARM resource Id may be either Network To Network Interconnect or NeighborGroup.
    isTimestampEnabled string
    The parameter to enable or disable the timestamp.
    matchConfigurationName string
    The name of the match configuration. This is used when Goto type is provided. If Goto type is selected and no match configuration name is provided. It goes to next configuration.
    truncate string
    Truncate. 0 indicates do not truncate.
    type string
    Type of actions that can be performed.
    destination_id str
    Destination Id. The ARM resource Id may be either Network To Network Interconnect or NeighborGroup.
    is_timestamp_enabled str
    The parameter to enable or disable the timestamp.
    match_configuration_name str
    The name of the match configuration. This is used when Goto type is provided. If Goto type is selected and no match configuration name is provided. It goes to next configuration.
    truncate str
    Truncate. 0 indicates do not truncate.
    type str
    Type of actions that can be performed.
    destinationId String
    Destination Id. The ARM resource Id may be either Network To Network Interconnect or NeighborGroup.
    isTimestampEnabled String
    The parameter to enable or disable the timestamp.
    matchConfigurationName String
    The name of the match configuration. This is used when Goto type is provided. If Goto type is selected and no match configuration name is provided. It goes to next configuration.
    truncate String
    Truncate. 0 indicates do not truncate.
    type String
    Type of actions that can be performed.

    NetworkTapRuleMatchConditionResponse

    EncapsulationType string
    Encapsulation Type that needs to be matched.
    IpCondition Pulumi.AzureNative.ManagedNetworkFabric.Inputs.IpMatchConditionResponse
    IP condition that needs to be matched.
    PortCondition Pulumi.AzureNative.ManagedNetworkFabric.Inputs.PortConditionResponse
    Defines the port condition that needs to be matched.
    ProtocolTypes List<string>
    List of the protocols that need to be matched.
    VlanMatchCondition Pulumi.AzureNative.ManagedNetworkFabric.Inputs.VlanMatchConditionResponse
    Vlan match condition that needs to be matched.
    EncapsulationType string
    Encapsulation Type that needs to be matched.
    IpCondition IpMatchConditionResponse
    IP condition that needs to be matched.
    PortCondition PortConditionResponse
    Defines the port condition that needs to be matched.
    ProtocolTypes []string
    List of the protocols that need to be matched.
    VlanMatchCondition VlanMatchConditionResponse
    Vlan match condition that needs to be matched.
    encapsulationType String
    Encapsulation Type that needs to be matched.
    ipCondition IpMatchConditionResponse
    IP condition that needs to be matched.
    portCondition PortConditionResponse
    Defines the port condition that needs to be matched.
    protocolTypes List<String>
    List of the protocols that need to be matched.
    vlanMatchCondition VlanMatchConditionResponse
    Vlan match condition that needs to be matched.
    encapsulationType string
    Encapsulation Type that needs to be matched.
    ipCondition IpMatchConditionResponse
    IP condition that needs to be matched.
    portCondition PortConditionResponse
    Defines the port condition that needs to be matched.
    protocolTypes string[]
    List of the protocols that need to be matched.
    vlanMatchCondition VlanMatchConditionResponse
    Vlan match condition that needs to be matched.
    encapsulation_type str
    Encapsulation Type that needs to be matched.
    ip_condition IpMatchConditionResponse
    IP condition that needs to be matched.
    port_condition PortConditionResponse
    Defines the port condition that needs to be matched.
    protocol_types Sequence[str]
    List of the protocols that need to be matched.
    vlan_match_condition VlanMatchConditionResponse
    Vlan match condition that needs to be matched.
    encapsulationType String
    Encapsulation Type that needs to be matched.
    ipCondition Property Map
    IP condition that needs to be matched.
    portCondition Property Map
    Defines the port condition that needs to be matched.
    protocolTypes List<String>
    List of the protocols that need to be matched.
    vlanMatchCondition Property Map
    Vlan match condition that needs to be matched.

    NetworkTapRuleMatchConfigurationResponse

    Actions List<Pulumi.AzureNative.ManagedNetworkFabric.Inputs.NetworkTapRuleActionResponse>
    List of actions that need to be performed for the matched conditions.
    IpAddressType string
    Type of IP Address. IPv4 or IPv6
    MatchConditions List<Pulumi.AzureNative.ManagedNetworkFabric.Inputs.NetworkTapRuleMatchConditionResponse>
    List of the match conditions.
    MatchConfigurationName string
    The name of the match configuration.
    SequenceNumber double
    Sequence Number of the match configuration..
    Actions []NetworkTapRuleActionResponse
    List of actions that need to be performed for the matched conditions.
    IpAddressType string
    Type of IP Address. IPv4 or IPv6
    MatchConditions []NetworkTapRuleMatchConditionResponse
    List of the match conditions.
    MatchConfigurationName string
    The name of the match configuration.
    SequenceNumber float64
    Sequence Number of the match configuration..
    actions List<NetworkTapRuleActionResponse>
    List of actions that need to be performed for the matched conditions.
    ipAddressType String
    Type of IP Address. IPv4 or IPv6
    matchConditions List<NetworkTapRuleMatchConditionResponse>
    List of the match conditions.
    matchConfigurationName String
    The name of the match configuration.
    sequenceNumber Double
    Sequence Number of the match configuration..
    actions NetworkTapRuleActionResponse[]
    List of actions that need to be performed for the matched conditions.
    ipAddressType string
    Type of IP Address. IPv4 or IPv6
    matchConditions NetworkTapRuleMatchConditionResponse[]
    List of the match conditions.
    matchConfigurationName string
    The name of the match configuration.
    sequenceNumber number
    Sequence Number of the match configuration..
    actions Sequence[NetworkTapRuleActionResponse]
    List of actions that need to be performed for the matched conditions.
    ip_address_type str
    Type of IP Address. IPv4 or IPv6
    match_conditions Sequence[NetworkTapRuleMatchConditionResponse]
    List of the match conditions.
    match_configuration_name str
    The name of the match configuration.
    sequence_number float
    Sequence Number of the match configuration..
    actions List<Property Map>
    List of actions that need to be performed for the matched conditions.
    ipAddressType String
    Type of IP Address. IPv4 or IPv6
    matchConditions List<Property Map>
    List of the match conditions.
    matchConfigurationName String
    The name of the match configuration.
    sequenceNumber Number
    Sequence Number of the match configuration..

    PortConditionResponse

    Layer4Protocol string
    Layer4 protocol type that needs to be matched.
    PortGroupNames List<string>
    List of the port Group Names that need to be matched.
    PortType string
    Port type that needs to be matched.
    Ports List<string>
    List of the Ports that need to be matched.
    Layer4Protocol string
    Layer4 protocol type that needs to be matched.
    PortGroupNames []string
    List of the port Group Names that need to be matched.
    PortType string
    Port type that needs to be matched.
    Ports []string
    List of the Ports that need to be matched.
    layer4Protocol String
    Layer4 protocol type that needs to be matched.
    portGroupNames List<String>
    List of the port Group Names that need to be matched.
    portType String
    Port type that needs to be matched.
    ports List<String>
    List of the Ports that need to be matched.
    layer4Protocol string
    Layer4 protocol type that needs to be matched.
    portGroupNames string[]
    List of the port Group Names that need to be matched.
    portType string
    Port type that needs to be matched.
    ports string[]
    List of the Ports that need to be matched.
    layer4_protocol str
    Layer4 protocol type that needs to be matched.
    port_group_names Sequence[str]
    List of the port Group Names that need to be matched.
    port_type str
    Port type that needs to be matched.
    ports Sequence[str]
    List of the Ports that need to be matched.
    layer4Protocol String
    Layer4 protocol type that needs to be matched.
    portGroupNames List<String>
    List of the port Group Names that need to be matched.
    portType String
    Port type that needs to be matched.
    ports List<String>
    List of the Ports that need to be matched.

    PortGroupPropertiesResponse

    Name string
    The name of the port group.
    Ports List<string>
    List of the ports that need to be matched.
    Name string
    The name of the port group.
    Ports []string
    List of the ports that need to be matched.
    name String
    The name of the port group.
    ports List<String>
    List of the ports that need to be matched.
    name string
    The name of the port group.
    ports string[]
    List of the ports that need to be matched.
    name str
    The name of the port group.
    ports Sequence[str]
    List of the ports that need to be matched.
    name String
    The name of the port group.
    ports List<String>
    List of the ports that need to be matched.

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    VlanGroupPropertiesResponse

    Name string
    Vlan group name.
    Vlans List<string>
    List of vlans.
    Name string
    Vlan group name.
    Vlans []string
    List of vlans.
    name String
    Vlan group name.
    vlans List<String>
    List of vlans.
    name string
    Vlan group name.
    vlans string[]
    List of vlans.
    name str
    Vlan group name.
    vlans Sequence[str]
    List of vlans.
    name String
    Vlan group name.
    vlans List<String>
    List of vlans.

    VlanMatchConditionResponse

    InnerVlans List<string>
    List of inner vlans that need to be matched.
    VlanGroupNames List<string>
    List of vlan group names that need to be matched.
    Vlans List<string>
    List of vlans that need to be matched.
    InnerVlans []string
    List of inner vlans that need to be matched.
    VlanGroupNames []string
    List of vlan group names that need to be matched.
    Vlans []string
    List of vlans that need to be matched.
    innerVlans List<String>
    List of inner vlans that need to be matched.
    vlanGroupNames List<String>
    List of vlan group names that need to be matched.
    vlans List<String>
    List of vlans that need to be matched.
    innerVlans string[]
    List of inner vlans that need to be matched.
    vlanGroupNames string[]
    List of vlan group names that need to be matched.
    vlans string[]
    List of vlans that need to be matched.
    inner_vlans Sequence[str]
    List of inner vlans that need to be matched.
    vlan_group_names Sequence[str]
    List of vlan group names that need to be matched.
    vlans Sequence[str]
    List of vlans that need to be matched.
    innerVlans List<String>
    List of inner vlans that need to be matched.
    vlanGroupNames List<String>
    List of vlan group names that need to be matched.
    vlans List<String>
    List of vlans that need to be matched.

    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.41.0 published on Tuesday, May 14, 2024 by Pulumi