LinkerResource Class
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.
Linker of source and target resource
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.LinkerResourceTypeConverter))]
public class LinkerResource : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ILinkerResource, Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.LinkerResourceTypeConverter))>]
type LinkerResource = class
interface ILinkerResource
interface IJsonSerializable
interface IResource
interface IValidates
Public Class LinkerResource
Implements ILinkerResource, IValidates
- Inheritance
-
LinkerResource
- Attributes
- Implements
Constructors
LinkerResource() |
Creates an new LinkerResource 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. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
Name |
The name of the resource |
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 |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
SystemDataCreatedBy |
The identity that created the resource. |
SystemDataCreatedByType |
The type of identity that created the resource. |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
SystemDataLastModifiedBy |
The identity that last modified the resource. |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
TargetService |
The target service properties |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
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 LinkerResource. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LinkerResource. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ILinkerResource. |
FromJsonString(String) |
Creates a new instance of LinkerResource, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of LinkerResource into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |