VMInsightsOperationsExtensions.GetOnboardingStatus 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.
Retrieves the VM Insights onboarding status for the specified resource or resource scope.
public static Microsoft.Azure.Management.Monitor.Models.VMInsightsOnboardingStatus GetOnboardingStatus (this Microsoft.Azure.Management.Monitor.IVMInsightsOperations operations, string resourceUri);
static member GetOnboardingStatus : Microsoft.Azure.Management.Monitor.IVMInsightsOperations * string -> Microsoft.Azure.Management.Monitor.Models.VMInsightsOnboardingStatus
<Extension()>
Public Function GetOnboardingStatus (operations As IVMInsightsOperations, resourceUri As String) As VMInsightsOnboardingStatus
Parameters
- operations
- IVMInsightsOperations
The operations group for this extension method.
- resourceUri
- String
The fully qualified Azure Resource manager identifier of the resource, or scope, whose status to retrieve.
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET