Lingua

ArmResourcesModelFactory Class

Definition

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

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

Methods

Name Description
ArmDependency(IEnumerable<BasicArmDependency>, String, Nullable<ResourceType>, String)
ArmDeploymentContent(Nullable<AzureLocation>, ArmDeploymentProperties, IDictionary<String,String>, ManagedServiceIdentity)
ArmDeploymentData(ResourceIdentifier, String, ResourceType, SystemData, ArmDeploymentPropertiesExtended, Nullable<AzureLocation>, IDictionary<String, String>)
ArmDeploymentExportResult(BinaryData)
ArmDeploymentExtensionConfigItem(Nullable<ExtensionConfigPropertyType>, BinaryData, KeyVaultParameterReference)
ArmDeploymentExtensionDefinition(String, String, String, String, IReadOnlyDictionary<String,ArmDeploymentExtensionConfigItem>)
ArmDeploymentExternalInput(BinaryData)
ArmDeploymentExternalInputDefinition(String, BinaryData)
ArmDeploymentOperation(String, String, ArmDeploymentOperationProperties)
ArmDeploymentOperationProperties(Nullable<ProvisioningOperationKind>, String, Nullable<DateTimeOffset>, Nullable<TimeSpan>, String, String, StatusMessage, TargetResource, BinaryData, BinaryData)
ArmDeploymentParametersLink(Uri, String)
ArmDeploymentParameterValue(BinaryData, KeyVaultParameterReference, String)
ArmDeploymentProperties(BinaryData, ArmDeploymentTemplateLink, IDictionary<String,ArmDeploymentParameterValue>, IDictionary<String, ArmDeploymentExternalInput>, IDictionary<String,ArmDeploymentExternalInputDefinition>, ArmDeploymentParametersLink, IDictionary<String,IDictionary<String, ArmDeploymentExtensionConfigItem>>, ArmDeploymentMode, String, ErrorDeployment, Nullable<ExpressionEvaluationScope>, Nullable<ValidationLevel>)
ArmDeploymentPropertiesExtended(Nullable<ResourcesProvisioningState>, String, Nullable<DateTimeOffset>, Nullable<TimeSpan>, BinaryData, IEnumerable<ResourceProviderData>, IEnumerable<ArmDependency>, ArmDeploymentTemplateLink, BinaryData, ArmDeploymentParametersLink, IEnumerable<ArmDeploymentExtensionDefinition>, Nullable<ArmDeploymentMode>, String, ErrorDeploymentExtended, String, IEnumerable<ArmResourceReference>, IEnumerable<ArmResourceReference>, ResponseError, IEnumerable<DeploymentDiagnosticsDefinition>, Nullable<ValidationLevel>)
ArmDeploymentTemplateLink(Uri, String, String, String, String)
ArmDeploymentValidateResult(ResourceIdentifier, String, ResourceType, SystemData, ResponseError, ArmDeploymentPropertiesExtended)
ArmDeploymentWhatIfContent(Nullable<AzureLocation>, ArmDeploymentWhatIfProperties)
ArmDeploymentWhatIfProperties(BinaryData, ArmDeploymentTemplateLink, IDictionary<String,ArmDeploymentParameterValue>, IDictionary<String, ArmDeploymentExternalInput>, IDictionary<String,ArmDeploymentExternalInputDefinition>, ArmDeploymentParametersLink, IDictionary<String,IDictionary<String, ArmDeploymentExtensionConfigItem>>, ArmDeploymentMode, String, ErrorDeployment, Nullable<ExpressionEvaluationScope>, Nullable<ValidationLevel>, Nullable<WhatIfResultFormat>)
ArmResourceReference(ResourceIdentifier, ArmDeploymentExtensionDefinition, String, BinaryData, String)
BasicArmDependency(String, Nullable<ResourceType>, String)
DeploymentDiagnosticsDefinition(Level, String, String, String, IEnumerable<ErrorAdditionalInfo>)
ErrorAdditionalInfo(String, BinaryData)
ErrorDeployment(Nullable<ErrorDeploymentType>, String)
ErrorDeploymentExtended(String, Nullable<ErrorDeploymentType>, String)
KeyVaultParameterReference(ResourceIdentifier, String, String)
StatusMessage(String, ResponseError)
TargetResource(String, String, Nullable<ResourceType>, ArmDeploymentExtensionDefinition, BinaryData, String, String)
TemplateHashResult(String, String)
WhatIfChange(String, String, String, BinaryData, ArmDeploymentExtensionDefinition, WhatIfChangeType, String, BinaryData, BinaryData, IEnumerable<WhatIfPropertyChange>)
WhatIfOperationResult(String, IEnumerable<WhatIfChange>, IEnumerable<WhatIfChange>, IEnumerable<DeploymentDiagnosticsDefinition>, ResponseError)
WhatIfPropertyChange(String, WhatIfPropertyChangeType, BinaryData, BinaryData, IEnumerable<WhatIfPropertyChange>)

Applies to