Share via


LinkerResourcePatch Class

Definition

A linker to be updated.

public class LinkerResourcePatch
type LinkerResourcePatch = class
Public Class LinkerResourcePatch
Inheritance
LinkerResourcePatch

Constructors

LinkerResourcePatch()

Initializes a new instance of LinkerResourcePatch.

Properties

AuthInfo

The authentication type. Please note AuthBaseInfo is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SecretAuthInfo, ServicePrincipalCertificateAuthInfo, ServicePrincipalSecretAuthInfo, SystemAssignedIdentityAuthInfo and UserAssignedIdentityAuthInfo.

ClientType

The application client type.

ProvisioningState

The provisioning state.

Scope

connection scope in source service.

SecretStoreKeyVaultId

The key vault id to store secret.

SolutionType

Type of VNet solution.

TargetService

The target service properties Please note TargetServiceBaseInfo is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureResourceInfo, ConfluentBootstrapServerInfo and ConfluentSchemaRegistryInfo.

Applies to