Uses of Class
com.azure.resourcemanager.loganalytics.fluent.models.ManagementGroupInner
Packages that use ManagementGroupInner
Package
Description
Package containing the service clients for OperationalInsightsManagementClient.
Package containing the inner data models for OperationalInsightsManagementClient.
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of ManagementGroupInner in com.azure.resourcemanager.loganalytics.fluent
Methods in com.azure.resourcemanager.loganalytics.fluent that return types with arguments of type ManagementGroupInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ManagementGroupInner>Gets a list of management groups connected to a workspace.com.azure.core.http.rest.PagedIterable<ManagementGroupInner>ManagementGroupsClient.list(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Gets a list of management groups connected to a workspace. -
Uses of ManagementGroupInner in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return ManagementGroupInnerModifier and TypeMethodDescriptionManagementGroupInner.withCreated(OffsetDateTime created) Set the created property: The datetime that the management group was created.ManagementGroupInner.withDataReceived(OffsetDateTime dataReceived) Set the dataReceived property: The last datetime that the management group received data.Set the id property: The unique ID of the management group.ManagementGroupInner.withIsGateway(Boolean isGateway) Set the isGateway property: Gets or sets a value indicating whether the management group is a gateway.Set the name property: The name of the management group.ManagementGroupInner.withServerCount(Integer serverCount) Set the serverCount property: The number of servers connected to the management group.Set the sku property: The SKU of System Center that is managing the management group.ManagementGroupInner.withVersion(String version) Set the version property: The version of System Center that is managing the management group. -
Uses of ManagementGroupInner in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return ManagementGroupInnerModifier and TypeMethodDescriptionManagementGroup.innerModel()Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.ManagementGroupInner object.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type ManagementGroupInnerModifier and TypeMethodDescriptionWorkspaceListManagementGroupsResult.value()Get the value property: Gets or sets a list of management groups attached to the workspace.Method parameters in com.azure.resourcemanager.loganalytics.models with type arguments of type ManagementGroupInnerModifier and TypeMethodDescriptionWorkspaceListManagementGroupsResult.withValue(List<ManagementGroupInner> value) Set the value property: Gets or sets a list of management groups attached to the workspace.