Azure File Storage Linked Service Args
constructor(accountKey: Output<AzureKeyVaultSecretReferenceArgs>? = null, annotations: Output<List<Any>>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, connectionString: Output<Any>? = null, credential: Output<CredentialReferenceArgs>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, fileShare: Output<Any>? = null, host: Output<Any>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, sasToken: Output<AzureKeyVaultSecretReferenceArgs>? = null, sasUri: Output<Any>? = null, serviceEndpoint: Output<Any>? = null, snapshot: Output<Any>? = null, type: Output<String>, userId: Output<Any>? = null, version: Output<String>? = null)