GetConnectionsWithConnectedMachineForFocusedMachineRequest Class

Definition

GetConnectionsWithConnectedMachineForFocusedMachine request model

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.GetConnectionsWithConnectedMachineForFocusedMachineRequestTypeConverter))]
public class GetConnectionsWithConnectedMachineForFocusedMachineRequest : Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.IGetConnectionsWithConnectedMachineForFocusedMachineRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.GetConnectionsWithConnectedMachineForFocusedMachineRequestTypeConverter))>]
type GetConnectionsWithConnectedMachineForFocusedMachineRequest = class
    interface IGetConnectionsWithConnectedMachineForFocusedMachineRequest
    interface IJsonSerializable
Public Class GetConnectionsWithConnectedMachineForFocusedMachineRequest
Implements IGetConnectionsWithConnectedMachineForFocusedMachineRequest
Inheritance
GetConnectionsWithConnectedMachineForFocusedMachineRequest
Attributes
Implements

Constructors

Name Description
GetConnectionsWithConnectedMachineForFocusedMachineRequest()

Creates an new GetConnectionsWithConnectedMachineForFocusedMachineRequest instance.

Properties

Name Description
ConnectedMachineId

Destination machine arm id

DateTimeEndDateTimeUtc

End date time for dependency map visualization query

DateTimeStartDateTimeUtc

Start date time for dependency map visualization query

FocusedMachineId

Source 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 GetConnectionsWithConnectedMachineForFocusedMachineRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GetConnectionsWithConnectedMachineForFocusedMachineRequest.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.IGetConnectionsWithConnectedMachineForFocusedMachineRequest.

FromJsonString(String)

Creates a new instance of GetConnectionsWithConnectedMachineForFocusedMachineRequest, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of GetConnectionsWithConnectedMachineForFocusedMachineRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to