GetDependencyViewForFocusedMachineRequest Class
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.
GetDependencyViewForFocusedMachine request model
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.GetDependencyViewForFocusedMachineRequestTypeConverter))]
public class GetDependencyViewForFocusedMachineRequest : Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.IGetDependencyViewForFocusedMachineRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.GetDependencyViewForFocusedMachineRequestTypeConverter))>]
type GetDependencyViewForFocusedMachineRequest = class
interface IGetDependencyViewForFocusedMachineRequest
interface IJsonSerializable
Public Class GetDependencyViewForFocusedMachineRequest
Implements IGetDependencyViewForFocusedMachineRequest
- Inheritance
-
GetDependencyViewForFocusedMachineRequest
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| GetDependencyViewForFocusedMachineRequest() |
Creates an new GetDependencyViewForFocusedMachineRequest instance. |
Properties
| Name | Description |
|---|---|
| DateTimeEndDateTimeUtc |
End date time for dependency map visualization query |
| DateTimeStartDateTimeUtc |
Start date time for dependency map visualization query |
| FocusedMachineId |
Machine arm id |
| ProcessNameFilterOperator |
Operator for process name filter |
| ProcessNameFilterProcessName |
List of process names on which the operator should be applied |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GetDependencyViewForFocusedMachineRequest. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GetDependencyViewForFocusedMachineRequest. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.IGetDependencyViewForFocusedMachineRequest. |
| FromJsonString(String) |
Creates a new instance of GetDependencyViewForFocusedMachineRequest, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of GetDependencyViewForFocusedMachineRequest into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |