FavoriteMonitoringView(String, ManagementPackView, Guid) Constructor
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.
Creates a new FavoriteView.
public:
FavoriteMonitoringView(System::String ^ name, Microsoft::EnterpriseManagement::Configuration::ManagementPackView ^ view, Guid objectId);
public FavoriteMonitoringView (string name, Microsoft.EnterpriseManagement.Configuration.ManagementPackView view, Guid objectId);
new Microsoft.EnterpriseManagement.Monitoring.FavoriteMonitoringView : string * Microsoft.EnterpriseManagement.Configuration.ManagementPackView * Guid -> Microsoft.EnterpriseManagement.Monitoring.FavoriteMonitoringView
Public Sub New (name As String, view As ManagementPackView, objectId As Guid)
Parameters
- name
- String
The display name of the favorite view.
- view
- ManagementPackView
The contained view of the favorite view.
- objectId
- Guid
The referenced instance of the favorite view.
Exceptions
name, view is null
name.Length is out of range (1 to 256)