1. Packages
  2. Packages
  3. Azure Native
  4. API Docs
  5. cognitiveservices
  6. getManagedNetworkSetting
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v3.25.0
published on Wednesday, Aug 5, 2026 by Pulumi
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.
Viewing docs for Azure Native v3.25.0
published on Wednesday, Aug 5, 2026 by Pulumi

    Get API for managed network settings of a cognitive services account.

    Uses Azure REST API version 2026-01-15-preview.

    Other available API versions: 2026-03-01, 2026-03-15-preview, 2026-05-01, 2026-05-15-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native cognitiveservices [ApiVersion]. See the version guide for details.

    Using getManagedNetworkSetting

    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 getManagedNetworkSetting(args: GetManagedNetworkSettingArgs, opts?: InvokeOptions): Promise<GetManagedNetworkSettingResult>
    function getManagedNetworkSettingOutput(args: GetManagedNetworkSettingOutputArgs, opts?: InvokeOptions): Output<GetManagedNetworkSettingResult>
    def get_managed_network_setting(account_name: Optional[str] = None,
                                    managed_network_name: Optional[str] = None,
                                    resource_group_name: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetManagedNetworkSettingResult
    def get_managed_network_setting_output(account_name: pulumi.Input[Optional[str]] = None,
                                    managed_network_name: pulumi.Input[Optional[str]] = None,
                                    resource_group_name: pulumi.Input[Optional[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetManagedNetworkSettingResult]
    func LookupManagedNetworkSetting(ctx *Context, args *LookupManagedNetworkSettingArgs, opts ...InvokeOption) (*LookupManagedNetworkSettingResult, error)
    func LookupManagedNetworkSettingOutput(ctx *Context, args *LookupManagedNetworkSettingOutputArgs, opts ...InvokeOption) LookupManagedNetworkSettingResultOutput

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

    public static class GetManagedNetworkSetting 
    {
        public static Task<GetManagedNetworkSettingResult> InvokeAsync(GetManagedNetworkSettingArgs args, InvokeOptions? opts = null)
        public static Output<GetManagedNetworkSettingResult> Invoke(GetManagedNetworkSettingInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagedNetworkSettingResult> getManagedNetworkSetting(GetManagedNetworkSettingArgs args, InvokeOptions options)
    public static Output<GetManagedNetworkSettingResult> getManagedNetworkSetting(GetManagedNetworkSettingArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:cognitiveservices:getManagedNetworkSetting
      arguments:
        # arguments dictionary
    data "azure-native_cognitiveservices_get_managed_network_setting" "name" {
        # arguments
    }

    The following arguments are supported:

    AccountName string
    The name of Cognitive Services account.
    ManagedNetworkName string
    Name of the managedNetwork associated with the cognitive services account. Only 'default' is supported.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    AccountName string
    The name of Cognitive Services account.
    ManagedNetworkName string
    Name of the managedNetwork associated with the cognitive services account. Only 'default' is supported.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    account_name string
    The name of Cognitive Services account.
    managed_network_name string
    Name of the managedNetwork associated with the cognitive services account. Only 'default' is supported.
    resource_group_name string
    The name of the resource group. The name is case insensitive.
    accountName String
    The name of Cognitive Services account.
    managedNetworkName String
    Name of the managedNetwork associated with the cognitive services account. Only 'default' is supported.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    accountName string
    The name of Cognitive Services account.
    managedNetworkName string
    Name of the managedNetwork associated with the cognitive services account. Only 'default' is supported.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    account_name str
    The name of Cognitive Services account.
    managed_network_name str
    Name of the managedNetwork associated with the cognitive services account. Only 'default' is supported.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    accountName String
    The name of Cognitive Services account.
    managedNetworkName String
    Name of the managedNetwork associated with the cognitive services account. Only 'default' is supported.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getManagedNetworkSetting Result

    The following output properties are available:

    AzureApiVersion string
    The Azure API version of the resource.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    Properties Pulumi.AzureNative.CognitiveServices.Outputs.ManagedNetworkSettingsPropertiesResponse
    The properties of the managed network settings of a cognitive services account.
    SystemData Pulumi.AzureNative.CognitiveServices.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"
    AzureApiVersion string
    The Azure API version of the resource.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    Properties ManagedNetworkSettingsPropertiesResponse
    The properties of the managed network settings of a cognitive services account.
    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"
    azure_api_version string
    The Azure API version of the resource.
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name string
    The name of the resource
    properties object
    The properties of the managed network settings of a cognitive services account.
    system_data object
    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"
    azureApiVersion String
    The Azure API version of the resource.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    properties ManagedNetworkSettingsPropertiesResponse
    The properties of the managed network settings of a cognitive services account.
    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"
    azureApiVersion string
    The Azure API version of the resource.
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name string
    The name of the resource
    properties ManagedNetworkSettingsPropertiesResponse
    The properties of the managed network settings of a cognitive services account.
    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"
    azure_api_version str
    The Azure API version of the resource.
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name str
    The name of the resource
    properties ManagedNetworkSettingsPropertiesResponse
    The properties of the managed network settings of a cognitive services account.
    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"
    azureApiVersion String
    The Azure API version of the resource.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    properties Property Map
    The properties of the managed network settings of a cognitive services account.
    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"

    Supporting Types

    FqdnOutboundRuleResponse

    ErrorInformation string
    Error information about an outbound rule of a cognitive services account if RuleStatus is failed.
    ParentRuleNames List<string>
    Category string
    Category of a managed network Outbound Rule of a cognitive services account.
    Destination string
    Status string
    Type of a managed network Outbound Rule of a cognitive services account.
    ErrorInformation string
    Error information about an outbound rule of a cognitive services account if RuleStatus is failed.
    ParentRuleNames []string
    Category string
    Category of a managed network Outbound Rule of a cognitive services account.
    Destination string
    Status string
    Type of a managed network Outbound Rule of a cognitive services account.
    error_information string
    Error information about an outbound rule of a cognitive services account if RuleStatus is failed.
    parent_rule_names list(string)
    category string
    Category of a managed network Outbound Rule of a cognitive services account.
    destination string
    status string
    Type of a managed network Outbound Rule of a cognitive services account.
    errorInformation String
    Error information about an outbound rule of a cognitive services account if RuleStatus is failed.
    parentRuleNames List<String>
    category String
    Category of a managed network Outbound Rule of a cognitive services account.
    destination String
    status String
    Type of a managed network Outbound Rule of a cognitive services account.
    errorInformation string
    Error information about an outbound rule of a cognitive services account if RuleStatus is failed.
    parentRuleNames string[]
    category string
    Category of a managed network Outbound Rule of a cognitive services account.
    destination string
    status string
    Type of a managed network Outbound Rule of a cognitive services account.
    error_information str
    Error information about an outbound rule of a cognitive services account if RuleStatus is failed.
    parent_rule_names Sequence[str]
    category str
    Category of a managed network Outbound Rule of a cognitive services account.
    destination str
    status str
    Type of a managed network Outbound Rule of a cognitive services account.
    errorInformation String
    Error information about an outbound rule of a cognitive services account if RuleStatus is failed.
    parentRuleNames List<String>
    category String
    Category of a managed network Outbound Rule of a cognitive services account.
    destination String
    status String
    Type of a managed network Outbound Rule of a cognitive services account.

    ManagedNetworkProvisionStatusResponse

    Status string
    Status for the managed network of a cognitive services account.
    Status string
    Status for the managed network of a cognitive services account.
    status string
    Status for the managed network of a cognitive services account.
    status String
    Status for the managed network of a cognitive services account.
    status string
    Status for the managed network of a cognitive services account.
    status str
    Status for the managed network of a cognitive services account.
    status String
    Status for the managed network of a cognitive services account.

    ManagedNetworkSettingsExResponse

    ChangeableIsolationModes List<string>
    FirewallPublicIpAddress string
    Public IP address assigned to the Azure Firewall.
    NetworkId string
    ProvisioningState string
    The provisioning state of the managed network settings.
    FirewallSku string
    Firewall Sku used for FQDN Rules
    IsolationMode string
    Isolation mode for the managed network of a cognitive services account.
    ManagedNetworkKind string
    The Kind of the managed network. Users can switch from V1 to V2 for granular access controls, but cannot switch back to V1 once V2 is enabled.
    OutboundRules Dictionary<string, object>
    Dictionary of
    Status Pulumi.AzureNative.CognitiveServices.Inputs.ManagedNetworkProvisionStatusResponse
    Status of the Provisioning for the managed network of a cognitive services account.
    ChangeableIsolationModes []string
    FirewallPublicIpAddress string
    Public IP address assigned to the Azure Firewall.
    NetworkId string
    ProvisioningState string
    The provisioning state of the managed network settings.
    FirewallSku string
    Firewall Sku used for FQDN Rules
    IsolationMode string
    Isolation mode for the managed network of a cognitive services account.
    ManagedNetworkKind string
    The Kind of the managed network. Users can switch from V1 to V2 for granular access controls, but cannot switch back to V1 once V2 is enabled.
    OutboundRules map[string]interface{}
    Dictionary of
    Status ManagedNetworkProvisionStatusResponse
    Status of the Provisioning for the managed network of a cognitive services account.
    changeable_isolation_modes list(string)
    firewall_public_ip_address string
    Public IP address assigned to the Azure Firewall.
    network_id string
    provisioning_state string
    The provisioning state of the managed network settings.
    firewall_sku string
    Firewall Sku used for FQDN Rules
    isolation_mode string
    Isolation mode for the managed network of a cognitive services account.
    managed_network_kind string
    The Kind of the managed network. Users can switch from V1 to V2 for granular access controls, but cannot switch back to V1 once V2 is enabled.
    outbound_rules map(object | object | object)
    Dictionary of
    status object
    Status of the Provisioning for the managed network of a cognitive services account.
    changeableIsolationModes List<String>
    firewallPublicIpAddress String
    Public IP address assigned to the Azure Firewall.
    networkId String
    provisioningState String
    The provisioning state of the managed network settings.
    firewallSku String
    Firewall Sku used for FQDN Rules
    isolationMode String
    Isolation mode for the managed network of a cognitive services account.
    managedNetworkKind String
    The Kind of the managed network. Users can switch from V1 to V2 for granular access controls, but cannot switch back to V1 once V2 is enabled.
    outboundRules Map<String,Object>
    Dictionary of
    status ManagedNetworkProvisionStatusResponse
    Status of the Provisioning for the managed network of a cognitive services account.
    changeableIsolationModes string[]
    firewallPublicIpAddress string
    Public IP address assigned to the Azure Firewall.
    networkId string
    provisioningState string
    The provisioning state of the managed network settings.
    firewallSku string
    Firewall Sku used for FQDN Rules
    isolationMode string
    Isolation mode for the managed network of a cognitive services account.
    managedNetworkKind string
    The Kind of the managed network. Users can switch from V1 to V2 for granular access controls, but cannot switch back to V1 once V2 is enabled.
    outboundRules {[key: string]: FqdnOutboundRuleResponse | PrivateEndpointOutboundRuleResponse | ServiceTagOutboundRuleResponse}
    Dictionary of
    status ManagedNetworkProvisionStatusResponse
    Status of the Provisioning for the managed network of a cognitive services account.
    changeable_isolation_modes Sequence[str]
    firewall_public_ip_address str
    Public IP address assigned to the Azure Firewall.
    network_id str
    provisioning_state str
    The provisioning state of the managed network settings.
    firewall_sku str
    Firewall Sku used for FQDN Rules
    isolation_mode str
    Isolation mode for the managed network of a cognitive services account.
    managed_network_kind str
    The Kind of the managed network. Users can switch from V1 to V2 for granular access controls, but cannot switch back to V1 once V2 is enabled.
    outbound_rules Mapping[str, Union[FqdnOutboundRuleResponse, PrivateEndpointOutboundRuleResponse, ServiceTagOutboundRuleResponse]]
    Dictionary of
    status ManagedNetworkProvisionStatusResponse
    Status of the Provisioning for the managed network of a cognitive services account.
    changeableIsolationModes List<String>
    firewallPublicIpAddress String
    Public IP address assigned to the Azure Firewall.
    networkId String
    provisioningState String
    The provisioning state of the managed network settings.
    firewallSku String
    Firewall Sku used for FQDN Rules
    isolationMode String
    Isolation mode for the managed network of a cognitive services account.
    managedNetworkKind String
    The Kind of the managed network. Users can switch from V1 to V2 for granular access controls, but cannot switch back to V1 once V2 is enabled.
    outboundRules Map<Property Map | Property Map | Property Map>
    Dictionary of
    status Property Map
    Status of the Provisioning for the managed network of a cognitive services account.

    ManagedNetworkSettingsPropertiesResponse

    ProvisioningState string
    The current deployment state of the managed network resource. The provisioningState is to indicate states for resource provisioning.
    ManagedNetwork Pulumi.AzureNative.CognitiveServices.Inputs.ManagedNetworkSettingsExResponse
    Managed Network settings for a cognitive services account.
    ProvisioningState string
    The current deployment state of the managed network resource. The provisioningState is to indicate states for resource provisioning.
    ManagedNetwork ManagedNetworkSettingsExResponse
    Managed Network settings for a cognitive services account.
    provisioning_state string
    The current deployment state of the managed network resource. The provisioningState is to indicate states for resource provisioning.
    managed_network object
    Managed Network settings for a cognitive services account.
    provisioningState String
    The current deployment state of the managed network resource. The provisioningState is to indicate states for resource provisioning.
    managedNetwork ManagedNetworkSettingsExResponse
    Managed Network settings for a cognitive services account.
    provisioningState string
    The current deployment state of the managed network resource. The provisioningState is to indicate states for resource provisioning.
    managedNetwork ManagedNetworkSettingsExResponse
    Managed Network settings for a cognitive services account.
    provisioning_state str
    The current deployment state of the managed network resource. The provisioningState is to indicate states for resource provisioning.
    managed_network ManagedNetworkSettingsExResponse
    Managed Network settings for a cognitive services account.
    provisioningState String
    The current deployment state of the managed network resource. The provisioningState is to indicate states for resource provisioning.
    managedNetwork Property Map
    Managed Network settings for a cognitive services account.

    PrivateEndpointOutboundRuleDestinationResponse

    ServiceResourceId string
    The Azure resource ID of the target private endpoint service.
    SubresourceTarget string
    The subresource of the target service to connect to.
    ServiceResourceId string
    The Azure resource ID of the target private endpoint service.
    SubresourceTarget string
    The subresource of the target service to connect to.
    service_resource_id string
    The Azure resource ID of the target private endpoint service.
    subresource_target string
    The subresource of the target service to connect to.
    serviceResourceId String
    The Azure resource ID of the target private endpoint service.
    subresourceTarget String
    The subresource of the target service to connect to.
    serviceResourceId string
    The Azure resource ID of the target private endpoint service.
    subresourceTarget string
    The subresource of the target service to connect to.
    service_resource_id str
    The Azure resource ID of the target private endpoint service.
    subresource_target str
    The subresource of the target service to connect to.
    serviceResourceId String
    The Azure resource ID of the target private endpoint service.
    subresourceTarget String
    The subresource of the target service to connect to.

    PrivateEndpointOutboundRuleResponse

    ErrorInformation string
    Error information about an outbound rule of a cognitive services account if RuleStatus is failed.
    ParentRuleNames List<string>
    Category string
    Category of a managed network Outbound Rule of a cognitive services account.
    Destination Pulumi.AzureNative.CognitiveServices.Inputs.PrivateEndpointOutboundRuleDestinationResponse
    Private Endpoint destination.
    Fqdns List<string>
    List of FQDNs associated with the private endpoint outbound rule.
    Status string
    Type of a managed network Outbound Rule of a cognitive services account.
    ErrorInformation string
    Error information about an outbound rule of a cognitive services account if RuleStatus is failed.
    ParentRuleNames []string
    Category string
    Category of a managed network Outbound Rule of a cognitive services account.
    Destination PrivateEndpointOutboundRuleDestinationResponse
    Private Endpoint destination.
    Fqdns []string
    List of FQDNs associated with the private endpoint outbound rule.
    Status string
    Type of a managed network Outbound Rule of a cognitive services account.
    error_information string
    Error information about an outbound rule of a cognitive services account if RuleStatus is failed.
    parent_rule_names list(string)
    category string
    Category of a managed network Outbound Rule of a cognitive services account.
    destination object
    Private Endpoint destination.
    fqdns list(string)
    List of FQDNs associated with the private endpoint outbound rule.
    status string
    Type of a managed network Outbound Rule of a cognitive services account.
    errorInformation String
    Error information about an outbound rule of a cognitive services account if RuleStatus is failed.
    parentRuleNames List<String>
    category String
    Category of a managed network Outbound Rule of a cognitive services account.
    destination PrivateEndpointOutboundRuleDestinationResponse
    Private Endpoint destination.
    fqdns List<String>
    List of FQDNs associated with the private endpoint outbound rule.
    status String
    Type of a managed network Outbound Rule of a cognitive services account.
    errorInformation string
    Error information about an outbound rule of a cognitive services account if RuleStatus is failed.
    parentRuleNames string[]
    category string
    Category of a managed network Outbound Rule of a cognitive services account.
    destination PrivateEndpointOutboundRuleDestinationResponse
    Private Endpoint destination.
    fqdns string[]
    List of FQDNs associated with the private endpoint outbound rule.
    status string
    Type of a managed network Outbound Rule of a cognitive services account.
    error_information str
    Error information about an outbound rule of a cognitive services account if RuleStatus is failed.
    parent_rule_names Sequence[str]
    category str
    Category of a managed network Outbound Rule of a cognitive services account.
    destination PrivateEndpointOutboundRuleDestinationResponse
    Private Endpoint destination.
    fqdns Sequence[str]
    List of FQDNs associated with the private endpoint outbound rule.
    status str
    Type of a managed network Outbound Rule of a cognitive services account.
    errorInformation String
    Error information about an outbound rule of a cognitive services account if RuleStatus is failed.
    parentRuleNames List<String>
    category String
    Category of a managed network Outbound Rule of a cognitive services account.
    destination Property Map
    Private Endpoint destination.
    fqdns List<String>
    List of FQDNs associated with the private endpoint outbound rule.
    status String
    Type of a managed network Outbound Rule of a cognitive services account.

    ServiceTagOutboundRuleDestinationResponse

    Action string
    The action for the service tag outbound rule.
    AddressPrefixes List<string>
    Optional address prefixes. If provided, the serviceTag property will be ignored.
    PortRanges string
    Destination port ranges.
    Protocol string
    Network protocol used by the service tag rule.
    ServiceTag string
    Name of the Azure service tag to target.
    Action string
    The action for the service tag outbound rule.
    AddressPrefixes []string
    Optional address prefixes. If provided, the serviceTag property will be ignored.
    PortRanges string
    Destination port ranges.
    Protocol string
    Network protocol used by the service tag rule.
    ServiceTag string
    Name of the Azure service tag to target.
    action string
    The action for the service tag outbound rule.
    address_prefixes list(string)
    Optional address prefixes. If provided, the serviceTag property will be ignored.
    port_ranges string
    Destination port ranges.
    protocol string
    Network protocol used by the service tag rule.
    service_tag string
    Name of the Azure service tag to target.
    action String
    The action for the service tag outbound rule.
    addressPrefixes List<String>
    Optional address prefixes. If provided, the serviceTag property will be ignored.
    portRanges String
    Destination port ranges.
    protocol String
    Network protocol used by the service tag rule.
    serviceTag String
    Name of the Azure service tag to target.
    action string
    The action for the service tag outbound rule.
    addressPrefixes string[]
    Optional address prefixes. If provided, the serviceTag property will be ignored.
    portRanges string
    Destination port ranges.
    protocol string
    Network protocol used by the service tag rule.
    serviceTag string
    Name of the Azure service tag to target.
    action str
    The action for the service tag outbound rule.
    address_prefixes Sequence[str]
    Optional address prefixes. If provided, the serviceTag property will be ignored.
    port_ranges str
    Destination port ranges.
    protocol str
    Network protocol used by the service tag rule.
    service_tag str
    Name of the Azure service tag to target.
    action String
    The action for the service tag outbound rule.
    addressPrefixes List<String>
    Optional address prefixes. If provided, the serviceTag property will be ignored.
    portRanges String
    Destination port ranges.
    protocol String
    Network protocol used by the service tag rule.
    serviceTag String
    Name of the Azure service tag to target.

    ServiceTagOutboundRuleResponse

    ErrorInformation string
    Error information about an outbound rule of a cognitive services account if RuleStatus is failed.
    ParentRuleNames List<string>
    Category string
    Category of a managed network Outbound Rule of a cognitive services account.
    Destination Pulumi.AzureNative.CognitiveServices.Inputs.ServiceTagOutboundRuleDestinationResponse
    Service Tag destination.
    Status string
    Type of a managed network Outbound Rule of a cognitive services account.
    ErrorInformation string
    Error information about an outbound rule of a cognitive services account if RuleStatus is failed.
    ParentRuleNames []string
    Category string
    Category of a managed network Outbound Rule of a cognitive services account.
    Destination ServiceTagOutboundRuleDestinationResponse
    Service Tag destination.
    Status string
    Type of a managed network Outbound Rule of a cognitive services account.
    error_information string
    Error information about an outbound rule of a cognitive services account if RuleStatus is failed.
    parent_rule_names list(string)
    category string
    Category of a managed network Outbound Rule of a cognitive services account.
    destination object
    Service Tag destination.
    status string
    Type of a managed network Outbound Rule of a cognitive services account.
    errorInformation String
    Error information about an outbound rule of a cognitive services account if RuleStatus is failed.
    parentRuleNames List<String>
    category String
    Category of a managed network Outbound Rule of a cognitive services account.
    destination ServiceTagOutboundRuleDestinationResponse
    Service Tag destination.
    status String
    Type of a managed network Outbound Rule of a cognitive services account.
    errorInformation string
    Error information about an outbound rule of a cognitive services account if RuleStatus is failed.
    parentRuleNames string[]
    category string
    Category of a managed network Outbound Rule of a cognitive services account.
    destination ServiceTagOutboundRuleDestinationResponse
    Service Tag destination.
    status string
    Type of a managed network Outbound Rule of a cognitive services account.
    error_information str
    Error information about an outbound rule of a cognitive services account if RuleStatus is failed.
    parent_rule_names Sequence[str]
    category str
    Category of a managed network Outbound Rule of a cognitive services account.
    destination ServiceTagOutboundRuleDestinationResponse
    Service Tag destination.
    status str
    Type of a managed network Outbound Rule of a cognitive services account.
    errorInformation String
    Error information about an outbound rule of a cognitive services account if RuleStatus is failed.
    parentRuleNames List<String>
    category String
    Category of a managed network Outbound Rule of a cognitive services account.
    destination Property Map
    Service Tag destination.
    status String
    Type of a managed network Outbound Rule of a cognitive services account.

    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.
    created_at string
    The timestamp of resource creation (UTC).
    created_by string
    The identity that created the resource.
    created_by_type string
    The type of identity that created the resource.
    last_modified_at string
    The timestamp of resource last modification (UTC)
    last_modified_by string
    The identity that last modified the resource.
    last_modified_by_type 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.

    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.
    Viewing docs for Azure Native v3.25.0
    published on Wednesday, Aug 5, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial