ILinkerPatch Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.LinkerPatchTypeConverter))]
public interface ILinkerPatch : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.LinkerPatchTypeConverter))>]
type ILinkerPatch = interface
    interface IJsonSerializable
Public Interface ILinkerPatch
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AuthInfo

The authentication type.

ClientType

The application client type

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.

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

Scope

connection scope in source service.

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

VNetSolutionDeleteOrUpdateBehavior

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

VNetSolutionType

Type of VNet solution.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to