MockableMonitorArmClient.GetVmInsightsOnboardingStatusResource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object representing a VmInsightsOnboardingStatusResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String) to create a VmInsightsOnboardingStatusResourceResourceIdentifier from its components.
public virtual Azure.ResourceManager.Monitor.VmInsightsOnboardingStatusResource GetVmInsightsOnboardingStatusResource (Azure.Core.ResourceIdentifier id);
abstract member GetVmInsightsOnboardingStatusResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Monitor.VmInsightsOnboardingStatusResource
override this.GetVmInsightsOnboardingStatusResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Monitor.VmInsightsOnboardingStatusResource
Public Overridable Function GetVmInsightsOnboardingStatusResource (id As ResourceIdentifier) As VmInsightsOnboardingStatusResource
Parameters
The resource ID of the resource to get.
Returns
Returns a VmInsightsOnboardingStatusResource object.
Applies to
Azure SDK for .NET