CreateOrUpdateDryrunParameters Class

Definition

The dryrun parameters for creation or update a linker

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.CreateOrUpdateDryrunParametersTypeConverter))]
public class CreateOrUpdateDryrunParameters : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ICreateOrUpdateDryrunParameters, Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.CreateOrUpdateDryrunParametersTypeConverter))>]
type CreateOrUpdateDryrunParameters = class
    interface ICreateOrUpdateDryrunParameters
    interface IJsonSerializable
    interface IDryrunParameters
    interface ILinkerProperties
    interface IValidates
Public Class CreateOrUpdateDryrunParameters
Implements ICreateOrUpdateDryrunParameters, IValidates
Inheritance
CreateOrUpdateDryrunParameters
Attributes
Implements

Constructors

CreateOrUpdateDryrunParameters()

Creates an new CreateOrUpdateDryrunParameters instance.

Properties

ActionName

The name of action for you dryrun job.

AuthInfo

The authentication type.

ClientType

The application client type

ConfigurationInfo

The connection information consumed by applications, including secrets, connection strings.

ConfigurationInfoAction

Optional, indicate whether to apply configurations on source application. If enable, generate configurations and applied to the source application. Default is enable. If optOut, no configuration change will be made on source.

ConfigurationInfoAdditionalConfiguration

A dictionary of additional configurations to be added. Service will auto generate a set of basic configurations and this property is to full fill more customized configurations

ConfigurationInfoCustomizedKey

Optional. A dictionary of default key name and customized key name mapping. If not specified, default key name will be used for generate configurations

ConfigurationInfoDeleteOrUpdateBehavior

Indicates whether to clean up previous operation when Linker is updating or deleting

FirewallRuleAzureService

Allow Azure services to access the target service if true.

FirewallRuleCallerClientIP

Allow caller client IP to access the target service if true. the property is used when connecting local application to target service.

FirewallRuleIPRange

This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account.

ProvisioningState

The provisioning state.

PublicNetworkSolution

The network solution.

PublicNetworkSolutionAction

Optional. Indicates public network solution. If enable, enable public network access of target service with best try. Default is enable. If optOut, opt out public network access configuration.

PublicNetworkSolutionDeleteOrUpdateBehavior

Indicates whether to clean up previous operation(such as firewall rules) when Linker is updating or deleting

PublicNetworkSolutionFirewallRule

Describe firewall rules of target service to make sure source application could connect to the target.

Scope

connection scope in source service.

SecretStore

An option to store secret value in secure place

SecretStoreKeyVaultId

The key vault id to store secret

SecretStoreKeyVaultSecretName

The key vault secret name to store secret, only valid when storing one secret

TargetService

The target service properties

VNetSolution

The VNet solution.

VNetSolutionDeleteOrUpdateBehavior

Indicates whether to clean up previous operation when Linker is updating or deleting

VNetSolutionType

Type of VNet solution.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CreateOrUpdateDryrunParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CreateOrUpdateDryrunParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ICreateOrUpdateDryrunParameters.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CreateOrUpdateDryrunParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to