Skip to content

[QUERY] Is AzureArcData available in the SDK #50466

@LostLogic

Description

@LostLogic

Library name and version

Azure.Management.AzureArcData

Query/Question

I can't seem to find the above library. I've only found one closed reference to this API, but I struggle navigating git at this level - so if the AzureArcData is located in a different library I'd appreciate it if someone pointed me in the right direction.
Closed PR: #32530

The background for my query is that I'd like to access SQL Instance information for Azure Arc (Hybrid Compute) from our Azure tenant. This is currently possible by querying Graph using KQL:

resources
	| where type == ""microsoft.azurearcdata/sqlserverinstances""
	| extend hostServer = properties.containerResourceId
	| where hostServer has "{ResourceId}"

I'd prefer accessing the information through the SDK however to lessen the amount of Graph queries in my application.

Environment

Windows 11
Visual Studio 17.14.36202.13
.NET 9, Blazor

Metadata

Metadata

Assignees

Labels

Azure Arc Enabled ServersMgmtThis issue is related to a management package.customer-reportedIssues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions