ArmDependencyMapModelFactory Class

Definition

A factory class for creating instances of the models for mocking.

public static class ArmDependencyMapModelFactory
type ArmDependencyMapModelFactory = class
Public Class ArmDependencyMapModelFactory
Inheritance
ArmDependencyMapModelFactory

Methods

Name Description
DependencyMapData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, Nullable<DependencyMapProvisioningState>)

Initializes a new instance of DependencyMapData.

DependencyMapDiscoverySourceData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, DependencyMapDiscoverySourceProperties)

A Discovery Source resource.

DependencyMapDiscoverySourcePatch(IDictionary<String,String>)

The type used for updating tags in DiscoverySourceResource resources.

DependencyMapDiscoverySourceProperties(Nullable<DependencyMapProvisioningState>, String, ResourceIdentifier)

The properties of Discovery Source resource Please note this is the abstract base class. The derived classes available for instantiation are: OffAzureDiscoverySourceProperties.

DependencyMapPatch(IDictionary<String,String>)

The type used for updating tags in MapsResource resources.

DependencyMapProcessNameFilter(DependencyMapProcessNameFilterOperator, IEnumerable<String>)

Process name filter for dependency map visualization apis.

ExportDependenciesContent(ResourceIdentifier, DependencyMapVisualizationFilter, IEnumerable<String>)

ExportDependencies request model.

ExportDependenciesOperationResult(String, String, String, ResponseError, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, ExportDependenciesResultProperties)

Model representing the result of the export dependencies asynchronous operation.

ExportDependenciesResultProperties(String, Nullable<ExportDependenciesStatusCode>, Nullable<Int32>)
GetConnectionsForProcessOnFocusedMachineContent(ResourceIdentifier, String, DependencyMapVisualizationFilter)

GetConnectionsForProcessOnFocusedMachine request model.

GetConnectionsWithConnectedMachineForFocusedMachineContent(ResourceIdentifier, ResourceIdentifier, DependencyMapVisualizationFilter)

GetConnectionsWithConnectedMachineForFocusedMachine request model.

GetDependencyViewForAllMachinesOperationResult(String, String, String, ResponseError, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String)
GetDependencyViewForFocusedMachineContent(ResourceIdentifier, DependencyMapVisualizationFilter)

GetDependencyViewForFocusedMachine request model.

OffAzureDiscoverySourceProperties(Nullable<DependencyMapProvisioningState>, ResourceIdentifier)

OffAzure discovery source resource properties.

Applies to