ExportDependenciesRequest 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.
ExportDependencies request model
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.ExportDependenciesRequestTypeConverter))]
public class ExportDependenciesRequest : Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.IExportDependenciesRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.ExportDependenciesRequestTypeConverter))>]
type ExportDependenciesRequest = class
interface IExportDependenciesRequest
interface IJsonSerializable
Public Class ExportDependenciesRequest
Implements IExportDependenciesRequest
- Inheritance
-
ExportDependenciesRequest
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ExportDependenciesRequest() |
Creates an new ExportDependenciesRequest 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 ExportDependenciesRequest. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExportDependenciesRequest. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.IExportDependenciesRequest. |
| FromJsonString(String) |
Creates a new instance of ExportDependenciesRequest, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExportDependenciesRequest into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |