ILinkerResource 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.LinkerResourceTypeConverter))]
public interface ILinkerResource : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api30.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.LinkerResourceTypeConverter))>]
type ILinkerResource = interface
interface IJsonSerializable
interface IResource
Public Interface ILinkerResource
Implements IResource
- 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. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from IResource) |
Name |
The name of the resource (Inherited from IResource) |
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 |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). (Inherited from IResource) |
SystemDataCreatedBy |
The identity that created the resource. (Inherited from IResource) |
SystemDataCreatedByType |
The type of identity that created the resource. (Inherited from IResource) |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) (Inherited from IResource) |
SystemDataLastModifiedBy |
The identity that last modified the resource. (Inherited from IResource) |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. (Inherited from IResource) |
TargetService |
The target service properties |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from IResource) |
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) |