次の方法で共有


LinkerPatch Class

Definition

A Linker to be updated.

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

Constructors

LinkerPatch()

Creates an new LinkerPatch instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LinkerPatch.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LinkerPatch.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LinkerPatch into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to