ICreateOrUpdateDryrunParameters Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.CreateOrUpdateDryrunParametersTypeConverter))]
public interface ICreateOrUpdateDryrunParameters : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IDryrunParameters, Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ILinkerProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.CreateOrUpdateDryrunParametersTypeConverter))>]
type ICreateOrUpdateDryrunParameters = interface
interface IJsonSerializable
interface IDryrunParameters
interface ILinkerProperties
Public Interface ICreateOrUpdateDryrunParameters
Implements IDryrunParameters, ILinkerProperties
- Derived
- Attributes
- Implements
Properties
ActionName |
The name of action for you dryrun job. (Inherited from IDryrunParameters) |
AuthInfo |
The authentication type. (Inherited from ILinkerProperties) |
ClientType |
The application client type (Inherited from ILinkerProperties) |
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. (Inherited from ILinkerProperties) |
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 (Inherited from ILinkerProperties) |
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 (Inherited from ILinkerProperties) |
ConfigurationInfoDeleteOrUpdateBehavior |
Indicates whether to clean up previous operation when Linker is updating or deleting (Inherited from ILinkerProperties) |
FirewallRuleAzureService |
Allow Azure services to access the target service if true. (Inherited from ILinkerProperties) |
FirewallRuleCallerClientIP |
Allow caller client IP to access the target service if true. the property is used when connecting local application to target service. (Inherited from ILinkerProperties) |
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. (Inherited from ILinkerProperties) |
ProvisioningState |
The provisioning state. (Inherited from ILinkerProperties) |
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. (Inherited from ILinkerProperties) |
PublicNetworkSolutionDeleteOrUpdateBehavior |
Indicates whether to clean up previous operation(such as firewall rules) when Linker is updating or deleting (Inherited from ILinkerProperties) |
Scope |
connection scope in source service. (Inherited from ILinkerProperties) |
SecretStoreKeyVaultId |
The key vault id to store secret (Inherited from ILinkerProperties) |
SecretStoreKeyVaultSecretName |
The key vault secret name to store secret, only valid when storing one secret (Inherited from ILinkerProperties) |
TargetService |
The target service properties (Inherited from ILinkerProperties) |
VNetSolutionDeleteOrUpdateBehavior |
Indicates whether to clean up previous operation when Linker is updating or deleting (Inherited from ILinkerProperties) |
VNetSolutionType |
Type of VNet solution. (Inherited from ILinkerProperties) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |