ArmResourceGraphModelFactory Class

Definition

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

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

Methods

Name Description
DateTimeInterval(DateTimeOffset, DateTimeOffset)

Initializes a new instance of DateTimeInterval.

Facet(String, String)

Initializes a new instance of Facet.

FacetError(String, IEnumerable<FacetErrorDetails>)

Initializes a new instance of FacetError.

FacetErrorDetails(String, String, IReadOnlyDictionary<String,BinaryData>)

Initializes a new instance of FacetErrorDetails.

FacetRequest(String, FacetRequestOptions)

Initializes a new instance of FacetRequest.

FacetRequestOptions(String, Nullable<FacetSortOrder>, String, Nullable<Int32>)
FacetResult(String, Int64, Int32, BinaryData)

Initializes a new instance of FacetResult.

ResourceChangeData(String, String, ResourceChangeDataBeforeSnapshot, ResourceChangeDataAfterSnapshot, Nullable<ChangeType>, IEnumerable<ResourcePropertyChange>)
ResourceChangeDataAfterSnapshot(String, DateTimeOffset, BinaryData)
ResourceChangeDataBeforeSnapshot(String, DateTimeOffset, BinaryData)
ResourceChangeDetailsRequestParameters(IEnumerable<String>, IEnumerable<String>)
ResourceChangeList(IEnumerable<ResourceChangeData>, BinaryData)
ResourceChangesRequestParameters(IEnumerable<String>, String, ResourceChangesRequestParametersInterval, String, Nullable<Int32>, String, Nullable<Boolean>, Nullable<Boolean>)
ResourceChangesRequestParametersInterval(DateTimeOffset, DateTimeOffset)
ResourceGraphQueryData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, Nullable<DateTimeOffset>, String, String, Nullable<ResultKind>, Nullable<ETag>)

Initializes a new instance of ResourceGraphQueryData.

ResourceGraphQueryPatch(IDictionary<String,String>, Nullable<ETag>, String, String)
ResourcePropertyChange(String, String, String, ChangeCategory, PropertyChangeType)
ResourceQueryContent(IEnumerable<String>, IEnumerable<String>, String, ResourceQueryRequestOptions, IEnumerable<FacetRequest>)

Initializes a new instance of ResourceQueryContent.

ResourceQueryRequestOptions(String, Nullable<Int32>, Nullable<Int32>, Nullable<ResultFormat>, Nullable<Boolean>, Nullable<AuthorizationScopeFilter>)
ResourceQueryResult(Int64, Int64, ResultTruncated, String, BinaryData, IEnumerable<Facet>)

Initializes a new instance of ResourceQueryResult.

ResourcesHistoryRequest(IEnumerable<String>, String, ResourcesHistoryRequestOptions, IEnumerable<String>)
ResourcesHistoryRequestOptions(DateTimeInterval, Nullable<Int32>, Nullable<Int32>, String, Nullable<ResultFormat>)

Initializes a new instance of ResourcesHistoryRequestOptions.

ResourceSnapshotData(String, DateTimeOffset, BinaryData)

Applies to