1. Packages
  2. Azure Native
  3. API Docs
  4. managedops
  5. getManagedOp
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.13.0 published on Wednesday, Jan 28, 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.
Azure Native v3.13.0 published on Wednesday, Jan 28, 2026 by Pulumi

    Gets the information of the ManagedOps instance.

    Uses Azure REST API version 2025-07-28-preview.

    Using getManagedOp

    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 getManagedOp(args: GetManagedOpArgs, opts?: InvokeOptions): Promise<GetManagedOpResult>
    function getManagedOpOutput(args: GetManagedOpOutputArgs, opts?: InvokeOptions): Output<GetManagedOpResult>
    def get_managed_op(managed_ops_name: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetManagedOpResult
    def get_managed_op_output(managed_ops_name: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetManagedOpResult]
    func LookupManagedOp(ctx *Context, args *LookupManagedOpArgs, opts ...InvokeOption) (*LookupManagedOpResult, error)
    func LookupManagedOpOutput(ctx *Context, args *LookupManagedOpOutputArgs, opts ...InvokeOption) LookupManagedOpResultOutput

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

    public static class GetManagedOp 
    {
        public static Task<GetManagedOpResult> InvokeAsync(GetManagedOpArgs args, InvokeOptions? opts = null)
        public static Output<GetManagedOpResult> Invoke(GetManagedOpInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagedOpResult> getManagedOp(GetManagedOpArgs args, InvokeOptions options)
    public static Output<GetManagedOpResult> getManagedOp(GetManagedOpArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:managedops:getManagedOp
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ManagedOpsName string
    Name of the resource.
    ManagedOpsName string
    Name of the resource.
    managedOpsName String
    Name of the resource.
    managedOpsName string
    Name of the resource.
    managed_ops_name str
    Name of the resource.
    managedOpsName String
    Name of the resource.

    getManagedOp 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. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Name string
    The name of the resource
    Properties Pulumi.AzureNative.ManagedOps.Outputs.ManagedOpsPropertiesResponse
    The resource-specific properties for this resource.
    SystemData Pulumi.AzureNative.ManagedOps.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. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Name string
    The name of the resource
    Properties ManagedOpsPropertiesResponse
    The resource-specific properties for this 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"
    azureApiVersion String
    The Azure API version of the resource.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name String
    The name of the resource
    properties ManagedOpsPropertiesResponse
    The resource-specific properties for this 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"
    azureApiVersion string
    The Azure API version of the resource.
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name string
    The name of the resource
    properties ManagedOpsPropertiesResponse
    The resource-specific properties for this 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"
    azure_api_version str
    The Azure API version of the resource.
    id str
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name str
    The name of the resource
    properties ManagedOpsPropertiesResponse
    The resource-specific properties for this 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"
    azureApiVersion String
    The Azure API version of the resource.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    name String
    The name of the resource
    properties Property Map
    The resource-specific properties for this 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"

    Supporting Types

    AzureMonitorConfigurationResponse

    AzureMonitorWorkspaceId string
    Azure monitor workspace resource ID used by the service.
    AzureMonitorWorkspaceId string
    Azure monitor workspace resource ID used by the service.
    azureMonitorWorkspaceId String
    Azure monitor workspace resource ID used by the service.
    azureMonitorWorkspaceId string
    Azure monitor workspace resource ID used by the service.
    azure_monitor_workspace_id str
    Azure monitor workspace resource ID used by the service.
    azureMonitorWorkspaceId String
    Azure monitor workspace resource ID used by the service.

    AzureMonitorInformationResponse

    DcrId string
    ID of Data Collection Rule (DCR) associated with this service.
    EnablementStatus string
    Indicates whether the service is enabled.
    DcrId string
    ID of Data Collection Rule (DCR) associated with this service.
    EnablementStatus string
    Indicates whether the service is enabled.
    dcrId String
    ID of Data Collection Rule (DCR) associated with this service.
    enablementStatus String
    Indicates whether the service is enabled.
    dcrId string
    ID of Data Collection Rule (DCR) associated with this service.
    enablementStatus string
    Indicates whether the service is enabled.
    dcr_id str
    ID of Data Collection Rule (DCR) associated with this service.
    enablement_status str
    Indicates whether the service is enabled.
    dcrId String
    ID of Data Collection Rule (DCR) associated with this service.
    enablementStatus String
    Indicates whether the service is enabled.

    ChangeTrackingConfigurationResponse

    LogAnalyticsWorkspaceId string
    Log analytics workspace resource ID used by the service.
    LogAnalyticsWorkspaceId string
    Log analytics workspace resource ID used by the service.
    logAnalyticsWorkspaceId String
    Log analytics workspace resource ID used by the service.
    logAnalyticsWorkspaceId string
    Log analytics workspace resource ID used by the service.
    log_analytics_workspace_id str
    Log analytics workspace resource ID used by the service.
    logAnalyticsWorkspaceId String
    Log analytics workspace resource ID used by the service.

    ChangeTrackingInformationResponse

    DcrId string
    ID of Data Collection Rule (DCR) associated with this service.
    EnablementStatus string
    Indicates whether the service is enabled.
    DcrId string
    ID of Data Collection Rule (DCR) associated with this service.
    EnablementStatus string
    Indicates whether the service is enabled.
    dcrId String
    ID of Data Collection Rule (DCR) associated with this service.
    enablementStatus String
    Indicates whether the service is enabled.
    dcrId string
    ID of Data Collection Rule (DCR) associated with this service.
    enablementStatus string
    Indicates whether the service is enabled.
    dcr_id str
    ID of Data Collection Rule (DCR) associated with this service.
    enablement_status str
    Indicates whether the service is enabled.
    dcrId String
    ID of Data Collection Rule (DCR) associated with this service.
    enablementStatus String
    Indicates whether the service is enabled.

    DefenderCspmInformationResponse

    EnablementStatus string
    Indicates whether the service is enabled.
    EnablementStatus string
    Indicates whether the service is enabled.
    enablementStatus String
    Indicates whether the service is enabled.
    enablementStatus string
    Indicates whether the service is enabled.
    enablement_status str
    Indicates whether the service is enabled.
    enablementStatus String
    Indicates whether the service is enabled.

    DefenderForServersInformationResponse

    EnablementStatus string
    Indicates whether the service is enabled.
    EnablementStatus string
    Indicates whether the service is enabled.
    enablementStatus String
    Indicates whether the service is enabled.
    enablementStatus string
    Indicates whether the service is enabled.
    enablement_status str
    Indicates whether the service is enabled.
    enablementStatus String
    Indicates whether the service is enabled.

    DesiredConfigurationResponse

    AzureMonitorInsights Pulumi.AzureNative.ManagedOps.Inputs.AzureMonitorConfigurationResponse
    Configuration for the Azure Monitor Insights service.
    ChangeTrackingAndInventory Pulumi.AzureNative.ManagedOps.Inputs.ChangeTrackingConfigurationResponse
    Configuration for the Change Tracking and Inventory service.
    UserAssignedManagedIdentityId string
    User assigned Managed Identity used to perform operations on machines managed by Ops360.
    DefenderCspm string
    Desired enablement state of the Defender Cloud Security Posture Management (CSPM) service.
    DefenderForServers string
    Desired enablement state of the Defender For Servers service.
    AzureMonitorInsights AzureMonitorConfigurationResponse
    Configuration for the Azure Monitor Insights service.
    ChangeTrackingAndInventory ChangeTrackingConfigurationResponse
    Configuration for the Change Tracking and Inventory service.
    UserAssignedManagedIdentityId string
    User assigned Managed Identity used to perform operations on machines managed by Ops360.
    DefenderCspm string
    Desired enablement state of the Defender Cloud Security Posture Management (CSPM) service.
    DefenderForServers string
    Desired enablement state of the Defender For Servers service.
    azureMonitorInsights AzureMonitorConfigurationResponse
    Configuration for the Azure Monitor Insights service.
    changeTrackingAndInventory ChangeTrackingConfigurationResponse
    Configuration for the Change Tracking and Inventory service.
    userAssignedManagedIdentityId String
    User assigned Managed Identity used to perform operations on machines managed by Ops360.
    defenderCspm String
    Desired enablement state of the Defender Cloud Security Posture Management (CSPM) service.
    defenderForServers String
    Desired enablement state of the Defender For Servers service.
    azureMonitorInsights AzureMonitorConfigurationResponse
    Configuration for the Azure Monitor Insights service.
    changeTrackingAndInventory ChangeTrackingConfigurationResponse
    Configuration for the Change Tracking and Inventory service.
    userAssignedManagedIdentityId string
    User assigned Managed Identity used to perform operations on machines managed by Ops360.
    defenderCspm string
    Desired enablement state of the Defender Cloud Security Posture Management (CSPM) service.
    defenderForServers string
    Desired enablement state of the Defender For Servers service.
    azure_monitor_insights AzureMonitorConfigurationResponse
    Configuration for the Azure Monitor Insights service.
    change_tracking_and_inventory ChangeTrackingConfigurationResponse
    Configuration for the Change Tracking and Inventory service.
    user_assigned_managed_identity_id str
    User assigned Managed Identity used to perform operations on machines managed by Ops360.
    defender_cspm str
    Desired enablement state of the Defender Cloud Security Posture Management (CSPM) service.
    defender_for_servers str
    Desired enablement state of the Defender For Servers service.
    azureMonitorInsights Property Map
    Configuration for the Azure Monitor Insights service.
    changeTrackingAndInventory Property Map
    Configuration for the Change Tracking and Inventory service.
    userAssignedManagedIdentityId String
    User assigned Managed Identity used to perform operations on machines managed by Ops360.
    defenderCspm String
    Desired enablement state of the Defender Cloud Security Posture Management (CSPM) service.
    defenderForServers String
    Desired enablement state of the Defender For Servers service.

    GuestConfigurationInformationResponse

    EnablementStatus string
    Indicates whether the service is enabled.
    EnablementStatus string
    Indicates whether the service is enabled.
    enablementStatus String
    Indicates whether the service is enabled.
    enablementStatus string
    Indicates whether the service is enabled.
    enablement_status str
    Indicates whether the service is enabled.
    enablementStatus String
    Indicates whether the service is enabled.

    ManagedOpsPropertiesResponse

    DesiredConfiguration DesiredConfigurationResponse
    Desired configuration input by the user.
    PolicyAssignmentProperties PolicyAssignmentPropertiesResponse
    Policy assignments created for managing services.
    ProvisioningState string
    Provisioning state of the resource.
    Services ServiceInformationResponse
    Services provisioned by this resource.
    Sku SkuResponse
    Product plan details of this resource.
    desiredConfiguration DesiredConfigurationResponse
    Desired configuration input by the user.
    policyAssignmentProperties PolicyAssignmentPropertiesResponse
    Policy assignments created for managing services.
    provisioningState String
    Provisioning state of the resource.
    services ServiceInformationResponse
    Services provisioned by this resource.
    sku SkuResponse
    Product plan details of this resource.
    desiredConfiguration DesiredConfigurationResponse
    Desired configuration input by the user.
    policyAssignmentProperties PolicyAssignmentPropertiesResponse
    Policy assignments created for managing services.
    provisioningState string
    Provisioning state of the resource.
    services ServiceInformationResponse
    Services provisioned by this resource.
    sku SkuResponse
    Product plan details of this resource.
    desired_configuration DesiredConfigurationResponse
    Desired configuration input by the user.
    policy_assignment_properties PolicyAssignmentPropertiesResponse
    Policy assignments created for managing services.
    provisioning_state str
    Provisioning state of the resource.
    services ServiceInformationResponse
    Services provisioned by this resource.
    sku SkuResponse
    Product plan details of this resource.
    desiredConfiguration Property Map
    Desired configuration input by the user.
    policyAssignmentProperties Property Map
    Policy assignments created for managing services.
    provisioningState String
    Provisioning state of the resource.
    services Property Map
    Services provisioned by this resource.
    sku Property Map
    Product plan details of this resource.

    PolicyAssignmentPropertiesResponse

    PolicyInitiativeAssignmentId string
    Policy initiative assignment ID.
    PolicyInitiativeAssignmentId string
    Policy initiative assignment ID.
    policyInitiativeAssignmentId String
    Policy initiative assignment ID.
    policyInitiativeAssignmentId string
    Policy initiative assignment ID.
    policy_initiative_assignment_id str
    Policy initiative assignment ID.
    policyInitiativeAssignmentId String
    Policy initiative assignment ID.

    ServiceInformationResponse

    AzureMonitorInsights Pulumi.AzureNative.ManagedOps.Inputs.AzureMonitorInformationResponse
    Azure Monitor Insights service information.
    AzurePolicyAndMachineConfiguration Pulumi.AzureNative.ManagedOps.Inputs.GuestConfigurationInformationResponse
    Azure Policy and Machine Configuration service information.
    AzureUpdateManager Pulumi.AzureNative.ManagedOps.Inputs.UpdateManagerInformationResponse
    Azure Update Manager service information.
    ChangeTrackingAndInventory Pulumi.AzureNative.ManagedOps.Inputs.ChangeTrackingInformationResponse
    Change Tracking and Inventory service information.
    DefenderCspm Pulumi.AzureNative.ManagedOps.Inputs.DefenderCspmInformationResponse
    Defender for Cloud's Cloud security posture management (CSPM) service information.
    DefenderForServers Pulumi.AzureNative.ManagedOps.Inputs.DefenderForServersInformationResponse
    Defender for Servers service information.
    AzureMonitorInsights AzureMonitorInformationResponse
    Azure Monitor Insights service information.
    AzurePolicyAndMachineConfiguration GuestConfigurationInformationResponse
    Azure Policy and Machine Configuration service information.
    AzureUpdateManager UpdateManagerInformationResponse
    Azure Update Manager service information.
    ChangeTrackingAndInventory ChangeTrackingInformationResponse
    Change Tracking and Inventory service information.
    DefenderCspm DefenderCspmInformationResponse
    Defender for Cloud's Cloud security posture management (CSPM) service information.
    DefenderForServers DefenderForServersInformationResponse
    Defender for Servers service information.
    azureMonitorInsights AzureMonitorInformationResponse
    Azure Monitor Insights service information.
    azurePolicyAndMachineConfiguration GuestConfigurationInformationResponse
    Azure Policy and Machine Configuration service information.
    azureUpdateManager UpdateManagerInformationResponse
    Azure Update Manager service information.
    changeTrackingAndInventory ChangeTrackingInformationResponse
    Change Tracking and Inventory service information.
    defenderCspm DefenderCspmInformationResponse
    Defender for Cloud's Cloud security posture management (CSPM) service information.
    defenderForServers DefenderForServersInformationResponse
    Defender for Servers service information.
    azureMonitorInsights AzureMonitorInformationResponse
    Azure Monitor Insights service information.
    azurePolicyAndMachineConfiguration GuestConfigurationInformationResponse
    Azure Policy and Machine Configuration service information.
    azureUpdateManager UpdateManagerInformationResponse
    Azure Update Manager service information.
    changeTrackingAndInventory ChangeTrackingInformationResponse
    Change Tracking and Inventory service information.
    defenderCspm DefenderCspmInformationResponse
    Defender for Cloud's Cloud security posture management (CSPM) service information.
    defenderForServers DefenderForServersInformationResponse
    Defender for Servers service information.
    azure_monitor_insights AzureMonitorInformationResponse
    Azure Monitor Insights service information.
    azure_policy_and_machine_configuration GuestConfigurationInformationResponse
    Azure Policy and Machine Configuration service information.
    azure_update_manager UpdateManagerInformationResponse
    Azure Update Manager service information.
    change_tracking_and_inventory ChangeTrackingInformationResponse
    Change Tracking and Inventory service information.
    defender_cspm DefenderCspmInformationResponse
    Defender for Cloud's Cloud security posture management (CSPM) service information.
    defender_for_servers DefenderForServersInformationResponse
    Defender for Servers service information.
    azureMonitorInsights Property Map
    Azure Monitor Insights service information.
    azurePolicyAndMachineConfiguration Property Map
    Azure Policy and Machine Configuration service information.
    azureUpdateManager Property Map
    Azure Update Manager service information.
    changeTrackingAndInventory Property Map
    Change Tracking and Inventory service information.
    defenderCspm Property Map
    Defender for Cloud's Cloud security posture management (CSPM) service information.
    defenderForServers Property Map
    Defender for Servers service information.

    SkuResponse

    Name string
    Name of the SKU.
    Tier string
    Pricing tier of the SKU.
    Name string
    Name of the SKU.
    Tier string
    Pricing tier of the SKU.
    name String
    Name of the SKU.
    tier String
    Pricing tier of the SKU.
    name string
    Name of the SKU.
    tier string
    Pricing tier of the SKU.
    name str
    Name of the SKU.
    tier str
    Pricing tier of the SKU.
    name String
    Name of the SKU.
    tier String
    Pricing tier of the SKU.

    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.

    UpdateManagerInformationResponse

    EnablementStatus string
    Indicates whether the service is enabled.
    EnablementStatus string
    Indicates whether the service is enabled.
    enablementStatus String
    Indicates whether the service is enabled.
    enablementStatus string
    Indicates whether the service is enabled.
    enablement_status str
    Indicates whether the service is enabled.
    enablementStatus String
    Indicates whether the service is enabled.

    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.13.0 published on Wednesday, Jan 28, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate