1. Packages
  2. Azure Native
  3. API Docs
  4. managednetworkfabric
  5. getAccessControlList
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi

azure-native.managednetworkfabric.getAccessControlList

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi

    Implements Access Control List GET method.

    Uses Azure REST API version 2023-06-15.

    Other available API versions: 2023-02-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native managednetworkfabric [ApiVersion]. See the version guide for details.

    Using getAccessControlList

    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 getAccessControlList(args: GetAccessControlListArgs, opts?: InvokeOptions): Promise<GetAccessControlListResult>
    function getAccessControlListOutput(args: GetAccessControlListOutputArgs, opts?: InvokeOptions): Output<GetAccessControlListResult>
    def get_access_control_list(access_control_list_name: Optional[str] = None,
                                resource_group_name: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetAccessControlListResult
    def get_access_control_list_output(access_control_list_name: Optional[pulumi.Input[str]] = None,
                                resource_group_name: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetAccessControlListResult]
    func LookupAccessControlList(ctx *Context, args *LookupAccessControlListArgs, opts ...InvokeOption) (*LookupAccessControlListResult, error)
    func LookupAccessControlListOutput(ctx *Context, args *LookupAccessControlListOutputArgs, opts ...InvokeOption) LookupAccessControlListResultOutput

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

    public static class GetAccessControlList 
    {
        public static Task<GetAccessControlListResult> InvokeAsync(GetAccessControlListArgs args, InvokeOptions? opts = null)
        public static Output<GetAccessControlListResult> Invoke(GetAccessControlListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAccessControlListResult> getAccessControlList(GetAccessControlListArgs args, InvokeOptions options)
    public static Output<GetAccessControlListResult> getAccessControlList(GetAccessControlListArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:managednetworkfabric:getAccessControlList
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccessControlListName string
    Name of the Access Control List.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    AccessControlListName string
    Name of the Access Control List.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    accessControlListName String
    Name of the Access Control List.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    accessControlListName string
    Name of the Access Control List.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    access_control_list_name str
    Name of the Access Control List.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    accessControlListName String
    Name of the Access Control List.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getAccessControlList Result

    The following output properties are available:

    AdministrativeState string
    Administrative state of the resource.
    AzureApiVersion string
    The Azure API version of the resource.
    ConfigurationState string
    Configuration state of the resource.
    ConfigurationType string
    Input method to configure Access Control List.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    LastSyncedTime string
    The last synced timestamp.
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    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"
    AclsUrl string
    Access Control List file URL.
    Annotation string
    Switch configuration description.
    DefaultAction string
    Default action that needs to be applied when no condition is matched. Example: Permit | Deny.
    DynamicMatchConfigurations List<Pulumi.AzureNative.ManagedNetworkFabric.Outputs.CommonDynamicMatchConfigurationResponse>
    List of dynamic match configurations.
    MatchConfigurations List<Pulumi.AzureNative.ManagedNetworkFabric.Outputs.AccessControlListMatchConfigurationResponse>
    List of match configurations.
    Tags Dictionary<string, string>
    Resource tags.
    AdministrativeState string
    Administrative state of the resource.
    AzureApiVersion string
    The Azure API version of the resource.
    ConfigurationState string
    Configuration state of the resource.
    ConfigurationType string
    Input method to configure Access Control List.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    LastSyncedTime string
    The last synced timestamp.
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    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"
    AclsUrl string
    Access Control List file URL.
    Annotation string
    Switch configuration description.
    DefaultAction string
    Default action that needs to be applied when no condition is matched. Example: Permit | Deny.
    DynamicMatchConfigurations []CommonDynamicMatchConfigurationResponse
    List of dynamic match configurations.
    MatchConfigurations []AccessControlListMatchConfigurationResponse
    List of match configurations.
    Tags map[string]string
    Resource tags.
    administrativeState String
    Administrative state of the resource.
    azureApiVersion String
    The Azure API version of the resource.
    configurationState String
    Configuration state of the resource.
    configurationType String
    Input method to configure Access Control List.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    lastSyncedTime String
    The last synced timestamp.
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    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"
    aclsUrl String
    Access Control List file URL.
    annotation String
    Switch configuration description.
    defaultAction String
    Default action that needs to be applied when no condition is matched. Example: Permit | Deny.
    dynamicMatchConfigurations List<CommonDynamicMatchConfigurationResponse>
    List of dynamic match configurations.
    matchConfigurations List<AccessControlListMatchConfigurationResponse>
    List of match configurations.
    tags Map<String,String>
    Resource tags.
    administrativeState string
    Administrative state of the resource.
    azureApiVersion string
    The Azure API version of the resource.
    configurationState string
    Configuration state of the resource.
    configurationType string
    Input method to configure Access Control List.
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    lastSyncedTime string
    The last synced timestamp.
    location string
    The geo-location where the resource lives
    name string
    The name of the resource
    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"
    aclsUrl string
    Access Control List file URL.
    annotation string
    Switch configuration description.
    defaultAction string
    Default action that needs to be applied when no condition is matched. Example: Permit | Deny.
    dynamicMatchConfigurations CommonDynamicMatchConfigurationResponse[]
    List of dynamic match configurations.
    matchConfigurations AccessControlListMatchConfigurationResponse[]
    List of match configurations.
    tags {[key: string]: string}
    Resource tags.
    administrative_state str
    Administrative state of the resource.
    azure_api_version str
    The Azure API version of the resource.
    configuration_state str
    Configuration state of the resource.
    configuration_type str
    Input method to configure Access Control List.
    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 synced timestamp.
    location str
    The geo-location where the resource lives
    name str
    The name of the resource
    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"
    acls_url str
    Access Control List file URL.
    annotation str
    Switch configuration description.
    default_action str
    Default action that needs to be applied when no condition is matched. Example: Permit | Deny.
    dynamic_match_configurations Sequence[CommonDynamicMatchConfigurationResponse]
    List of dynamic match configurations.
    match_configurations Sequence[AccessControlListMatchConfigurationResponse]
    List of match configurations.
    tags Mapping[str, str]
    Resource tags.
    administrativeState String
    Administrative state of the resource.
    azureApiVersion String
    The Azure API version of the resource.
    configurationState String
    Configuration state of the resource.
    configurationType String
    Input method to configure Access Control List.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    lastSyncedTime String
    The last synced timestamp.
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    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"
    aclsUrl String
    Access Control List file URL.
    annotation String
    Switch configuration description.
    defaultAction String
    Default action that needs to be applied when no condition is matched. Example: Permit | Deny.
    dynamicMatchConfigurations List<Property Map>
    List of dynamic match configurations.
    matchConfigurations List<Property Map>
    List of match configurations.
    tags Map<String>
    Resource tags.

    Supporting Types

    AccessControlListActionResponse

    CounterName string
    Name of the counter block to get match count information.
    Type string
    Type of actions that can be performed.
    CounterName string
    Name of the counter block to get match count information.
    Type string
    Type of actions that can be performed.
    counterName String
    Name of the counter block to get match count information.
    type String
    Type of actions that can be performed.
    counterName string
    Name of the counter block to get match count information.
    type string
    Type of actions that can be performed.
    counter_name str
    Name of the counter block to get match count information.
    type str
    Type of actions that can be performed.
    counterName String
    Name of the counter block to get match count information.
    type String
    Type of actions that can be performed.

    AccessControlListMatchConditionResponse

    DscpMarkings List<string>
    List of DSCP Markings that need to be matched.
    EtherTypes List<string>
    List of ether type values that need to be matched.
    Fragments List<string>
    List of IP fragment packets that need to be matched.
    IpCondition Pulumi.AzureNative.ManagedNetworkFabric.Inputs.IpMatchConditionResponse
    IP condition that needs to be matched.
    IpLengths List<string>
    List of IP Lengths that need to be matched.
    PortCondition Pulumi.AzureNative.ManagedNetworkFabric.Inputs.AccessControlListPortConditionResponse
    Defines the port condition that needs to be matched.
    ProtocolTypes List<string>
    List of the protocols that need to be matched.
    TtlValues List<string>
    List of TTL [Time To Live] values that need to be matched.
    VlanMatchCondition Pulumi.AzureNative.ManagedNetworkFabric.Inputs.VlanMatchConditionResponse
    Vlan match condition that needs to be matched.
    DscpMarkings []string
    List of DSCP Markings that need to be matched.
    EtherTypes []string
    List of ether type values that need to be matched.
    Fragments []string
    List of IP fragment packets that need to be matched.
    IpCondition IpMatchConditionResponse
    IP condition that needs to be matched.
    IpLengths []string
    List of IP Lengths that need to be matched.
    PortCondition AccessControlListPortConditionResponse
    Defines the port condition that needs to be matched.
    ProtocolTypes []string
    List of the protocols that need to be matched.
    TtlValues []string
    List of TTL [Time To Live] values that need to be matched.
    VlanMatchCondition VlanMatchConditionResponse
    Vlan match condition that needs to be matched.
    dscpMarkings List<String>
    List of DSCP Markings that need to be matched.
    etherTypes List<String>
    List of ether type values that need to be matched.
    fragments List<String>
    List of IP fragment packets that need to be matched.
    ipCondition IpMatchConditionResponse
    IP condition that needs to be matched.
    ipLengths List<String>
    List of IP Lengths that need to be matched.
    portCondition AccessControlListPortConditionResponse
    Defines the port condition that needs to be matched.
    protocolTypes List<String>
    List of the protocols that need to be matched.
    ttlValues List<String>
    List of TTL [Time To Live] values that need to be matched.
    vlanMatchCondition VlanMatchConditionResponse
    Vlan match condition that needs to be matched.
    dscpMarkings string[]
    List of DSCP Markings that need to be matched.
    etherTypes string[]
    List of ether type values that need to be matched.
    fragments string[]
    List of IP fragment packets that need to be matched.
    ipCondition IpMatchConditionResponse
    IP condition that needs to be matched.
    ipLengths string[]
    List of IP Lengths that need to be matched.
    portCondition AccessControlListPortConditionResponse
    Defines the port condition that needs to be matched.
    protocolTypes string[]
    List of the protocols that need to be matched.
    ttlValues string[]
    List of TTL [Time To Live] values that need to be matched.
    vlanMatchCondition VlanMatchConditionResponse
    Vlan match condition that needs to be matched.
    dscp_markings Sequence[str]
    List of DSCP Markings that need to be matched.
    ether_types Sequence[str]
    List of ether type values that need to be matched.
    fragments Sequence[str]
    List of IP fragment packets that need to be matched.
    ip_condition IpMatchConditionResponse
    IP condition that needs to be matched.
    ip_lengths Sequence[str]
    List of IP Lengths that need to be matched.
    port_condition AccessControlListPortConditionResponse
    Defines the port condition that needs to be matched.
    protocol_types Sequence[str]
    List of the protocols that need to be matched.
    ttl_values Sequence[str]
    List of TTL [Time To Live] values that need to be matched.
    vlan_match_condition VlanMatchConditionResponse
    Vlan match condition that needs to be matched.
    dscpMarkings List<String>
    List of DSCP Markings that need to be matched.
    etherTypes List<String>
    List of ether type values that need to be matched.
    fragments List<String>
    List of IP fragment packets that need to be matched.
    ipCondition Property Map
    IP condition that needs to be matched.
    ipLengths List<String>
    List of IP Lengths that need 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.
    ttlValues List<String>
    List of TTL [Time To Live] values that need to be matched.
    vlanMatchCondition Property Map
    Vlan match condition that needs to be matched.

    AccessControlListMatchConfigurationResponse

    Actions List<Pulumi.AzureNative.ManagedNetworkFabric.Inputs.AccessControlListActionResponse>
    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.AccessControlListMatchConditionResponse>
    List of the match conditions.
    MatchConfigurationName string
    The name of the match configuration.
    SequenceNumber double
    Sequence Number of the match configuration.
    Actions []AccessControlListActionResponse
    List of actions that need to be performed for the matched conditions.
    IpAddressType string
    Type of IP Address. IPv4 or IPv6
    MatchConditions []AccessControlListMatchConditionResponse
    List of the match conditions.
    MatchConfigurationName string
    The name of the match configuration.
    SequenceNumber float64
    Sequence Number of the match configuration.
    actions List<AccessControlListActionResponse>
    List of actions that need to be performed for the matched conditions.
    ipAddressType String
    Type of IP Address. IPv4 or IPv6
    matchConditions List<AccessControlListMatchConditionResponse>
    List of the match conditions.
    matchConfigurationName String
    The name of the match configuration.
    sequenceNumber Double
    Sequence Number of the match configuration.
    actions AccessControlListActionResponse[]
    List of actions that need to be performed for the matched conditions.
    ipAddressType string
    Type of IP Address. IPv4 or IPv6
    matchConditions AccessControlListMatchConditionResponse[]
    List of the match conditions.
    matchConfigurationName string
    The name of the match configuration.
    sequenceNumber number
    Sequence Number of the match configuration.
    actions Sequence[AccessControlListActionResponse]
    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[AccessControlListMatchConditionResponse]
    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.

    AccessControlListPortConditionResponse

    Layer4Protocol string
    Layer4 protocol type that needs to be matched.
    Flags List<string>
    List of protocol flags that need to be matched. Example: established | initial | . List of eligible TCP Flags are ack, fin, not-ack, not-fin, not-psh, not-rst, not-syn, not-urg, psh, rst, syn, urg
    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.
    Flags []string
    List of protocol flags that need to be matched. Example: established | initial | . List of eligible TCP Flags are ack, fin, not-ack, not-fin, not-psh, not-rst, not-syn, not-urg, psh, rst, syn, urg
    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.
    flags List<String>
    List of protocol flags that need to be matched. Example: established | initial | . List of eligible TCP Flags are ack, fin, not-ack, not-fin, not-psh, not-rst, not-syn, not-urg, psh, rst, syn, urg
    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.
    flags string[]
    List of protocol flags that need to be matched. Example: established | initial | . List of eligible TCP Flags are ack, fin, not-ack, not-fin, not-psh, not-rst, not-syn, not-urg, psh, rst, syn, urg
    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.
    flags Sequence[str]
    List of protocol flags that need to be matched. Example: established | initial | . List of eligible TCP Flags are ack, fin, not-ack, not-fin, not-psh, not-rst, not-syn, not-urg, psh, rst, syn, urg
    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.
    flags List<String>
    List of protocol flags that need to be matched. Example: established | initial | . List of eligible TCP Flags are ack, fin, not-ack, not-fin, not-psh, not-rst, not-syn, not-urg, psh, rst, syn, urg
    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.

    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.

    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 v2 docs if using the v2 version of this package.
    Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi