Uses of Class
com.azure.resourcemanager.monitor.models.DataContainer
-
Packages that use DataContainer Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of DataContainer in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type DataContainer Modifier and Type Method Description List<DataContainer>VMInsightsOnboardingStatusInner. data()Get the data property: Containers that currently store VM Insights data for the specified resource.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type DataContainer Modifier and Type Method Description VMInsightsOnboardingStatusInnerVMInsightsOnboardingStatusInner. withData(List<DataContainer> data)Set the data property: Containers that currently store VM Insights data for the specified resource. -
Uses of DataContainer in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return DataContainer Modifier and Type Method Description DataContainerDataContainer. withWorkspace(WorkspaceInfo workspace)Set the workspace property: Log Analytics workspace information.
-